v0.5.1
版本发布时间: 2022-06-28 17:35:53
novuhq/novu最新发布版本:v0.24.0(2024-03-18 17:44:43)
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 https://github.com/novuhq/novu/pull/718
- fix: not set as dirty when clicking on trigger by @ainouzgali in https://github.com/novuhq/novu/pull/719
- fix: updated web/public/index.html and removed unused default-react logos by @devblin in https://github.com/novuhq/novu/pull/716
- feat: add delete step modal by @davidsoderberg in https://github.com/novuhq/novu/pull/720
- edit message not shown after delete, deleted node not shown again by @ainouzgali in https://github.com/novuhq/novu/pull/721
- fix: add redirect / to /docs by @vannyle in https://github.com/novuhq/novu/pull/717
- fix: reintroduce attachments support by @djabarovgeorge in https://github.com/novuhq/novu/pull/723
- Notication center docs default values by @ainouzgali in https://github.com/novuhq/novu/pull/724
- Nv 447 plus button, add a step close to the next node by @ainouzgali in https://github.com/novuhq/novu/pull/727
- Remove unimplemented property border radius by @ainouzgali in https://github.com/novuhq/novu/pull/728
- fix: so job is removed on complete by @davidsoderberg in https://github.com/novuhq/novu/pull/731
- fix: use only one unsaved changes error by @ainouzgali in https://github.com/novuhq/novu/pull/730
- NV 546 fix: clipped blocked html by @djabarovgeorge in https://github.com/novuhq/novu/pull/722
- feat: subscriber id validation by @djabarovgeorge in https://github.com/novuhq/novu/pull/726
- feat: save event trigger payload in the message instance by @djabarovgeorge in https://github.com/novuhq/novu/pull/725
- fix: change redirect match to slug by @vannyle in https://github.com/novuhq/novu/pull/732
- feat: update subscriber via trigger by @djabarovgeorge in https://github.com/novuhq/novu/pull/729
- Fix a typo in quick-start.md & react-components.md file by @murtuzaalisurti in https://github.com/novuhq/novu/pull/736
- fix notification center bell props by @djabarovgeorge in https://github.com/novuhq/novu/pull/733
New Contributors
- @murtuzaalisurti made their first contribution in https://github.com/novuhq/novu/pull/736
Full Changelog: https://github.com/novuhq/novu/compare/v0.5.0...v0.5.1