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