This repository has been archived by the owner on Sep 26, 2020. It is now read-only.
Releases: gbrlsnchs/material2-carousel
Releases · gbrlsnchs/material2-carousel
0.5.1 - 2019-10-03
Fixed
- Fix vertical scrolling on mobile devices (by chriswnewman).
0.5.0 - 2019-07-24
Added
- Support for remote images (by alerubis).
- Event for changing slides (by tiagoblackcode).
Fixed
- Prevent carousel buttons to submit forms (by tiagoblackcode).
0.4.0 - 2019-06-03
Added
- Support for overriding icons with other SVG icons (by lenart91).
Fixed
- Enable autoplay when carousel is partially visible.
0.3.1 - 2018-12-04
Fixed
- Prevent cleanup when publishing via Travis CI.
0.3.0 - 2018-12-04
Added
- Keyboard navigation.
- Mouse navigation (via mouse wheel).
- Optional right-to-left orientation.
Changed
- Layout for demo page.
- Make the carousel more reactive to changes.
0.2.1 - 2018-11-28
Added
- Demo badge to README file.
Fixed
- Fix last slide panning being broken due to its parent's padding.
- Set a proper demo title.
0.2.0 - 2018-11-28
Added
hammerjs
to peer dependencies.docs
folder in order to have a demo at Github Pages.
Changed
- Rename
backgroundImage
toimage
.
0.1.3 - 2018-11-27
Fixed
- Copy license and README file to build directory via
npm run build
.
0.1.2 - 2018-11-27
Added
- Missing NPM metadata.
Changed
- Update README file.
0.1.1 - 2018-11-27
Added
- This changelog file.
Fixed
- Add license to
package.json
.