Releases: datarockets/dreact
v0.7.0
Enhanced
-
Callbacks for actions. Pass
onSuccess
andonFailure
handlers within.init()
action. -
If there is an error in saga we output it to console to make debugging of issues inside sagas easier.
v0.6.0
This release just updates dependencies, the most interesting changes:
- Jest
^25.1
24.9
→25.1
- Storybook
^5
5.2
→5.3
- Sentry
5.7
→5.11
- Babel
^7
7.6
→7.8
Also the major part of dependencies don't have minor and patch specified, so we are supposed to be more flexible and more compatible with the existing projects ;). See how it influences: https://docs.npmjs.com/misc/semver#caret-ranges-123-025-004.
v0.5.2
v0.5.1
v0.5.0
v0.4.1
v0.4.0
Enhanced
-
We added Sentry integration. Now you can provide
REACT_APP_SENTRY_DSN
andREACT_APP_SENTRY_ENV
environment variables and dreact will start informing Sentry about errors during runtime. -
We added mock of
useEffect
hook for shallow rendering. It happens right after rendering is done. -
We improved resolving of paths to some major dependencies such as
react-router-dom
andstyled-components
. Now we can use multiple repositories inside the one with dreact and dreact will still use single version of those dependencies.