Skip to content

Releases: duongdev/phosphor-react-native

v3.0.2

25 Nov 20:01
dc840ed

Choose a tag to compare

What's Changed

  • chore: add TextStyle to style prop and bump version to 3.0.2, upgrade dependencies by @mrkpatchaa in #84

Full Changelog: v3.0.1...v3.0.2

Release 3.0.1

27 Sep 23:28
cf1c7f7

Choose a tag to compare

3.0.1 (2025-09-27)

Bug fixes

fix: remove double "Icon" suffix for Circle, Path, and Infinity components. #80

Release 3.0.0

25 Jun 22:04

Choose a tag to compare

3.0.0 (2025-06-25)

Breaking changes

  • We removed default exports from icon files.

Features

  • all exported icon components are now suffixed with "Icon" (#76) (6f93327)

Release 2.3.1

25 Jan 11:51
81c5c74

Choose a tag to compare

2.3.1 (2025-01-25)

Bug Fixes

  • update IconProps import path to phosphor-react-native to allow ts type augmentation (#69) (81c5c74)

Release 2.3.0

24 Jan 09:18
9573d7f

Choose a tag to compare

2.3.0 (2025-01-24)

Features

Release 2.2.3

08 Jan 09:51
bcc9e2f

Choose a tag to compare

2.2.3 (2025-01-08)

Bug Fixes

  • export IconProps as interface to allow extension by other projects (#63) (0b89332)

Release 2.2.2

11 Dec 11:11
c3c840d

Choose a tag to compare

2.2.2 (2024-12-11)

Bug Fixes

  • export IconProps as interface to allow extension by other projects (#63) (0b89332)

Release 2.2.1

27 Aug 01:38
b6750f9

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

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

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)