All Versions
16
Latest Version
Avg Release Cycle
51 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v3.4.1 Changes
๐ Changes
- Set
rnc__notification
class on the rendered notification
- Set
-
v3.4.0 Changes
๐ Fixes
- ๐ Fixed webpack
self
export - ๐ Fixed Store removal functions not triggering DOM removal #140
๐ Changes
- Pass
notificationConfig
as parameter when using custom component
- ๐ Fixed webpack
-
v3.3.0 Changes
๐ Changes
- โ Removed default export - You now need to import ReactNotifications (and Store) instead of the default import
- All typescript declarations are now included in the dist folder
-
v3.2.0 Changes
๐ Fixes
- ๐ Fixed TS declarations #124
- Namespaced CSS modules under rnc_* #123
- Custom width for center containers #108
๐ฅ Breaking Changes
- Namespaced CSS modules
-
v3.0.5 Changes
๐ Fixes
- ๐ Fix TS not exporting all interfaces
- โฌ๏ธ Bump React to
17.0.1
-
v3.0.0 Changes
November 12, 2020๐ Changes
- ๐ TS support
- โ Added full-sized containers for top and bottom
- ๐ฅ Changed SASS style to match BEM - breaking change
- Limit center containers to 350px
- ๐ Allow dynamic expansion of containers based on each notification's width
- ๐ Adedd new API call
removeAllNotifications
- โ Removed
prop-types
package, props are now defaulted internally
๐ Fixes
-
v2.4.1 Changes
๐ Changes
- ๐ Merged pull request #76 - Add option to override default values
- โก๏ธ Updated packages
-
v2.4.0 Changes
March 14, 2020- ๐ Fixed issue #56 - Removed random generator for id, instead rely on
counter
property from store as id - ๐ Fixed #52 - Swipe was not working properly
- Implemented #46 - Added
center
container. Did some changes totop
andbottom
containers as Chrome blurred content at the beginning of the animation due to the transform property. - ๐ Changed notifications to take 100% width of the container instead of auto.
- ๐ Fixed issue #56 - Removed random generator for id, instead rely on
-
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