Releases: caroso1222/notyf
Releases · caroso1222/notyf
3.0.0
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
forduration
. #6 - Rename
alert
forerror
. #22 - Rename
confirm
forsuccess
. #22 - Remove option
confirmIcon
. #22 - Remove option
alertIcon
. #22 - Drop support for Bower
Credits
- Big thanks to @rijkvanzanten, @honzabilek4 and @ConsoleTVs for helping to shape out the API and new features of v3.
v.2.0.1
chore: add entry point for CommonJS import
v2.0.0
docs(changelog): add changelog for 2.0.0