Skip to content

Releases: phrase/react-intl-phraseapp

v5.0.2

25 Sep 16:47
4c95c72

Choose a tag to compare

5.0.2 (2025-09-25)

Bug Fixes

v4.1.2

12 Sep 08:07
58b3ecf

Choose a tag to compare

Fixes rest of the issues in importing things from the package. Now from "react-intl-phraseapp" and from "react-intl-phraseapp/functions" will both work along with rest useful imports.

What's Changed

  • fix: Define exports for sub files of react-intl-phraseapp by @Varpusparvi in #105

Full Changelog: v4.1.1...v4.1.2

v4.1.1

12 Sep 08:06
682e0c6

Choose a tag to compare

What's Changed

  • fix: Try to fix import resolving by setting main in package.json by @Varpusparvi in #104

Full Changelog: v4.1.0...v4.1.1

v4.1.0

06 Sep 14:06
6bac6e5

Choose a tag to compare

In v4.1.0 We have added support for SSR on Next and also a demo demonstrating how to possibly do it.

What's Changed

  • feat(TSE-1144): Investigate SSR possibility on Next by @Varpusparvi in #102

Full Changelog: v4.0.1...v4.1.0

v4.0.0

31 Aug 08:37
3ca71c7

Choose a tag to compare

In v4.0.0 there might be breaking changes since a lot of packages were upgraded and some code refactored. Mainly these changes come from this PR.

  • feat(TSE-1143): Upgraded packages, typings, demo, tests by @Varpusparvi in #100

If you have any issues please open one or create a PR :)

What's Changed since v3.2.0

New Contributors

Full Changelog: v3.2.0...v4.0.0

v3.2.0

24 May 05:32
a554cd6

Choose a tag to compare

What's Changed

  • feat(TSE-832): Use new ICE by default by @Varpusparvi in #87
    • Use new ICE by default
    • Allow using of useOldICE option to revert back to the old version of ICE

Full Changelog: v3.1.1...v3.2.0

v3.1.1

21 Feb 10:59
934f752

Choose a tag to compare

What's Changed

  • Improved typing of formatMessage function

Full Changelog: v3.0.2...v3.1.1

v3.1.0

15 Sep 13:19
d99896c

Choose a tag to compare

What's Changed

  • feat: Add simple wrapper for useIntl by @Varpusparvi in #78

Full Changelog: v3.0.2...v3.1.0

v3.0.2

21 Jun 11:07
ec7498d

Choose a tag to compare

Support "react-intl": "^5.0.0"

v3.0.0

24 Jun 12:20

Choose a tag to compare

3.0.0 (2020-06-24)

⚠ BREAKING CHANGES

  • add support for react-intl@>=4.0.0! Please follow upgrade guide to make your app compatible (especially the "Breaking API Changes" section) (#49)
  • remove deprecated FormattedHTMLMessage component. Please refer to react-intl upgrade guide mentioned above for more informations about this change. (#49)