Skip to content

Releases: caroso1222/notyf

3.0.0

20 Mar 03:03
Compare
Choose a tag to compare

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

v.2.0.1

19 Feb 17:23
Compare
Choose a tag to compare

chore: add entry point for CommonJS import

v2.0.0

03 Jan 20:14
Compare
Choose a tag to compare

docs(changelog): add changelog for 2.0.0