Notyf Versions Save

👻 A minimalistic, responsive, vanilla JavaScript library to show toast notifications.

3.0.0

5 years ago

3.0.0

Features

  • Improve a11y support with the new a11y announcer
  • Implement a more extensible, yet simple and scalable API
  • Complete up to date TypeScript typings

Miscellaneous

  • Migrate codebase to TypeScript
  • Add appropriate support for module bundlers by exposing different artifacts (ES6, CommonJS, minified IIFE)
  • Add e2e tests with Cypress
  • Move to Rollup for the build workflow

Breaking Changes

  • Rename delay for duration. #6
  • Rename alert for error. #22
  • Rename confirm for success. #22
  • Remove option confirmIcon. #22
  • Remove option alertIcon. #22
  • Drop support for Bower

Credits

v2.0.1

7 years ago

chore: add entry point for CommonJS import

v2.0.0

7 years ago

docs(changelog): add changelog for 2.0.0