Releases: FlowingCode/CarouselAddon
Releases · FlowingCode/CarouselAddon
v3.0.2
What's Changed
- fix: handle null activeElement in _spaceCatcher by @javier-godoy in #51
- fix: guard _moveManual and _ariaChecked against dom-repeat race by @javier-godoy in #51
- fix: avoid duplicate click handlers accumulating in _moveManual by @javier-godoy in #51
- fix: bound-check position in _ariaChecked by @javier-godoy in #51
- refactor: replace var with const in _spaceCatcher by @javier-godoy in #51
- refactor: use Number.parseInt with radix in _spaceCatcher by @javier-godoy in #51
- chore: link to FlowingCode javadoc site instead of javadoc.io by @javier-godoy in #55
Full Changelog: carousel-addon-3.0.1...carousel-addon-3.0.2
v3.0.1
What's Changed
- fix: correct aria-posinset values by @javier-godoy in #46
Full Changelog: carousel-addon-3.0.0...carousel-addon-3.0.1
v3.0.0
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
v2.1.3
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
What's Changed
- fix: correct height handling by @mlopezFC in #32
- refactor: change how properties are handled by @mlopezFC in #32 (closes #29, #31)
New Contributors
- @mlopezFC made their first contribution in #32
- @Valenreynoso17 made their first contribution in #34
Full Changelog: carousel-addon-2.1.1...carousel-addon-2.1.2
v2.1.1
v2.1.0
v2.0.1
Maintenance release.
- Replace vaadin dependency with vaadin-core