Skip to content

Releases: Link2Twenty/l2t-paper-slider

--paper-slide-font-size patch

30 Jan 13:39
8fe4a5c
Compare
Choose a tag to compare

Added --paper-slide-font-size as a CSS variable so font can easily be set in firefox

This should not cause any issues with current setups.

_countSlides Patch

17 Dec 22:19
7367442
Compare
Choose a tag to compare

Moved _countSlides into the 'delay on first run' section to ensure the correct number of slides are returned.

Patch

15 Dec 23:04
47e33dd
Compare
Choose a tag to compare

Polymer 2 patch for _countSlides

totalSlide redundancy

15 Dec 16:00
3d79a0d
Compare
Choose a tag to compare

total-slide on the element no longer needs to be set manually.

Hybrid mode

27 Oct 19:15
c8a3b7d
Compare
Choose a tag to compare

Thanks to Jalal Fathi for his pull request.

Minor bug fix

31 Aug 08:44
Compare
Choose a tag to compare

Change log

  • Removed space preventing mixins from being applied.

Polymer 2.0

17 May 15:06
Compare
Choose a tag to compare

Change log:

  • Changed to using slot rather than content
  • Changed listeners to Polymer.Gestures
  • Changed document.activeElement to this.shadowRoot.activeElement
  • Added detectors to see polymer version
  • Added backwards compatibility for Polymer 1.0
  • Updated demo

Known issues:

  • IE complains about webcomponents.js
  • You can no longer add or remove slides once the element has been created

TODO:

  • Look at making it possible to push new slides (as nodes) into the shadow dom
  • Look at removing any slide and moving all other slides accordingly

percentMove logic

08 May 13:30
Compare
Choose a tag to compare

Fixed the percentMove logic so you can only change one slide per swipe.

Patch

08 May 12:25
Compare
Choose a tag to compare

Forgot to add mouseup class before any tracking takes place.

Responsive update

08 May 12:12
Compare
Choose a tag to compare

Changes:

  • There is now a mouseup class to contain transition defaults
  • .mouseup is removed at tracking start and replaced at tracking begin so make sliding appear less delayed
  • errors no longer thrown when 0 slides are requested