Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Releases: knocklabs/react-notification-feed

v0.6.0

07 Jun 21:02

Choose a tag to compare

Changelog

  • 🌱 KNO-1479 feat(feed): add support customizing the badge count and open behavior (#16) – cjbell
  • 🔧 chore: prepare for 0.6.0 release – cjbell

v0.5.10

03 Jun 17:02

Choose a tag to compare

Changelog

  • 🐛 fix(feeds): ensure websocket connections aren't closed in the feed (#15) – cjbell
  • 🔧 chore: prepare for 0.5.10 release – cjbell

v0.5.9

09 May 16:28

Choose a tag to compare

Changelog

  • 🐛 fix: add children prop to KnockFeedProvider – juanazam
  • 🌱 Merge pull request #13 from knocklabs/fix/support_children_on_provider_component – juanazam
  • 🔧 chore: add autorelease support – juanazam
  • 🌱 Merge pull request #14 from knocklabs/jazambuja-kno-1317-reactfeedprovider-add-auto-release – juanazam
  • 🔧 chore: prepare for 0.5.9 release – juanazam

v0.5.8

13 Apr 17:14

Choose a tag to compare

  • chore: bump @knocklabs/client to 0.5.9

v0.5.7

07 Apr 16:16

Choose a tag to compare

What's Changed

  • chore: bump @knock/client to 0.5.8 by @cjbell in #12
  • feat(popover): add placement prop to customize popover placement by @cjbell in #11

Full Changelog: v0.5.6...v0.5.7

v0.5.6

27 Jan 17:25

Choose a tag to compare

What's Changed

  • feat: remove unseen filter and move to support read instead by @cjbell in #9

Full Changelog: v0.5.5...v0.5.6

v0.5.5

20 Jan 05:43

Choose a tag to compare

What's Changed

  • feat: add prop to override archive button, export icon by @DmitryKashinskyAtSpark in #8
  • chore: bumped @knocklabs/client to 0.5.6

Full Changelog: v0.5.4...v0.5.5

v0.5.4

13 Jan 20:32

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

07 Dec 23:21

Choose a tag to compare

What's Changed

  • Adds support for passing children to NotificationCell in #6
  • Adds new Button and ButtonGroup components to support inline actions in #6

Full Changelog: v0.5.2...v0.5.3

v0.5.2

11 Nov 20:37

Choose a tag to compare

  • Adds new onMarkAllAsReadClick prop
  • Improves a11y on the NotificationCell, including keyboard handling
  • Fixes issue where tooltip line-height gets overridden
  • Fixes issue with archive button not working properly in some settings
  • Fixes mark as read bug on Safari