v2, alpha 3
Pre-release
Pre-release
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
usingimport "vue-tinybox/css"
. - Injecting the component via
app.use()
is now possible
Full Changelog: v2.0.0-alpha.2...v2.0.0-alpha.3