This changelog references the relevant changes done between versions.
To get the diff for a specific change, go to https://github.com/FriendsOfECMAScript/ReactI18nRouting/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/FriendsOfECMAScript/ReactI18nRouting/compare/v0.4.0...v0.5.0
- 0.8.0
- React new Context API is now used to manage state
- Decoupled from
react-intl
andreact-redux
- Added React component testing using
react-testing-library
- [BC BREAK] Removed bridges for redux, browser, in-memory and local storage.
- [BC BREAK] Removed support for React and ReactDOM < 16.3 (Context API is not supported in those versions)
- 0.7.0
- Added support for using an string-array as the path property as
react-router
does.
- Added support for using an string-array as the path property as
- 0.6.0
- Removed deprecated
react-router-redux
dependency. Updated theConnectedRouter
for theconnected-react-router
provided one.
- Removed deprecated
- 0.5.2
- Fixed unprefixed strategy when URL starts with another locale.
- 0.5.1
- Fixed PropType reference in the basic usage chapter from documentation.
- Fixed wrong PropType in the BrowserIntlProvider.
- 0.5.0
- Added documentation basic structure and written some chapters.
- Implemented HOC to avoid Boilerplate bootstrapping the Redux browser intl provider.
- 0.4.0
- Added
FormattedRedirect
andFormattedNavLink
components.
- Added
- 0.3.0
- Added License, Travis and other useful files to make the library more compliant with OSS.
- Decoupled
BrowserIntlProvider
from Redux, allowing other implementations likeLocalStorage
orInMemory
. - Refactored the
renderTranslatedRoutes
implementation to allow deeply nested routes configuration object.
- 0.2.0
- Published two kinds of distributions:
esm
andcommonjs
.
- Published two kinds of distributions:
- 0.1.0
- Initial commit.