Releases: FriendsOfECMAScript/ReactI18nRouting
Releases · FriendsOfECMAScript/ReactI18nRouting
v0.8.0
- React new Context API is now used to manage state.
- Decoupled from
react-intl
andreact-redux
. - [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).
- Added React component testing using
react-testing-library
. - Increased test code coverage.
v0.7.0
Changelog:
- Added support for using an string-array as the path property as react-router does.
v0.6.0
- Removed deprecated dependency. Updated the ConnectedRouter component for the connected-react-router provided one.
[BC]
- We don't need to setup explicitly our
routingReducer
as we used to do before. Check the https://github.com/supasate/connected-react-router library to setup your connected router.
v0.5.2
v0.5.1
- Fixed PropType reference in the basic usage chapter from documentation.
- Fixed wrong PropType in the
BrowserIntlProvider
.
v0.5.0
- Added documentation basic structure and written some chapters.
- Implemented HOC to avoid Boilerplate bootstrapping the redux browser intl provider.
v0.4.0
- Added
FormattedRedirect
andFormattedNavLink
components.
v0.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.
v0.2.0
- Published two kinds of distributions:
esm
andcommonjs
.
v0.1.0
- Initial commit