From c61b0b12a81e4fde0ba301345342610222f62678 Mon Sep 17 00:00:00 2001 From: William Lin 22 Date: Mon, 17 Dec 2018 11:12:24 -0500 Subject: [PATCH] version v2.9.1 --- CONTRIBUTING.md | 2 +- README.md | 20 ++++++++++---------- bower.json | 2 +- dist/min/tiny-slider.js | 2 +- dist/sourcemaps/tiny-slider.css.map | 2 +- dist/sourcemaps/tiny-slider.js.map | 2 +- dist/tiny-slider.js | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- src/tiny-slider.js | 2 +- src/tiny-slider.module.js | 2 +- src/tiny-slider.scss | 2 +- yarn.lock | 8 ++++---- 13 files changed, 28 insertions(+), 28 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8d9c3399..07d16ae1 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.9.0 for version 2) +- Before you fire an issue, make sure you update to the latest version of each main version. (e.g. v2.9.1 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 ee1bcda8..bcc09240 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.9.0-green.svg) +![version](https://img.shields.io/badge/Version-2.9.1-green.svg) Tiny slider for all purposes, inspired by [Owl Carousel](https://owlcarousel2.github.io/OwlCarousel2/). [Demos](http://ganlanyuan.github.io/tiny-slider/demo) [Test results](http://ganlanyuan.github.io/tiny-slider/test) @@ -104,7 +104,7 @@ Tiny slider for all purposes, inspired by [Owl Carousel](https://owlcarousel2.gi   - Center (v2.9.0+) + Center (v2.9.1+) ✓ ✓ ✓ @@ -211,8 +211,8 @@ Tiny slider for all purposes, inspired by [Owl Carousel](https://owlcarousel2.gi ## Usage #### 1. Add CSS (and IE8 polyfills if needed) ```html - - + + ``` #### 2. Add markup @@ -228,7 +228,7 @@ Tiny slider for all purposes, inspired by [Owl Carousel](https://owlcarousel2.gi #### 3. Call tns() Add tiny-slider.js to your page: ```html - + ``` @@ -238,7 +238,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.9.0 +Or import `tns` directly start from v2.9.1 ```html