# Changelog

This page only documents changes to the library itself, **not** the icons. Please refer to the [mdi history](https://materialdesignicons.com/history) for that.

## 5.2.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v3.3.92-blue.svg?style=flat-square)](https://materialdesignicons.com)

_No changes_

## 5.1.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v3.2.89-blue.svg?style=flat-square)](https://materialdesignicons.com)

### Fixes

- [`d5bb1cf`](https://github.com/levrik/mdi-react/commit/d5bb1cfcb7856af6e60828265baed6ec58c527d8) Removed `main` and `module` from `package.json`. These files were removed in _5.0.0_.

## 5.0.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v3.0.39-blue.svg?style=flat-square)](https://materialdesignicons.com)

### Breaking changes

- [`07ec6a1`](https://github.com/levrik/mdi-react/commit/07ec6a17f10c5ec410736e57e6187287e24a32c1) Removed ES module (see commit message for details)

## 4.4.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.8.94-blue.svg?style=flat-square)](https://materialdesignicons.com)

_No changes_

## 4.3.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.7.94-blue.svg?style=flat-square)](https://materialdesignicons.com)

_No changes_

## 4.2.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.6.95-blue.svg?style=flat-square)](https://materialdesignicons.com)

_No changes_

## 4.1.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.5.94-blue.svg?style=flat-square)](https://materialdesignicons.com)

_No changes_

## 4.0.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.4.85-blue.svg?style=flat-square)](https://materialdesignicons.com)

### Breaking changes

- [`48126a3`](https://github.com/levrik/mdi-react/commit/48126a3c7cef0d22b61c84bbb2f6bd8f2a7f880d) [#33](https://github.com/levrik/mdi-react/pull/33) Changed default color of icons to the current text color (`currentColor`).

## 3.4.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.4.85-blue.svg?style=flat-square)](https://materialdesignicons.com)

_No changes_

## 3.3.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.3.54-blue.svg?style=flat-square)](https://materialdesignicons.com)

### New features

- [`7ee6784`](https://github.com/levrik/mdi-react/commit/7ee678454dedf1dc3f553b023dfebc89211f84bd) Support for Preact via `mdi-preact` package. Thanks to [@GusRuss89](https://github.com/GusRuss89) for his initial work.
- [`49d94b3`](https://github.com/levrik/mdi-react/commit/49d94b3c09ffa42f43554b714a8696d25ebd9fe5) Support import of aliases.

## 3.2.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.3.54-blue.svg?style=flat-square)](https://materialdesignicons.com)

_No changes_

## 3.1.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.2.43-blue.svg?style=flat-square)](https://materialdesignicons.com)

_No changes_

## 3.0.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.1.99-blue.svg?style=flat-square)](https://materialdesignicons.com)

### Breaking changes

- Removed `width` and `height` props. Use `size` instead.

### New features

- [`d5aac53`](https://github.com/levrik/mdi-react/commit/d5aac537dfcf800a1cdbc24975b4efcdb7766981) Added prop `size`. Default is `24px`.
- [`544b865`](https://github.com/levrik/mdi-react/commit/544b865a886fd87233e8fe4e0201832bd39286db) Added prop `color`. Default is `#000`.
- [`a86ab93`](https://github.com/levrik/mdi-react/commit/a86ab93cb18456662b70767828f31730419392ea) [#12](https://github.com/levrik/mdi-react/pull/12) Added TypeScript typings
- [`a80a306`](https://github.com/levrik/mdi-react/commit/a80a306c701d47541b6a8efff3e2dc114204189b) [#15](https://github.com/levrik/mdi-react/pull/15) Added ES module build
