All Versions
18
Latest Version
Avg Release Cycle
51 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v2.3.0 Changes
🛠 Fixes
- 🛠 Fixed issue #52 - Swipe not working on touch devices
- 🛠 Fixes issue #42 -
title
andmessage
accept now custom content (a React node or a functional component) - 🛠 Fixed issue #41 -
pauseOnHover
was not taken into consideration when used together withcontent
🔄 Changes
- 🔄 Changed containers to have fixed width of
325px
instead ofauto
which had different results across different test cases. Mobile containers have not changed, they're full width as before.
-
v2.2.1 Changes
November 06, 2019 -
v2.2.0 Changes
🛠 Fixes
- 🔀 Merged pull request #31 to pass
className
to component - 🛠 Fixed issue #33 - Unsubscribe from
resize
once component was unmounted - 🛠 Fixed issue #35 -
content
now getsid
supplied as a prop
- 🔀 Merged pull request #31 to pass
-
v2.1.0 Changes
September 23, 2019💥 Breaking changes
- ✂ Removed prop
onNotificationRemoval
as it was rather hard to know which particular notification has been removed.
👌 Improvements
- ➕ Added option
onRemoval
directly to the notification object. Each notification will have its ownonRemoval
, making it easier to track removals. - ✂ Removed
style-loader
from webpack dev config
- ✂ Removed prop
-
v2.0.7 Changes
August 29, 2019🔖 Version 2 of
react-notifications-component
- 🗄 Deprecated ref usage
- ⏪
touchSlidingBack
has been renamed totouchRevert
cubicBezier
has been renamed totimingFunction
- 🏗 validators removed from
prod
build - 0️⃣ defaults for transitions have been slightly adjusted
- 🚚
dismissIcon
has been removed - ➕ added
showIcon
as a semi-replacement fordismissIcon
-
v2.0.0 Changes
💥 Breaking changes
- 🗄 Ref usage has been deprecated. Import
store
from library and use it for adding and removing notifications - ⏪
touchSlidingBack
has been renamed totouchRevert
- 🚚
dismissIcon
has been removed. UseshowIcon
instead. If you rely on customized close icon, then stick to custom content. cubicBezier
has been renamed totimingFunction
👌 Improvements
- 🏗 Validators are now no longer included in the prod build, they are only included in the dev build. If you inspect the npm package you will see that the component has 2 builds -
dev
andprod
- and relies on ENV variable when importing. - 0️⃣ Default values for transitions have been slightly changed
- 👍
dismiss
supports now more options
✂ Removed
- 🚚 Test coverage has been removed as library's been almost fully rewritten in
2.0.0
- 🗄 Ref usage has been deprecated. Import
-
v1.0.0 Changes
November 18, 2018🚀 Stable and production ready release of
react-notifications-component
- ➕ added support for server side rendering
- ➕ added center containers -
top-center
,bottom-center
- ➕ added callback for notification removal
- ⚡️ updated test coverage to
100%
-
v0.1.0 Changes
September 02, 2018🚀 First release of
react-notifications-component
published asv0.1.0