Releases: phrase/react-intl-phraseapp
Releases · phrase/react-intl-phraseapp
v4.1.2
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
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
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
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
- @itsahsiao made their first contribution in #88
Full Changelog: v3.2.0...v4.0.0
v3.2.0
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
v3.1.0
What's Changed
- feat: Add simple wrapper for useIntl by @Varpusparvi in #78
Full Changelog: v3.0.2...v3.1.0
v3.0.2
Support "react-intl": "^5.0.0"
v3.0.0
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 toreact-intl
upgrade guide mentioned above for more informations about this change. (#49)