Skip to content

Releases: nocms-cms/nocms-i18n

v2.0.0

27 Feb 12:06

Choose a tag to compare

2.0.0 (2018-02-27)

Features

  • Removed i18n object from dictionary function signature (9fd7f15)

BREAKING CHANGES

  • Instead of passing in the i18n object to every dictionary lookup,
    i18n now has to be passed to nocms-dictionary by
    importing { dictionaryData } and using dictionaryData.setDictionary

v1.0.3

20 Feb 13:45

Choose a tag to compare

1.0.3 (2018-02-20)

Bug Fixes

v1.0.2

20 Feb 13:41

Choose a tag to compare

1.0.2 (2018-02-20)

Bug Fixes

v1.0.1

20 Feb 13:34

Choose a tag to compare

1.0.1 (2018-02-20)

Bug Fixes

v1.0.0

20 Feb 13:04

Choose a tag to compare

1.0.0 (2018-02-20)

Bug Fixes

BREAKING CHANGES

  • trigger release...

v0.0.2

20 Feb 12:46

Choose a tag to compare

0.0.2 (2018-02-20)

Bug Fixes

  • added missing commands (c766add)
  • added missing webpack dependency (0f94ce7)
  • removed debug flag (dec6a0a)

Features

  • added eslint plugins, added Internationalization.jsx and dictionary to exports (bd231e7)