Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

CHANGELOG.md 4.6 KiB

3 år sedan
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. # Changelog
  2. This page only documents changes to the library itself, **not** the icons. Please refer to the [mdi history](https://materialdesignicons.com/history) for that.
  3. <!-- Changelog list -->
  4. ## 5.6.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v3.9.97-blue.svg?style=flat-square)](https://materialdesignicons.com)
  5. _No changes_
  6. ## 5.5.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v3.7.95-blue.svg?style=flat-square)](https://materialdesignicons.com)
  7. _No changes_
  8. ## 5.4.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v3.6.95-blue.svg?style=flat-square)](https://materialdesignicons.com)
  9. ### New features
  10. - [`5faeff5`](https://github.com/levrik/mdi-react/commit/5faeff515a7e74ff3e300c075f455a06162f7b2a) [#53](https://github.com/levrik/mdi-react/pull/53) Use React.memo if available
  11. ## 5.3.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v3.5.95-blue.svg?style=flat-square)](https://materialdesignicons.com)
  12. _No changes_
  13. ## 5.2.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v3.3.92-blue.svg?style=flat-square)](https://materialdesignicons.com)
  14. _No changes_
  15. ## 5.1.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v3.2.89-blue.svg?style=flat-square)](https://materialdesignicons.com)
  16. ### Fixes
  17. - [`d5bb1cf`](https://github.com/levrik/mdi-react/commit/d5bb1cfcb7856af6e60828265baed6ec58c527d8) Removed `main` and `module` from `package.json`. These files were removed in _5.0.0_.
  18. ## 5.0.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v3.0.39-blue.svg?style=flat-square)](https://materialdesignicons.com)
  19. ### Breaking changes
  20. - [`07ec6a1`](https://github.com/levrik/mdi-react/commit/07ec6a17f10c5ec410736e57e6187287e24a32c1) Removed ES module (see commit message for details)
  21. ## 4.4.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.8.94-blue.svg?style=flat-square)](https://materialdesignicons.com)
  22. _No changes_
  23. ## 4.3.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.7.94-blue.svg?style=flat-square)](https://materialdesignicons.com)
  24. _No changes_
  25. ## 4.2.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.6.95-blue.svg?style=flat-square)](https://materialdesignicons.com)
  26. _No changes_
  27. ## 4.1.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.5.94-blue.svg?style=flat-square)](https://materialdesignicons.com)
  28. _No changes_
  29. ## 4.0.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.4.85-blue.svg?style=flat-square)](https://materialdesignicons.com)
  30. ### Breaking changes
  31. - [`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`).
  32. ## 3.4.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.4.85-blue.svg?style=flat-square)](https://materialdesignicons.com)
  33. _No changes_
  34. ## 3.3.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.3.54-blue.svg?style=flat-square)](https://materialdesignicons.com)
  35. ### New features
  36. - [`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.
  37. - [`49d94b3`](https://github.com/levrik/mdi-react/commit/49d94b3c09ffa42f43554b714a8696d25ebd9fe5) Support import of aliases.
  38. ## 3.2.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.3.54-blue.svg?style=flat-square)](https://materialdesignicons.com)
  39. _No changes_
  40. ## 3.1.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.2.43-blue.svg?style=flat-square)](https://materialdesignicons.com)
  41. _No changes_
  42. ## 3.0.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.1.99-blue.svg?style=flat-square)](https://materialdesignicons.com)
  43. ### Breaking changes
  44. - Removed `width` and `height` props. Use `size` instead.
  45. ### New features
  46. - [`d5aac53`](https://github.com/levrik/mdi-react/commit/d5aac537dfcf800a1cdbc24975b4efcdb7766981) Added prop `size`. Default is `24px`.
  47. - [`544b865`](https://github.com/levrik/mdi-react/commit/544b865a886fd87233e8fe4e0201832bd39286db) Added prop `color`. Default is `#000`.
  48. - [`a86ab93`](https://github.com/levrik/mdi-react/commit/a86ab93cb18456662b70767828f31730419392ea) [#12](https://github.com/levrik/mdi-react/pull/12) Added TypeScript typings
  49. - [`a80a306`](https://github.com/levrik/mdi-react/commit/a80a306c701d47541b6a8efff3e2dc114204189b) [#15](https://github.com/levrik/mdi-react/pull/15) Added ES module build