Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 689 Bytes

CHANGELOG.md

File metadata and controls

28 lines (19 loc) · 689 Bytes

@u-wave/react-translate change log

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

This project adheres to Semantic Versioning.

2.0.2

  • Add React 18 to peerDependencies range.

2.0.1

  • Renames the "module" entry point to end in .es.js. .mjs has requirements that this package's compiled output did not adhere to.

2.0.0

  • Require React 17+.

1.2.0

  • Update dependencies.
  • Mark the package as side-effect-free.

1.1.1

  • Lower minimum version in the react peerDependency.

1.1.0

  • Add React Hook API for use with React 16.7+. (#11)

1.0.0

  • Initial release.