From 443a3ba71b79939bf1b924b7f6c5f04946225af2 Mon Sep 17 00:00:00 2001 From: William Lin 22 Date: Wed, 8 Aug 2018 09:34:45 -0400 Subject: [PATCH] update version v2.8.4 --- CONTRIBUTING.md | 2 +- README.md | 10 +++++----- bower.json | 2 +- dist/min/tiny-slider.js | 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 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9e74bf97..df0a2604 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.3 for version 2) +- Before you fire an issue, make sure you update to the latest version of each main version. (e.g. v2.8.4 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 cf1fb529..3ac89c96 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.3-green.svg) +![version](https://img.shields.io/badge/Version-2.8.4-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.3 +Or import `tns` directly start from v2.8.4 ```html