All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Generated by auto-changelog
.
v3.1.46 - 2019-01-23
- issue #303: Fixing autoplay when swipeable is turned off
1b3712e
- Remove unused variables noted by LGTM.com
9a29716
- Add missing semicolons
453ab3e
v3.1.45 - 2018-12-15
v3.1.44 - 2018-12-14
- accessibility: allow dots to be accessible via keyboard
b061c2e
- accessibility: allow thumbnails to be navigable via keyboard
51eaa62
- #267: update snapshot
46e529b
v3.1.43 - 2018-10-05
- add infinite scrolling from end to start
b45e57b
- use setstate cb with nested raf for animation
4ac6c4f
- major refactor implementation
ce23364
v3.1.42 - 2018-09-17
- Restore resetPosition but place on componentDidUpdate so it resets position to the NEW slide in the case where a change just occurred
821ed17
- Update README.md
b86091e
- css file added in usage (README.md)
9b1b22a
v3.1.41 - 2018-06-20
- Removing package-lock.json
cfc2238
v3.1.40 - 2018-06-16
- add built files
c320208
- add autoPlay to state and update upon props change
48390bd
- fix: remove resetPosition() on swipe end
d483950
v3.1.39 - 2018-05-22
v3.1.38 - 2018-05-21
v3.1.37 - 2018-04-24
v3.1.35 - 2018-03-31
v3.1.34 - 2018-03-29
- remove .idea/ directory; remove package-lock.json
149d4a1
- make carousel work with only 1 child passed in
7a20cd9
- import Children from React, other minor changes
f908584
v3.1.33 - 2018-01-29
v3.1.32 - 2018-01-29
v3.1.31 - 2018-01-29
- chore: add build /lib
39184c9
- fix: setting transform properties on swipe
3303030
- refactor: move style rules to not be applied to everying inside slide
69fef99
v3.1.30 - 2017-12-01
- BUGFIX - updates to arrow key navigation handler to work in IE/Edge. Changed match from e.key => e.keyCode. Updated Carousel tests to account for new methods. There are two tests that fail, but they were failing in the existing repo as well.
d538ad3
- Updates per requests from PR
02a091a
v3.1.29 - 2017-11-30
- refactor: using ref as a callback instead of string to fix react ref error
8a276f9
- feat: add verticalSwipe property to deal with mobile vertical swipping.
49a5d52
- refactor: using if else statement instead of ternary to avoid multiple elements with same ref in render
fee17aa
v3.1.28 - 2017-10-20
v3.1.27 - 2017-09-26
- #151: Autoplay keeps trying to transition after the component has been unmounted
79c6167
v3.1.26 - 2017-09-22
- Adding CONTRIBUTING.md
e9e1cc1
- added Component and removed bracker from code example of README
de7ac9b
- add thumbWidth prop to allow specifying thumbnail width
f365fd5
v3.1.25 - 2017-08-26
- issue-159: Ignoring storybook when publishing to npm
c852ece
- #159: Updating css instructions
4498f13
- Update README.md
4c40847
v3.1.24 - 2017-07-04
- #148 Autoplay and stop on hover causes a warning.
ccf032d
- #148 Autoplay and stop on hover causes a warning.
2ba4249
- #148 Autoplay and stop on hover causes a warning.
dd74844
v3.1.23 - 2017-07-04
v3.1.22 - 2017-07-03
v3.1.21 - 2017-06-25
- #134: Using move to on componentWillReceiveProps so the carousel respects its boundaries when changed through external controls
eaba563
v3.1.20 - 2017-06-24
- #140: Revert to initial position when movement is less than tolerance
2fa8a61
- Adding license
aa5ac14
- Update changelog and changelog whitelist
e304469
v3.1.19 - 2017-05-29
- #131: Removing old unused files
1d4a623
- #131: Add story and docs about the custom formatter
da5e4f2
- #131: Allow user to pass a custom formatter for status
c696a50
v3.1.18 - 2017-05-29
- #129: Allow only right and left keys when axis is horizontal
52a922c
v3.1.17 - 2017-05-22
- #118: Fixing jank swipe on mobile
42aede5
v3.1.16 - 2017-05-11
- #118: Adding support to swipe tolerance
a3aaa12
v3.1.15 - 2017-04-30
v3.1.14 - 2017-04-29
- #112: Fix emulateTouch
5d5b712
v3.1.13 - 2017-04-29
- #112: Fix auto play
f74e1a8
v3.1.12 - 2017-04-29
- #112: Converting source to es6
8f0588d
- #98: Fixing bug where the Thumbs component would throw an error if a custom component was rendered inside it
97029bc
- Creating changelog
aaac793
v3.1.11 - 2017-04-26
- #98: Adding snapshot tests
0d74a56
- #98: Delay rendering of thumbs when children is not provided
b3ac415
- #98: Testing only component source, not storybook
bc2ed3c
v3.1.10 - 2017-04-24
- #109: Move create-react-class to dependencies instead of devDependencies
b738ff4
v3.1.9 - 2017-04-24
- #98: Allow carousel slides to be lazy loaded
aa7df89
v3.1.8 - 2017-04-24
v3.1.7 - 2017-04-23
- Fix #102
#102
- #104 - Fixes problem where arrows were not appearing after carousel was loaded
b7b10f3
v3.1.6 - 2017-04-19
- #99: Fixing bug with infinite loop and showArrows=false
eef9597
- #99: Removing node 4 for incompatibility problems with yarn
81b154c
v3.1.5 - 2017-03-26
- #63: Stoping autoplay on touch events or manual actions
c5c5c0b
v3.1.4 - 2017-03-26
- #91: Removing check for has3d as all modern browsers support this capability
105c45b
v3.1.3 - 2017-03-11
v3.1.2 - 2017-02-26
- #86: Removing unnecessary has3d check
3d449d2
v3.1.1 - 2017-02-26
- #85: Moving event binding to componentDidMount to fix SSR
1efa37b
v3.1.0 - 2017-02-10
v3.0.23 - 2017-02-10
- #81: Adding support to mouse swipe:
2829f4b
v3.0.22 - 2017-01-29
- Fixing issue #70 - Adding dynamicHeight prop to adjust when required
77b1eeb
- Fixing issue #72 - changes to autoplay property in runtime wouldn't apply
4d42076
- Removing properties from html as it was outdated
80ad1ac
v3.0.21 - 2016-09-26
v3.0.20 - 2016-09-25
- Refactoring tests to use es6 features
5cc8ac2
- Adding tests for auto play
0d30188
- Adding tolerance for swipe scroll behaviour
55c0e5c
v3.0.19 - 2016-09-24
v3.0.18 - 2016-09-16
v3.0.17 - 2016-09-14
- Deploying storybook demos
5d8e841
- Adding example with videos
a046c27
- Replacing the deprecated package reactify with babelify
62ad401
v3.0.16 - 2016-09-10
- Adding presentation mode
38139e7
- Updating editor config properties and reformatting files
3713d68
- Replacing icons by pure css arrows
48290ec
v3.0.15 - 2016-09-07
- Updating package task to include the fonts
f10a739
- Updating docs with example
6feaeb4
- Removing release branch from publish step
c10616d
v3.0.14 - 2016-09-07
- Fixing gh-pages task
5da8b4d
- Adding editorConfig
0f95c6f
- Updated gulp-uglify, gulp-streamify, gulp-notify, gulp-if, gulp-connect
886641d
v3.0.13 - 2016-08-27
- Updating dependencies and tasks:
7fd718c
- Removing dev folder
df709f9
- Adding copy task to generate all the assets in dev folder
ec2227a
3.0.9 - 2016-01-19
- Fixing vertical carousel size
4a90da2
- Fixing propTypes typo (was propsTypes)
dad89b6
- Publishing to npm
edc64f2
3.0.7 - 2016-01-15
- Updating readme
c5c72b9
- Server rendering in strict mode can't find window
2902cb1
- Updating npm package
621a207
3.0.4 - 2016-01-07
3.0.2 - 2016-01-07
2.0.2 - 2015-11-26
- Issue #19 - fixing undef position
4e7602e
- issue #17 - Calling onChange when selecting through the controls
10470fe
2.0.1 - 2015-11-21
- #17 - Calling onChange when selecting through the controls
0d2368f
2.0.0 - 2015-11-21
- Updating react to 0.14 and fixing all the warnings
87fe13d
- Fixing dependencies and preparing package for distribution
2377fde
- Updating docs
68ab271
v1.0.2 - 2016-03-17
v1.0.1 - 2016-01-13
v1.0.0 - 2016-01-07
0.1.6 - 2015-08-08
- update demo page with gulp
fb450aa
- Merging PR and publishing npm package
748b878
- fix default selected class
8021573