Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 1.73 KB

File metadata and controls

69 lines (49 loc) · 1.73 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[to-be-deprecated]

[unreleased]

Added

Changed

Fixed

Removed

BREAKING CHANGES

[1.0.2] - 2020-12-17

  • Update deps

[1.0.1] - 2020-08-21

Fixed

  • withTranslate bug props not passed to decorated component

[1.0.0] - 2020-08-20

  • Release it 🚀🚀🚀

[1.0.0-beta.18] - 2020-08-01

BREAKING CHANGES

You cannot access anymore to context directly

Added

  • Improved useTranslate so you can access to properties of the context

Removed

  • Remove exported context

[1.0.0-beta.17] - 2020-07-26

Fixed

  • Fixed an uncontrolled error when a deep translation was not defined in a json file

[1.0.0-beta.16] - 2020-07-22

Fixed

  • Fixed an uncontrolled error when you don't have the locale json assigned in your config

[1.0.0-beta.15] - 2020-06-10

BREAKING CHANGES

Changed

  • instead of getting value as prop of the provider pass i18n prop and change Configuration interface to I18nConfiguration

[1.0.0-beta.14] - 2020-02-04

Added

  • Trans component accepts an array with translation so you can join phrases

Fixed

  • Fix case when zero items and we should translate as plural

[1.0.0-beta.13] - 2020-01-31

Added

  • Posibility of using the t function outside of react components, now you can use it instancing a configuration and you can use it outside of React lifecycle

[1.0.0-beta.12] - 2020-01-25

Added

  • Update language when we change the value of the provider

[1.0.0-beta.11] - 2020-01-19

Added

  • Almost a stable beta version