Skip to content

Releases: kytta/vue-tinybox

v2, alpha 3

02 Feb 23:39
v2.0.0-alpha.3
282e56e
Compare
Choose a tag to compare
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
    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

v2, alpha 2

02 Feb 22:41
v2.0.0-alpha.2
103fd2c
Compare
Choose a tag to compare
v2, alpha 2 Pre-release
Pre-release

What's Changed

  • BREAKING Rewrite for Vue 3 by @kytta in #40

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

v2, alpha 1

02 Feb 15:52
v2.0.0-alpha.1
b325fe0
Compare
Choose a tag to compare
v2, alpha 1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.3.0...v2.0.0-alpha.1

v1.3.0

12 Jul 14:25
Compare
Choose a tag to compare

Changes since v1.2.0:

New and Improved

  • add prev, next, close events (#28, #29; thanks @JoaquimLey)
  • updated documentation with more info on events

Setbacks

  • the package size ha crossed the 3 KB line and is now at 3081 bytes
  • removed CHANGELOG.md in favour of GitHub Releases

v1.2.0

26 Jun 12:13
Compare
Choose a tag to compare

Changes since 1.1.0:

New & Improved

  • thumbnails' row is now being centered on currently selected thumbnail (#26; thanks @Zh4rsiest)

1.1.0

26 Apr 13:43
Compare
Choose a tag to compare

Changes since 1.0.1:

New and Improved

  • you can now caption your images using the caption prop (#24)

1.1.0, pre-release 3

26 Apr 13:35
Compare
Choose a tag to compare
1.1.0, pre-release 3 Pre-release
Pre-release

Changes since 1.0.1:

New and Improved

  • you can now caption your images using the caption prop (#24)

1.0.1

13 Mar 22:55
Compare
Choose a tag to compare

Changes since 1.0.0:

New & Improved

  • switched from NPM to Yarn for development
  • updated dependencies

1.0.0

16 Jan 13:47
Compare
Choose a tag to compare

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 via v-model or change 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 or window 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

Fixed

  • thumbnails had wrong aspect ration if they weren't square (#19)
  • flashing images on navigation due to them not loading (#22)
  • a bug on touch devices that prevented "chained" swiping (multiple swipe gestures in a row)
  • when looping around images the wrong animation was playing

1.0.0, pre-release 2

09 Jan 20:22
Compare
Choose a tag to compare
1.0.0, pre-release 2 Pre-release
Pre-release

Changes since 1.0.0-1:

New & Improved

  • new smoother animations
  • Flexbox-based centering of the image