Releases: duongdev/phosphor-react-native
Releases · duongdev/phosphor-react-native
Release 2.1.0
2.1.0 (2024-08-16)
Bug Fixes
- Fix unable to import for web (#58)
Features
- Add new phosphor icons (#51)
- Add extendable props (
testId
, aria-label
, ...) (#32, #47, #50)
Special thanks to @mrkpatchaa for making this release 🙇♂️
Release 2.0.0
2.0.0 (2023-10-15)
Breaking Changes
The phosphor-icons
v2 release contains a few icon renames. See the full list at https://github.com/phosphor-icons/homepage/releases/tag/v2.0.0
Bug Fixes
- ensure the @types libs match the react and react-native versions installed (#23) (e98fe43)
- fix file casing & yarn.lock (ebe5f34)
- fix paths in package.json and ensure generated file passes lint (#36) (c31d462)
- reset package version to be synced with existing npm release and tag (#38) (cbca755)
Features
- expand the color prop to include all color representations (#21) (556b8d9)
- Upgrade deps to 2.0 and Generate icons from @phosphor/core (#33)
Release 1.1.2
1.1.2 (2022-06-06)
Features
- ci: add CI workflow (5d8087a)
- expand the style prop to include all possible style values (#17) (9a79556)
- generate-svg: update style prop usage (#18) (c9df404)
Release 1.1.0
1.1.0 (2022-01-30)
Bug Fixes
- generator: fix file names for Infinity icons (a5e66ef)
Features
New Contributors
Full Changelog: v1.0.0...v1.1.0
Release 0.4.0
0.4.0 (2021-09-30)
Bug Fixes
- generator: fix icons losing small dots (ef69f62)
Features
- docs: add screenshots to README.md (50bb822)
Release 0.3.0
0.3.0 (2021-09-21)
Bug Fixes
- icons: fix support for duotone and fill icons (54f4337)
- lib: fix Icon typing (f324a8b)
Features
- example: add expo example app (#2) (95a925c)
- example: replace scrollview with flatlist (#3) (abd16a8)
Release 0.2.2
0.2.2 (2021-09-21)
Bug Fixes
- icons: add all missing icons (513020b)