Releases: datarockets/dreact
Releases · datarockets/dreact
v0.9.0
v0.8.2
v0.8.1
v0.8.0
Main idea was to migrate to the latest react-scripts.
Major dependencies upgrades
Package | Version | Previous Version |
---|---|---|
react-scripts |
^4.0.1 |
^3 |
@storybook + |
^6 |
^5 |
jest + |
^25.1.0 |
^26 |
eslint |
^6 |
^7 |
Enhanced
- We now require
react@^16.8
, it's set as peer dependency
Fixed
- Removed duplicated
react-dom
in bundle
Notes
- No new JSX transform because it's not supported by pug. We'll turn it back as soon as pug stops using deprecated node types, which are not supported by new jsx transform
- Enzyme requires
react@16
. No problem to use latest react, but some unexpected problems can occur in tests (I caught issue with mounting there). Also you always can use react testing library instead of enzyme ;).
v0.7.6
v0.7.5
v0.7.4
v0.7.3
Enhanced helper-sentry
- Expose more functionality:
setUser
andaddBreadcrumb
. - Click breadcrumbs now have text of the clicked element
- Breadcrumbs of failed requests now have response.
- Now we add every redux action captured as breadcrumb.
- Turn off threshold of sending reports.