iconoir/packages/iconoir-react/CHANGELOG.md
Daniel Martin 9565207e23 Update iconoir-react to v2.0.0
- Add CHANGELOG for better visibility of changes
- Update README to reflect changes made in update
- Update version in package.json and package-lock.json
2021-06-01 22:46:34 +01:00

1.2 KiB

Changelog

All notable changes to the iconoir-react npm package will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.0] - 2021-06-01

A massive thank you to @paescuj for making all of the changes for this update.

Added

  • All default SVG properties are now valid component props.

Changed

  • Updated iconoir-react to use iconoir v4.3.1.
  • Cell4x4 component changed to Cell4X4.
  • Display4k component changed to Display4K.
  • Medal1st component changed to Medal1St.

Removed

  • size prop has been removed. Instead, the height and width props should be used to fit in line with native SVG properties.
  • Icon type has been removed due to type autogeneration from using tsup.
  • IconProps type has been removed due to type autogeneration from using tsup.

[1.1.0] - 2021-05-22

Changed

  • Updated iconoir-react to use iconoir v4.3.0.

[1.0.0] - 2021-05-19

Added

  • Initial release of iconoir-react to npm. Based on iconoir v4.2.2.