Skip to content

Releases: duongdev/phosphor-react-native

Release 3.0.4

28 Mar 18:46
fe53c8a

Choose a tag to compare

3.0.4 (2026-03-28)

Bug Fixes

  • correct type imports and reorder IconProps fields for consistency. Closes #86 (b3326ae)
  • standardize import quotes in generate-svg.mjs (45cac30)

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 🙇‍♂️