Skip to content

v2.6.0

Latest
Compare
Choose a tag to compare
@dmitry-korolev dmitry-korolev released this 20 Feb 14:47
· 22 commits to develop since this release

Major changes:

  • Replace light-observable with rxjs (like, in every package).
  • Hence, the stapp-rxjs package is deprecated.
  • RxJS, redux and reselect are moved to peerDependencies.

stapp

  • Added handleEpicsError callback to the stapp application config.

stapp-react-hooks

New package: stapp-react-hooks. It utilizes hooks, which are a new feature in React 16.8. See more about hooks here.

stapp-react-hooks is documented in the docs.

stapp-cli-tools

New package: stapp-cli-tools. It can be used to install and update stapp packages and theirs peer dependencies. Also, we definitely plan to implement various code generation features.

stapp-cli-tools is documented in the docs.

stapp-rxjs

  • Depracate package.

stapp-react

  • Don't call setActive(null) on blur of inactive field.