Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 2.33 KB

CHANGELOG.md

File metadata and controls

35 lines (19 loc) · 2.33 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.2 (2022-06-21)

Feat

  • support react-intl >= 5.0.0. (#69)

3.0.1 (2021-06-08)

Fixes

  • properly map react and react-intl dependencies in UMD build. (#60)

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)

2.1.0 (2020-02-20)

Features

  • add back binding for functions within injectIntl (c50d009)

2.0.0 (2020-02-13)

⚠ BREAKING CHANGES