Skip to content

Releases: marcselman/react-l20n

Undefined check

29 Jan 12:37
Compare
Choose a tag to compare

Patch update to check if a message is undefined

Fluent support

29 Jan 11:22
Compare
Choose a tag to compare

Moved dependency from l20n to fluent (https://projectfluent.org).
Updated the get method to return a <React.Fragment> instead of a <span> tag.

React v16

23 Feb 11:23
Compare
Choose a tag to compare

React propTypes now use separate prop-types package.
This will remove the console warning when using React v16 and makes sure it won't break in future versions.