Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Releases: probil/vue-product-carousel

v1.2.1

03 Dec 13:23
1df1355
Compare
Choose a tag to compare

Fixes

  • upgrade caniuse DB to prevent overpolyfilling
  • update deps to remove audit warnings
  • replaced demo images

v1.2.0

19 Oct 10:39
Compare
Choose a tag to compare

Features

  • upgrade to vue-cli@4 and rebuild with core-js@3

Other

  • demo: fixed polyfills

v1.1.0

18 Oct 10:11
Compare
Choose a tag to compare

Changes

  • perf: library 2 times smaller 20kb -> 10kb after removing polyfills (see #17)

Other

  • docs: polyfills section in the README
  • demo: fixed broken Remove button
  • docs: fixed library usage example

v1.0.0

31 Aug 14:49
Compare
Choose a tag to compare

Features

  • Vue 2.x support
  • Re-written using Vue CLI@3

Other changes

  • New demo hosted on netlify (based on skeleton.css)
  • Integrated eslint for code style check
  • Docs updated
  • Runs code style checks in CircleCI

0.2.0

23 Sep 22:44
Compare
Choose a tag to compare
  • Library now more npm-fiendly.
  • Works well out of the box in webpack/browserify (babel not required anymore).
  • Repository file structure was improved
  • Unused dependencies removed (prevent instalation on client)

0.1.3

23 Sep 22:46
Compare
Choose a tag to compare
  • More docs
  • Update params. Now library accepts class that will be added in Zoom mode.
  • Added example how to hide footer with animation in Zoom mode