Skip to content

Releases: bloodyowl/react-translate

5.0.0

Choose a tag to compare

@bloodyowl bloodyowl released this 14 Dec 10:02

Breaking changes

Changed the way we export react-translate

3.0.4

Choose a tag to compare

@bloodyowl bloodyowl released this 30 Oct 11:28

new features

  • translations now accept ReactElements as variables

breaking changes

  • undefined, null, true & false in variables now render a nothing, like react does

internal

  • removed OO parts
  • context.translator is now a function

2.0.0

Choose a tag to compare

@bloodyowl bloodyowl released this 28 Oct 11:14

internal

  • switched to babel to generate npm package, this means you can now import "react-translate/lib/translate" directly

breaking changes

  • dropped support for react 0.13-

new features

  • translate decorator now update if a new translations is passed to TranslatorProvider