Skip to content

Releases: FabricElements/skeleton-carousel

Bug fixes scroll

21 Jun 13:38
a1de8aa
Compare
Choose a tag to compare
Merge pull request #85 from FabricElements/feature/iconset

Add custom iconset

Base component

19 Jun 19:06
17e47b3
Compare
Choose a tag to compare

Fully migrated and production ready component.

Bug fixes

19 Jun 17:07
80f47e4
Compare
Choose a tag to compare
  • Chrome scroll fix
  • Documentation update
  • Template issues

Controls update and test fixed

19 Dec 19:49
cb4b562
Compare
Choose a tag to compare
  • Hide #controls when there is only one item
  • New test
  • Docs updated: Hide hybrid support

dom-repeat support

06 Dec 01:18
30f679d
Compare
Choose a tag to compare
  • New dom-repeat support
  • Demos update
  • Readme demo update
  • Lazy load on the first level. This will allow you to add the iron-image tag on the top level

Bug fixes and improvements

23 Nov 19:05
ea12305
Compare
Choose a tag to compare
  • Bug fixes
  • disable-keys (boolean) - Disables keyboard navigation.

Core update and support

06 Nov 13:49
60d7a9f
Compare
Choose a tag to compare
  • Keyboard navigation.
  • Automatic animation with custom time.
  • New test, including accessibility.
  • JS properties optimization
  • CSS optimization
  • Smooth swipe.
  • Core js update.
  • Optimization.
  • Selector
  • Disable options

Define new events

  • animating-changed - Fired when the animating property has changed.
  • end - Fired when the carousel has reached the last slide.
  • end-changed - Fired when the end property has changed.
  • selected-changed - Fired when the selected property has changed.
  • selected-item-changed - Fired when the selectedItem property has changed.
  • show-next-changed - Fired when the showNext property has changed.
  • show-prev-changed - Fired when the showPrev property has changed.
  • swiping-changed - Fired when the swiping property has changed.
  • total-changed - Fired when the total property has changed.

New css mixins:

  • --skeleton-carousel-container
  • --skeleton-carousel-container-horizontal
  • --skeleton-carousel-container-vertical

Other updates

  • Swipe more responsive.
  • Docs update

Bug fixes and new css mixins

05 Nov 19:45
Compare
Choose a tag to compare

New css mixins:

  • --skeleton-carousel-container
  • --skeleton-carousel-container-horizontal
  • --skeleton-carousel-container-vertical

Other updates

  • Swipe more responsive.
  • Docs update

Core update and support

02 Nov 00:05
a83362c
Compare
Choose a tag to compare
  • Keyboard navigation.
  • Automatic animation with custom time.
  • New test, including accessibility.
  • JS properties optimization
  • CSS optimization

Define new events

  • animating-changed - Fired when the animating property has changed.
  • end - Fired when the carousel has reached the last slide.
  • end-changed - Fired when the end property has changed.
  • selected-changed - Fired when the selected property has changed.
  • selected-item-changed - Fired when the selectedItem property has changed.
  • show-next-changed - Fired when the showNext property has changed.
  • show-prev-changed - Fired when the showPrev property has changed.
  • swiping-changed - Fired when the swiping property has changed.
  • total-changed - Fired when the total property has changed.

Fist release 2.0

30 Oct 22:57
f8b6510
Compare
Choose a tag to compare

Smooth swipe.
Core js update.
Optimization.
Selector
Disable options