Skip to content

v1.7.14

Latest
Compare
Choose a tag to compare
@Maronato Maronato released this 18 Oct 20:59
· 1 commit to main since this release
cd1bbc0

🔧 Bug fixes

  • Fix Nuxt composition API: It was not possible to use useToast with Nuxt. Now you can by importing from vue-toastification/composition/nuxt. closes #180 through #287
  • Fix RTL margins in firefox: Firefox does not invert margin: auto when in direction: rtl like other browsers do. That led to broken UI. closes #179 through #286