Skip to content

Releases: codewithkyle/notifyjs

v4.1.0

04 Apr 19:24
Compare
Choose a tag to compare

Added

  • ability to click-to-close toast

v4.0.0

28 Mar 20:03
Compare
Choose a tag to compare

Added

  • new Toaster functionality
  • ES Module exports:
    • @codewithkyle/notifyjs/toaster
    • @codewithkyle/notifyjs/snackbar
    • @codewithkyle/notifyjs/notifications

Removed

  • common JS support
  • custom Notifier support

Refactored

  • Toast notifications functionality has been moved to new Notifications export
  • Each notification type must be explicitly imported

v3.1.0

26 Mar 14:48
Compare
Choose a tag to compare

Fixed

  • improved snackbar rendering performance
  • improved toast rendering performance
  • reduced package size

v3.0.0

25 Mar 15:57
Compare
Choose a tag to compare

Added

  • type declaration files
  • new append() function
  • alternate CDN version

Fixed

  • autofocus bug (#19)
  • action button bug (#20)

⚠️ Breaking Changes ⚠️

This update includes two minor breaking changes:

  • snackbar notifications now default to force: true
  • closeable snackbar and toaster notifications now default autofocus: true

v2.1.1

21 Jan 12:03
Compare
Choose a tag to compare

Fixed

  • snackbar undefined element when forced bug

v2.1.0

09 Nov 19:29
ca0d31f
Compare
Choose a tag to compare

Added

  • ability to autofocus buttons (#14)
  • CDN compatible version (ES Module)
  • role attributes to snackbar and toast notifications
  • toast notifications can contain buttons (#15)
  • toast notification timers (#13)
  • updated readme

Fixed

  • toast notifications now stack with newest notifications appearing at the bottom (better UX/expected notification behavior)

v2.0.3

16 Sep 12:44
Compare
Choose a tag to compare

Fixed

  • snackbar button without class string/array bug

Notify.js v2.0.1

24 Apr 11:47
Compare
Choose a tag to compare

Fixed

  • typescript declaration files
  • toast injection

Notify.js v2.0.0

23 Apr 21:39
765c1ad
Compare
Choose a tag to compare

Added

  • refactored elements into web components
  • renamed NotificationManager() to Notifier()

Fixed

  • toast components use node.inserBefore() instead of forcing the column-reverse CSS property to render in the correct order

Removed

  • deprecated position value
  • notify() export -- replaced with snackbar()

Notifyjs v1.2.0

04 Apr 21:04
1a2c70f
Compare
Choose a tag to compare

Added

  • toaster notification toast() creation #5
  • renames existing notification function to snackbar()