Skip to content

1.0.0

Compare
Choose a tag to compare
@kytta kytta released this 16 Jan 13:47

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