Skip to content

Releases: gilbsgilbs/babel-plugin-i18next-extract

0.3.0

05 Nov 19:30
5caafd0
Compare
Choose a tag to compare

Minor:

  • Support transKeepBasicHtmlNodesFor option from react-i18next. (#88)
  • Detect withTranslation HOC when used with compose. (#92)
  • Explicitly support Node 13. (#91)

Patch:

  • Fix incorrect keys for <Trans> component in some cases. (#88)
  • FAQ improvements. (#90)

0.2.6

24 Sep 11:19
b4a6810
Compare
Choose a tag to compare

Patch:

  • Fix wrong line numbers in warning messages. (#70)
  • Fix crash in useTranslation hook and translation render prop extractors. (#71)

0.2.5

23 Sep 14:40
7d9568c
Compare
Choose a tag to compare

Patch:

  • Trans Component: remove all empty jsx text nodes. (#68) Thanks @Pita

0.2.4

13 Sep 15:50
1997a1e
Compare
Choose a tag to compare

Patch:

  • Refactor exporters code. (#48)
  • Make JSONv3 exporter preserve whitespaces. (#64)
  • Miscellaneous refactorings and improvements (improved CI, updated dependencies and hosted doc)

0.2.3

31 Jul 20:40
f98fd14
Compare
Choose a tag to compare

Patch:

  • Remove node from dependencies (#31)
  • Explicitly require node engine >= 10 (#32)

0.2.2

25 Jul 20:01
5dd01bf
Compare
Choose a tag to compare

Patch:

  • Fix skipped keys with useTranslation hook. (#30)

0.2.1

17 Jul 13:04
b230cf6
Compare
Choose a tag to compare

Patch:

  • Don't use i18next default value for derived keys by default. (#25)

0.2.0

17 Jul 08:09
81addcf
Compare
Choose a tag to compare

Minor:

  • Add an option to use i18next default value as exported default value. (#24, #23)

0.1.2

14 Jul 18:58
5783492
Compare
Choose a tag to compare

Patch:

  • Fix crash when specifying a default value in a t function. (#21)

0.1.1

12 Jul 15:02
2ca0b3b
Compare
Choose a tag to compare

Patch:

  • Fix crash with withTranslationHOC when a function was not directly in the parent scope (#18).
  • Make exported keys order stable (#19).