Skip to content

Commit

Permalink
added changelog for .21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
laveesingh committed Mar 15, 2018
1 parent 8f35543 commit 0f6e28e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

## [Unreleased](https://github.com/akiran/react-slick/tree/HEAD)

## 0.21.0

**Release Changes**

- Fixed issues
- dataset undefined error in case of swipeToSlide but finite slides
- slideWidth issue by transform scale
- variableWidth + finite alignment problems
- wrapper direction rtl issues
- added onload update handler for images
- fixed breaking of animation on setState

- Mixins to Pure Functions
- getWidth, getHeight
- swipeDirection
- initialize, update

- Other Changes
- removed sass, using pure CSS instead
- enforced dir='ltr' in the slider, so dir='rtl' in wrapper doesn't break the slider
- corrected up/down direction conventions
- added more tests along with snapshots

## 0.20.0

Expand Down

0 comments on commit 0f6e28e

Please sign in to comment.