All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.1.2 (2022-10-14)
3.1.1 (2022-04-01)
3.1.0 (2021-06-24)
- add next 11 compat (921bd03)
3.0.2 (2021-04-24)
- do not use NEXT_DATA (dbd2eae)
3.0.1 (2021-04-18)
3.0.0 (2021-04-17)
- The setup has changed, please follow the new guide.
- Polyfills are not automatically loaded anymore.
- Next.js >= v10 is now required.
- upgrade to use Next.js new i18n capabilities (1e572ca)
2.4.1 (2021-03-23)
2.4.0 (2021-01-18)
- load polyfills individually if needed (bc1fba4)
2.3.0 (2021-01-18)
- next 10 compat (041b25e)
- fix error message extra quote (b58e76a)
2.2.1 (2020-09-01)
2.2.0 (2020-08-28)
- improve performance when pages are using getServerSideProps (0758392)
2.1.1 (2020-08-17)
- fix withNextIntlSetup not working purely client-side (049ae94)
2.1.0 (2020-08-07)
- support react-intl v5 (8f84e90)
2.0.3 (2020-08-07)
- fix integration with recent Next.js versions (7e0e338)
2.0.2 (2020-04-30)
2.0.1 (2020-04-02)
- surpress unhandled promise error (4e39c5e)
2.0.0 (2020-03-06)
- react-intl v3 is no longer supported
1.2.0 (2020-03-06)
1.1.11 (2020-02-14)
- fix page getInitialProps not being called (d3ab91f)
1.1.10 (2020-02-04)
- initial props not staying persistent after first render (eea9661)
1.1.9 (2020-02-04)
1.1.8 (2020-01-22)
- add to compilation error instead of throwing (409bdda)
1.1.7 (2020-01-18)
- fix NextIntlWebpackPlugin hanging on client errors (e426394)
1.1.6 (2020-01-07)
1.1.5 (2020-01-07)
1.1.4 (2019-12-09)
- change depth to 1 to circuvent an error on some CI runners (8da98e0)
- fix typo on useNextIntl() section (#5) (b156440)
- fix withNextIntl HOC example (#6) (542e3b5)
1.1.3 (2019-11-30)
- make it work even if the .next folder is not deleted (f59815c)
1.1.2 (2019-11-30)
- forgot to detect BroadcastChannel when saving cookie (ec36e64)
- make it work when target is serverless (05e1c62)
1.1.1 (2019-11-26)
- declare next as a peer dependency (ba9d487)