All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.2 (2022-06-21)
- support react-intl >= 5.0.0. (#69)
3.0.1 (2021-06-08)
- properly map
react
andreact-intl
dependencies in UMD build. (#60)
3.0.0 (2020-06-24)
- 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)
2.1.0 (2020-02-20)
- add back binding for functions within injectIntl (c50d009)
2.0.0 (2020-02-13)
- remove unnecessary
state
property anderror
prop (#39) (2c03b1b) - add support for
react-intl@>=3.0.0
! Please follow upgrade guide to make your app compatible (especially the "Breaking API Changes" section) (#36) (3fb9c26)