Skip to content

Releases: FlowingCode/CarouselAddon

v3.0.0

02 May 15:26
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGE: the web-component is now called fc-l2t-paper-slider
  • feat: add support for shadow DOM styling by @javier-godoy in #42

Full Changelog: carousel-addon-2.1.4...carousel-addon-3.0.0

v2.1.4

22 Apr 13:55
Compare
Choose a tag to compare

What's Changed

  • refactor: add paper-slider sources to component by @paodb in #40
  • fix: add detach logic by @paodb in #40
  • fix: remove redundant call to updateSlides by @paodb in #40

Full Changelog: carousel-addon-2.1.3...carousel-addon-2.1.4

v2.1.3

11 Mar 13:43
Compare
Choose a tag to compare

What's Changed

  • fix: make withoutNavigation method hide navigation circles as expected by @paodb in #37
  • fix: use setProperty instead of setAttribute by @javier-godoy in #39

Full Changelog: carousel-addon-2.1.2...carousel-addon-2.1.3

v2.1.2

19 Oct 18:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: carousel-addon-2.1.1...carousel-addon-2.1.2

v2.1.1

02 Aug 12:26
Compare
Choose a tag to compare

Bugfixes:

  • fix position not set in SlideChangeEvent constructor (#15)
  • fix fromClient not used in SlideChangeEvent constructor (#17)

v2.1.0

06 Jul 15:19
Compare
Choose a tag to compare

New feature:

  • Add position value (index of the slide element) to SlideChangeEvent (#10)

v2.0.1

12 Feb 13:18
Compare
Choose a tag to compare

Maintenance release.

  • Replace vaadin dependency with vaadin-core