From dfd7817ca732b563545a571aa679f2063b62984a Mon Sep 17 00:00:00 2001 From: ganlanyuan Date: Thu, 2 Aug 2018 14:37:27 -0400 Subject: [PATCH] update version v2.8.3 --- CONTRIBUTING.md | 2 +- README.md | 10 +++++----- bower.json | 2 +- dist/sourcemaps/tiny-slider.css.map | 2 +- dist/sourcemaps/tiny-slider.js.map | 2 +- dist/tiny-slider.js | 2 +- package-lock.json | 2 +- package.json | 2 +- src/tiny-slider.js | 2 +- src/tiny-slider.module.js | 2 +- src/tiny-slider.scss | 2 +- yarn.lock | 8 ++++---- 12 files changed, 19 insertions(+), 19 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8235ef91..9e74bf97 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ Tiny-slider was strongly inspired by [Owl Carousel](https://owlcarousel2.github. ### Fire an issue We can't test Tiny-slider on every browser and device. There are always some edge cases in which tiny-slider may not run properly. Fire an issue when it doesn't work for you. This not only helps you, also prevent others from facing the same issue. **Notes for firing issues:** -- Before you fire an issue, make sure you update to the latest version of each main version. (e.g. v2.8.2 for version 2) +- Before you fire an issue, make sure you update to the latest version of each main version. (e.g. v2.8.3 for version 2) - Provide the OS and browser version. - Provide a link or your plugin options. diff --git a/README.md b/README.md index d9d09624..76f42f50 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # tiny-slider 2.0 [![](https://data.jsdelivr.com/v1/package/npm/tiny-slider/badge?style=rounded)](https://www.jsdelivr.com/package/npm/tiny-slider) -![version](https://img.shields.io/badge/Version-2.8.2-green.svg) +![version](https://img.shields.io/badge/Version-2.8.3-green.svg) Tiny slider for all purposes, inspired by [Owl Carousel](https://owlcarousel2.github.io/OwlCarousel2/). [Demos](http://ganlanyuan.github.io/tiny-slider/tests/index.html) [Tests for desktop browsers](http://ganlanyuan.github.io/tiny-slider/tests/tests.html) (running on Firefox 12+, Chrome 15+, Safari 5.1+, Opera 12.1+, IE9+) @@ -200,8 +200,8 @@ Note: some features may need a manual test. ## Usage #### 1. Add CSS (and IE8 polyfills if needed) ```html - - + + ``` #### 2. Add markup @@ -217,7 +217,7 @@ Note: some features may need a manual test. #### 3. Call tns() Add tiny-slider.js to your page: ```html - + ``` @@ -227,7 +227,7 @@ Or import `tns` via `webpack` or `rollup`: import { tns } from "./node_modules/tiny-slider/src/tiny-slider" ``` -Or import `tns` directly start from v2.8.2 +Or import `tns` directly start from v2.8.3 ```html