- 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.