Skip to content

Latest commit

 

History

History
161 lines (72 loc) · 5.77 KB

CHANGELOG.md

File metadata and controls

161 lines (72 loc) · 5.77 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.12 (2023-04-26)

Bug Fixes

0.3.11 (2023-04-14)

0.3.10 (2023-03-25)

Bug Fixes

0.3.9 (2023-03-25)

Bug Fixes

0.3.8 (2023-03-25)

Features

0.3.7 (2023-03-25)

0.3.6 (2023-03-25)

0.3.5 (2023-03-25)

Features

  • use suspense to display content (e3ffc97)

0.3.4 (2023-03-25)

Bug Fixes

0.3.3 (2023-03-25)

Bug Fixes

0.3.2 (2023-03-25)

Features

  • add useNinjaToaster composable (a084ccc)

0.3.1 (2023-03-25)

Bug Fixes

0.3.0 (2023-03-25)

⚠ BREAKING CHANGES

  • move transitions and maxToasts to theme config

Features

  • move transitions and maxToasts to theme config (9882e67)

0.2.1 (2022-11-27)

Bug Fixes

  • default container id clear (14cb7c7)

0.2.0 (2022-11-27)

⚠ BREAKING CHANGES

  • upgrade to nuxt 3.0.0

Features

0.1.3 (2022-11-26)

Bug Fixes

  • export toaster props interfaces (aeb22e1)

0.1.2 (2022-10-10)

Bug Fixes

  • createNinjaToaster without theme when inherited from app (51b295a)

0.1.1 (2022-09-25)

Features

  • allow class array in containerClass and wrapperClass theme (9296daf)

0.1.0 (2022-09-24)

⚠ BREAKING CHANGES

  • move base options from nuxt config to app config

Features

  • move base options from nuxt config to app config (4145b25)

Bug Fixes

  • define props override issue (c8097d4)

0.0.3 (2022-09-23)

Bug Fixes

  • queues and events propagation (3aaab8f)

0.0.2 (2022-09-23)

Features

  • add clearAll method (ab177f1)
  • allow to use function in show first parameter (f175713)
  • expose createNinjaToaster and add installPlugin module option (32d86ae)

0.0.1 (2022-09-23)

Features