Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Releases: devoxa/next-i18next-compress

v1.3.1

25 Jun 22:38
33b78a3
Compare
Choose a tag to compare

Bugfixes

  • Fix incorrect whitespace handling for some JSX trees

v1.3.0

25 Jun 22:37
900433a
Compare
Choose a tag to compare

Features

  • Support variable interpolation for t (t('Foo {{bar}}', { bar }))
  • Support variable interpolation for Trans (<Trans t={t}>Foo {{bar}}</Trans>)

v1.2.0

25 Jun 22:37
a1e0c62
Compare
Choose a tag to compare

Features

  • Support template strings for the t argument
  • Support template strings for the i18nKey attribute

v1.1.0

25 Jun 22:36
44b346d
Compare
Choose a tag to compare

Features

  • Support compressing <Trans> with interpolated React components

v1.0.0

25 Jun 22:36
a95be2f
Compare
Choose a tag to compare

Initial release