Vue Toastification Versions Save

Vue notifications made easy!

v2.0.0-beta.7

3 years ago

๐Ÿ”ง Bug fixes

  • Vue throws warnings when using custom components: Custom components and empty listeners will make vue throw some warnings (#141 ) 7bf997bc1424ff515cc1974dc74001c1b14ba3b9 fixes #140

v2.0.0-beta.6

3 years ago

๐Ÿ”ง Bug fixes

๐Ÿ“ฆ Bundle

  • Vue peer dependency bumped to 3.0.2 a437e5f57d06f6d3fa8c6a740beda53411df86cb causes #137 to happen on instances of vue < 3.0.2

v2.0.0-beta.5

3 years ago

๐Ÿ”ง Bug fixes

  • Fixed typing imports: Typescript was not able to import types because the path to them has changed. (0577c3cc320775aab095804003edf783de46ce30)

๐Ÿ“ฆ Bundle

  • Remove unused bundle folders: Removed src, nuxt, and composition to reduce bundled code size. (7965040d268aa7e83bdac5e63a3d5c3d11b559e8)

v1.7.8

3 years ago

๐Ÿ”ง Bug fixes

  • touchstart should be passive: touchstart event was made passive (#133 ) e3214bd3380d7eae3d268cfcc078c42df4699f9e resolves #117

๐Ÿ“– Documentation

  • Added note about timeout, cssFile and Nuxt: Read more about it here (#108) resolves #107

v2.0.0-beta.3

3 years ago

โš ๏ธ Breaking changes

  • Support for Vue 2 dropped!: If you are using Vue 2, stick to v1.x.
  • Deprecated transitionDuration: Some changes to Vue made it very hard to keep transitionDuration. If you need to change the duration of a transition, override the transition classes.
  • Removed native Nuxt support: Since no Vue 3-compatible Nuxt version has been released, there is no native support to it for now.

๐Ÿš€ New Features

  • Vue 3 support: Vue 3 is now supported by default. Vue 2 support was dropped.
  • Composition API: This version uses the composition API all the way down with provideToast, useToast, and injection keys.
  • onMounted callback now receives the App: onMounted also provides the VueToastification Vue App as the second parameter.
  • New EventBus: A custom EventBus is used to transfer events instead of a Vue instance.

๐Ÿ”ง Bug fixes

  • Fixed non passive touchstart event: touchstart events are now passive.

๐Ÿ“– Documentation

  • Updated docs to target Vue 3: Updated the docs to target Vue 3 and the new interfaces.

๐Ÿ“ฆ Bundle

  • ES2017 by default: All package versions now target ES2017. Make sure to use Babel on your app if you need to target lower versions.

v1.7.7

3 years ago

๐Ÿ“ฆ Bundle

  • Updated dev dependencies: All dev dependencies were updated to their latest releases

v1.7.6

4 years ago

๐Ÿ”ง Bug fixes

  • Progress bar overflows on Safari: Known Safari bug caused the progress bar to overflow (#94) 782eac2 resolves #93
  • Toast dimensions may change during leave transitions: Locking width and height is finicky (#92) 0cf379a resolves #87

v1.7.5

4 years ago

๐Ÿ“ฆ Bundle

  • Remove accidental dependency hotfixed d0d934767d8a578323804518b6d59502940f3ff2

v1.7.4

4 years ago

๐Ÿ”ง Bug fixes

  • Previous version accidentally used Vue 3 compilers: Fixed by the hotfix 4b61f9e244517b1d11a5ce9e6224ad5301198741

v1.7.3

4 years ago

๐Ÿ” Maintenance

  • Updated dev dependencies: All dev deps should be at latest now. (#91) (2bf31ab) closes #90

๐Ÿงช Tests

  • Fixed vue test utils warnings: Fixed VTU 1.0 deprecation warnings. (#91) (d42f5b8)