From 5497b2d65d9ef8ca809578314b364f47b03a7482 Mon Sep 17 00:00:00 2001 From: William Lin 22 Date: Fri, 25 Nov 2016 12:16:43 -0500 Subject: [PATCH] rm changelog, update version --- README.md | 4 +- bower.json | 2 +- changelog.md | 85 -------------------------------------- dist/tiny-slider.js | 2 +- dist/tiny-slider.native.js | 2 +- package.json | 2 +- src/tiny-slider.native.js | 2 +- 7 files changed, 7 insertions(+), 92 deletions(-) delete mode 100644 changelog.md diff --git a/README.md b/README.md index aec30579..8810dbc8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # tiny-slider -![version](https://img.shields.io/badge/Version-1.0.0-green.svg) +![version](https://img.shields.io/badge/Version-1.0.1-green.svg) Tiny slider for all purposes, inspired by [Owl Carousel](http://owlcarousel.owlgraphic.com/). -[demo](http://creatiointl.org/william/tiny-slider/v1/demo/) + The previous version is still available in branch [v0](https://github.com/ganlanyuan/tiny-slider/tree/v0), you may want to know how to [transfer from v0](transfer.md). ## Install diff --git a/bower.json b/bower.json index 42050045..d536e1e0 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "tiny-slider", - "version": "1.0.0", + "version": "1.0.1", "homepage": "https://github.com/ganlanyuan/tiny-slider", "authors": [ "WilliamLin " diff --git a/changelog.md b/changelog.md deleted file mode 100644 index 7952e127..00000000 --- a/changelog.md +++ /dev/null @@ -1,85 +0,0 @@ -# Changelog - -#### v1.0.0 -- Added: mode `gallery` which you can use customized animations. -- Added: axis `vertical`. -- Added: custom events. -- Added: access to slider information. -- Improved: using `transitionend` instead of `setTimeout`. -- Improved: simplify functions. -- Changed: API name from `tinySlider` to `tns`. -- Removed: `init` function. The slider will be automatically initilized. -And many fixes. - -#### v0.6.2 -- Fixed: a conditional statement issue in function `updateLayout`. -- Improved: performance. - -#### v0.6.1 -- Fixed: a syntax issue in function `setAttrs`. - -#### v0.6.0 -- Added: `edgePadding` option. -- Added: `slideBy` option. -- Removed: `maxContainerWidth` option. -- Fixed: an `arrowKeys` issue when `rewind` is set to true. -- Improved: nav, controls will be hidden if slide items are fewer or equal to `items`. - -#### v0.5.0 -- Added: `rewind` option. Thank [faboulaws](https://github.com/ganlanyuan/tiny-slider/pull/10). - -#### v0.4.2 -- Fixed: a length issue when slider parent element has non-zero `padding`. - -#### v0.4.1 -- Added: `gutterPosition` option. -- Fixed: `margin` attribute is added even gutter is 0. - -#### v0.4.0 -- Added: `gutter` option. -- Renamed `tiny-slider.helper.ie8.js` to `tiny-slider.ie8.js`. - -#### v0.3.5 -- Fix a `package.json` issue. - -#### v0.3.2 -- A lots of works around accessibility. - -#### v0.3.1 -- Improved: performance. -- Improved: classList related functions. - -#### v0.3.0 -- Added: `lazyload` for images. -- Added: touch support for touch devices. -- Fixed: get `device size` instead of `viewport size` on mobile devices. - -#### v0.2.2 -- Improved: add `tiny-current`, `tiny-visible` classes to current item and visible items. - -#### v0.2.1 -- Fixed: some syntax issue. -- Fixed: dots' status updating delay on non-transition browsers. -- Fixed: little gap between sliders in IE by changing percent unit to 'px'. -- Fixed: customized dots are unclickable in IE because of `event target` doesn't work properly. - -#### v0.2.0 -- Added: `navContainer` and `dotsContainer`, now you can use customized nav and dots. -- Improved: now the transition speed is based on how far it's translated. -- Fixed: an position issue while `sliderByPage` is turned on, the last dot is clicked and followed by a `next` button clicking. - -#### v0.1.0 -- Added: `fixedWidth`. -- Fixed: an issue while child elements are less than `items`. - -#### v0.0.3 -- Added: check `hasDots` condition. - -#### v0.0.2 -- Fixed: a parameter issue. - -#### v0.0.1 -- simplfy - -#### v0.0.0 -- Initial commit \ No newline at end of file diff --git a/dist/tiny-slider.js b/dist/tiny-slider.js index 3856fa99..2c240779 100755 --- a/dist/tiny-slider.js +++ b/dist/tiny-slider.js @@ -570,7 +570,7 @@ gn.unwrap = function (els) { }; /** * tiny-slider - * @version 1.0.0 + * @version 1.0.1 * @author William Lin * @license The MIT License (MIT) * @github https://github.com/ganlanyuan/tiny-slider/ diff --git a/dist/tiny-slider.native.js b/dist/tiny-slider.native.js index 0ef9a124..878366ce 100755 --- a/dist/tiny-slider.native.js +++ b/dist/tiny-slider.native.js @@ -1,6 +1,6 @@ /** * tiny-slider - * @version 1.0.0 + * @version 1.0.1 * @author William Lin * @license The MIT License (MIT) * @github https://github.com/ganlanyuan/tiny-slider/ diff --git a/package.json b/package.json index 27c48400..2ad2b469 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tiny-slider", - "version": "1.0.0", + "version": "1.0.1", "description": "Pure tiny javascript slider for all purposes.", "main": "dist/tiny-slider.js", "style": "dist/tiny-slider.css", diff --git a/src/tiny-slider.native.js b/src/tiny-slider.native.js index 0ef9a124..878366ce 100755 --- a/src/tiny-slider.native.js +++ b/src/tiny-slider.native.js @@ -1,6 +1,6 @@ /** * tiny-slider - * @version 1.0.0 + * @version 1.0.1 * @author William Lin * @license The MIT License (MIT) * @github https://github.com/ganlanyuan/tiny-slider/