Releases: kytta/vue-tinybox
Releases Β· kytta/vue-tinybox
v2, alpha 3
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
v2, alpha 2
What's Changed
Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2
v2, alpha 1
v1.3.0
v1.2.0
1.1.0
1.1.0, pre-release 3
1.0.1
1.0.0
Changes since 0.3.0:
π BREAKING
- Node 8 is not supported anymore as it's reached the end of its support lifecycle
close
event has been removed. The optimal way to use the component is now viav-model
orchange
event (#14)
New & Improved
v-model
support; an index of the image needs to be passed (#14)- ability to hide thumbnails with
no-thumbs
prop (#18) - previous icons have been replaced in favor of smaller bytesize-icons (#7)
- Tinybox will now auto-install if it detects Vue in
global
orwindow
scope - node structure is now simpler and more optimized
- package size went down significantly to below 3 KB
- keyboard detection moved to
window
, no more focus hacks needed - source code readability improved further