v0.5.1 - UI/UX improvements and bug fixes
This minor release brings some UI and UX improvements to the notification workflow editor and some bug fixes.
Upsert subscriber on event trigger
Previously when a subscriber was created using the trigger.event method, we wouldn't update it's details with new information brought from the to
object when another triggered was performed. This caused multiple users not to receive an email or SMS due to invalid email saved originally on the subscriber.
Now the subscriber entity will be updated upon delivery.
Bug Fixes
When importing the @novu/notification-center
using the method suggested in docs an error was received:
Uncaught TypeError: Cannot read properties of undefined (reading 'unseenBadge')
This is now fixed.
What else Changed
- test: refactor notifications editor spec by @davidsoderberg in #718
- fix: not set as dirty when clicking on trigger by @ainouzgali in #719
- fix: updated web/public/index.html and removed unused default-react logos by @devblin in #716
- feat: add delete step modal by @davidsoderberg in #720
- edit message not shown after delete, deleted node not shown again by @ainouzgali in #721
- fix: add redirect / to /docs by @vannyle in #717
- fix: reintroduce attachments support by @djabarovgeorge in #723
- Notication center docs default values by @ainouzgali in #724
- Nv 447 plus button, add a step close to the next node by @ainouzgali in #727
- Remove unimplemented property border radius by @ainouzgali in #728
- fix: so job is removed on complete by @davidsoderberg in #731
- fix: use only one unsaved changes error by @ainouzgali in #730
- NV 546 fix: clipped blocked html by @djabarovgeorge in #722
- feat: subscriber id validation by @djabarovgeorge in #726
- feat: save event trigger payload in the message instance by @djabarovgeorge in #725
- fix: change redirect match to slug by @vannyle in #732
- feat: update subscriber via trigger by @djabarovgeorge in #729
- Fix a typo in quick-start.md & react-components.md file by @murtuzaalisurti in #736
- fix notification center bell props by @djabarovgeorge in #733
New Contributors
- @murtuzaalisurti made their first contribution in #736
Full Changelog: v0.5.0...v0.5.1