Skip to content

v2, alpha 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@kytta kytta released this 02 Feb 23:39
· 8 commits to main since this release
v2.0.0-alpha.3
282e56e

More Vue 3 related breaking changes by @kytta in #40:

  • BREAKING The JS files now have new names: vue-tinybox.{,umd.c,iife.}js.
    The ES version is now simply calles vue-tinybox.js
  • BREAKING CSS file now gets exported separately. It can be imported from Node
    using import "vue-tinybox/css".
  • Injecting the component via app.use() is now possible

Full Changelog: v2.0.0-alpha.2...v2.0.0-alpha.3