Releases: fkhadra/react-toastify
Releases Β· fkhadra/react-toastify
v4.4.0
Changelog
- Allow to set progress bar style. More details here
v4.3.2
Changelog
- Fix issue #239, slideOut animation was broken
v4.3.1
Changelog
- Fix issue with postcss #233
v4.3.0
Changelog
- Merge PR #220 (allow customToastId)
- Update TS definition
- Allow the custom toastId to be a string
- Update documentation with a new example to prevent duplicate
v4.2.3
Changelog
- Transform es6 import to commonjs to avoid jest crashing for consumers
v4.2.2
Changelog
- Remove babel-core
- Added babel-core@bridge
- Update babelrc and package.json script
v4.2.1
Changelog
- Fix issue #222 with symbol
- Increase typing strictness #221
- Upgrade build tools(babel7, etc...)
- Add redux example to the doc
- Reduce build size
v4.2.0
Changelog
- Removed
pauseOnVisibilityChange
in favor of pauseOnFocusLoss
:
Pause the toast timer when the window loses focus. This behavior can be defined per toast
. Usage here
- Deleted a bunch of useless code
- Fix
draggablePercent
check
- When the
ToastContainer
is unmounted, the toast id counter is reset to 0 and all the reference are cleaned up.
- Add union type for position in typescript definition
- Upgrade to latest version of
react-transition-group
- Upgrade to latest version of
classnames
v4.1.0
Changelog
- Draggable prop can be updated, more details here
- Fix issue when passing glamor className. More details
pauseOnVisibility
has been disabled until I found a fix. The api is too much unstable π©.
v4.0.2
Changelog
- Disable visibility api
- Allow css-in-js