Skip to content

Releases: phrase/react-intl-phraseapp

v4.1.2

12 Sep 08:07
58b3ecf
Compare
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
Compare
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
Compare
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
Compare
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

  • chore: adjust code owners by @itsahsiao in #88
  • build(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #84
  • chore(TSE-864): Update README by @itsahsiao in #89
  • chore: Remove Zendesk by @itsahsiao in #92
  • chore(TSE-1064): Add demo for the integration by @Varpusparvi in #94
  • fix(TSE-1157): Improve US datacenter documentation by @Varpusparvi in #99
  • feat(TSE-1143): Upgraded packages, typings, demo, tests by @Varpusparvi in #100

New Contributors

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

v3.2.0

24 May 05:32
a554cd6
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Support "react-intl": "^5.0.0"

v3.0.0

24 Jun 12:20
Compare
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)

v2.1.0

20 Feb 10:55
Compare
Choose a tag to compare

2.1.0 (2020-02-20)

Features

  • add back binding for functions within injectIntl (c50d009)