react-intl@7.0.0
·
2069 commits
to main
since this release
7.0.0 (2024-11-18)
Features
- react-intl: drop typescript@4 support (12ecc1b) - by @longlho
- react-intl: remove polyfill packages in deps (31b832f) - by @longlho
BREAKING CHANGES
- react-intl: This removes @formatjs/intl-displaynames & @formatjs/intl-listformat as
deps which will reduce package size. However, this also means you'll
need typescript@5 at least since that has new type defs for those native
Intl APIs.