Skip to content

Releases: duongdev/phosphor-react-native

Release 2.2.1

27 Aug 01:38
b6750f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.1

Release 2.1.0

16 Aug 06:57
116ec42
Compare
Choose a tag to compare

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

15 Oct 03:32
Compare
Choose a tag to compare

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

06 Jun 05:37
Compare
Choose a tag to compare

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.1

30 Jan 23:09
Compare
Choose a tag to compare

1.1.1 (2022-01-30)

Fixes

  • fix outdated index file

Release 1.1.0

30 Jan 08:35
Compare
Choose a tag to compare

1.1.0 (2022-01-30)

Bug Fixes

  • generator: fix file names for Infinity icons (a5e66ef)

Features

New Contributors

  • @Joeao made their first contribution in #11

Full Changelog: v1.0.0...v1.1.0

Release 1.0.0

16 Dec 18:00
Compare
Choose a tag to compare

1.0.0 (2021-12-16)

Features

New Contributors 🥰

Full Changelog: v0.4.0...v1.0.0

Release 0.4.0

30 Sep 17:23
Compare
Choose a tag to compare

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

21 Sep 16:55
Compare
Choose a tag to compare

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

21 Sep 08:25
Compare
Choose a tag to compare

0.2.2 (2021-09-21)

Bug Fixes

  • icons: add all missing icons (513020b)