-
Notifications
You must be signed in to change notification settings - Fork 785
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8484399
commit 2f7dfa6
Showing
5 changed files
with
25 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "tiny-slider", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"homepage": "https://github.com/ganlanyuan/tiny-slider", | ||
"authors": [ | ||
"WilliamLin <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,43 @@ | ||
#Changelog | ||
|
||
#### v0.3.2 | ||
- Fixed: an issue when `fixedWidth: true`, and slider items are not enough to fill their parent. | ||
|
||
#### v0.3.1 | ||
+ Improved: performance. | ||
+ Improved: classList related functions. | ||
- 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. | ||
- 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. | ||
- 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. | ||
- 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. | ||
- 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`. | ||
- Added: `fixedWidth`. | ||
- Fixed: an issue while child elements are less than `items`. | ||
|
||
#### v0.0.3 | ||
+ Added: check `hasDots` condition. | ||
- Added: check `hasDots` condition. | ||
|
||
#### v0.0.2 | ||
+ Fixed: a parameter issue. | ||
- Fixed: a parameter issue. | ||
|
||
#### v0.0.1 | ||
+ simplfy | ||
- simplfy | ||
|
||
#### v0.0.0 | ||
Initial commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.