All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Add React 19 to
peerDependencies
range.
Tests are no longer run on React 17 because writing tests for many React versions is difficult.
However, @u-wave/react-translate
v2 still works on React 17.
No changes will be made to the implementation of this package in the v2.x line.
- Add React 18 to
peerDependencies
range.
- Renames the "module" entry point to end in
.es.js
..mjs
has requirements that this package's compiled output did not adhere to.
- Require React 17+.
- Update dependencies.
- Mark the package as side-effect-free.
- Lower minimum version in the
react
peerDependency.
- Add React Hook API for use with React 16.7+. (#11)
- Initial release.