- Updated dependencies to the latest versions.
- Fixed babel-preset-env browser targets.
- Updated dependencies to the latest versions.
- Implemented TextdomainContext context that adheres the current version of Context APIs.
- Reworked Poedit example project to use new API.
Implemented enhancements:
- Implemented ability to get wrapped component.
Implemented enhancements:
- Updated dev dependencies to use latest versions.
- Updated hoist-non-react-statics peer dependency to support version 2+.
Implemented enhancements:
- Added a sample application which shows how to use Poedit and React/React-Router conjunction to make translatable applications.
- Added ability to import Textdomain component directly.
Fixed issues:
- Fixed warning which happened when children prop was a node.
Implemented enhancements:
- Added nxgettext function which allows to translate plural strings with context.
- Extracted HOC into a separate component and updated it to inherit from that standalone component.