Skip to content

Latest commit

 

History

History
215 lines (98 loc) · 8.48 KB

CHANGELOG.md

File metadata and controls

215 lines (98 loc) · 8.48 KB

Changelog

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)

Features

3.0.2 (2021-04-24)

Bug Fixes

3.0.1 (2021-04-18)

Bug Fixes

  • behave well when rendering _error page (7f63cad)
  • do not crash if NEXT_DATA is not defined (7e97277)

3.0.0 (2021-04-17)

⚠ BREAKING CHANGES

  • The setup has changed, please follow the new guide.
  • Polyfills are not automatically loaded anymore.
  • Next.js >= v10 is now required.

Features

  • upgrade to use Next.js new i18n capabilities (1e572ca)

2.4.1 (2021-03-23)

2.4.0 (2021-01-18)

Features

  • load polyfills individually if needed (bc1fba4)

2.3.0 (2021-01-18)

Features

Bug Fixes

  • fix error message extra quote (b58e76a)

2.2.1 (2020-09-01)

Bug Fixes

  • fix hot-update json being recognized as a data request (#17) (ab62674)

2.2.0 (2020-08-28)

Features

  • improve performance when pages are using getServerSideProps (0758392)

2.1.1 (2020-08-17)

Bug Fixes

  • fix withNextIntlSetup not working purely client-side (049ae94)

2.1.0 (2020-08-07)

Features

2.0.3 (2020-08-07)

Bug Fixes

  • fix integration with recent Next.js versions (7e0e338)

2.0.2 (2020-04-30)

Bug Fixes

  • clientDeferred catch is not a function error (#13) (11e4418)

2.0.1 (2020-04-02)

Bug Fixes

  • surpress unhandled promise error (4e39c5e)

2.0.0 (2020-03-06)

⚠ BREAKING CHANGES

  • react-intl v3 is no longer supported

Features

1.2.0 (2020-03-06)

Features

1.1.11 (2020-02-14)

Bug Fixes

  • fix page getInitialProps not being called (d3ab91f)

1.1.10 (2020-02-04)

Bug Fixes

  • initial props not staying persistent after first render (eea9661)

1.1.9 (2020-02-04)

Bug Fixes

  • fix initialData being required (092f2ab)
  • fix order of props spreading in hoc (a8c106c)

1.1.8 (2020-01-22)

Bug Fixes

  • add to compilation error instead of throwing (409bdda)

1.1.7 (2020-01-18)

Bug Fixes

  • fix NextIntlWebpackPlugin hanging on client errors (e426394)

1.1.6 (2020-01-07)

1.1.5 (2020-01-07)

Bug Fixes

  • change locales, policies & initialData of the provider to required (#9) (8fbe363)

1.1.4 (2019-12-09)

Bug Fixes

  • 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)

Bug Fixes

  • make it work even if the .next folder is not deleted (f59815c)

1.1.2 (2019-11-30)

Bug Fixes

  • forgot to detect BroadcastChannel when saving cookie (ec36e64)
  • make it work when target is serverless (05e1c62)

1.1.1 (2019-11-26)

Bug Fixes

  • declare next as a peer dependency (ba9d487)

1.1.0 (2019-11-22)

Features

  • add next plugin that deals with webpack workarounds (#4) (fa44f95)

1.0.0 (2019-11-20)