Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@benatespina benatespina released this 02 Jan 09:48
· 1 commit to master since this release
  • React new Context API is now used to manage state.
  • Decoupled from react-intl and react-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.