Skip to content

Latest commit

 

History

History
91 lines (55 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

91 lines (55 loc) · 2.63 KB

CHANGELOG

2.0.2 (2023-07-04)

  • Prevent notification to be closed if hovered (#38). Thanks Joao-VictorF!
  • Immediate effect max notifications (#41). Thanks Tamas-hi!
  • Update core and example dependencies

2.0.1 (2023-04-10)

  • Add ability to specify INFINITE_TIMEOUT (#39). Thanks krydos!
  • Update core and example dependencies

2.0.0 (2023-01-24)

  • Rewrite codebase with TypeScript (#29). Thanks nd0ut!
  • Migrate from Rollup to Vite (#29). Thanks nd0ut!
  • Update core and example dependencies

1.2.6 (2022-06-08)

  • Export NotificationGroup and Notification components (#26). Thanks @Jimjam89!
  • Update notify() to return a function allowing the notification to be closed programmatically (#25). Thanks @Jimjam89!
  • Fix bug where a timeout of a dismissed notification can close a new notification prematurely (#25). Thanks @Jimjam89!
  • Update core and example dependencies

1.2.5 (2022-01-24)

  • Update core and example dependencies
  • Update example to use Tailwind 3.0
  • Remove @vue/compiler-sfc (as of vue 3.2.13+ and @vitejs/plugin-vue 1.9.0+ is no longer required as a peer dependency)

1.2.4 (2021-11-16)

  • Update dependencies

1.2.3 (2021-09-09)

  • Update dependencies

1.2.2 (2021-06-11)

  • Update rollup modules

1.2.1 (2021-06-11)

  • Add compatibility with the old component names
  • Update dependencies

1.2.0 (2021-05-23)

  • Include ESM and CommonJS builds
  • Improve notification event system
  • Expose the transition classes as props to support Tailwind's JIT
  • Fix package import issues

1.0.1 (2021-05-20)

  • Remove mitt dependency
  • Update example to use the Composition API

1.0.0 (2021-05-20)

  • Remove unused dependencies
  • Rewrite a small part of the API
  • Add support for the Composition API
  • Fix incompatibility issues with Vite