Skip to content

Releases: Link2Twenty/l2t-paper-slider

Inert import

13 Apr 14:42
Compare
Choose a tag to compare

Changes:

  • Inert.min.js has been depreciated
  • Import inert.html (this then adds the inert.js script)

Patch

31 Mar 11:59
Compare
Choose a tag to compare

Fixed issue with slotted styles leading to text size being 0.

Polymer2 Ready

15 Mar 15:59
Compare
Choose a tag to compare

The element will now work with Polymer2 (as well as Polymer1)

Known issues:

  • There doesn't seem to be Gesture support with polymer2 (at least not yet)

Minor bug fixes

09 Mar 09:47
Compare
Choose a tag to compare
  • fixed slider indicator's animation so it no longer stretches

More A11y

05 Mar 00:33
Compare
Choose a tag to compare

The aim of this update was to make life a bit easier for people with screen readers

  • added menubar role to slider dots container
  • added menuitemradio role to slider dot elements
  • slider dot elements have aria-checked property
  • slider dot elements have aria-label "slide [slide number + 1] selector"
  • aria-labels are set by the _moveManual function
  • added _ariaChecked function to handle aria-checked on position change

Scroll hack fix

03 Mar 09:03
Compare
Choose a tag to compare

The scroll hack has been removed. Thanks to wq9 (Wei Quan).

README

02 Mar 10:08
Compare
Choose a tag to compare
  • Small README Change.

onChange Event

02 Mar 09:45
Compare
Choose a tag to compare
  • When the slide changes an onChange event is fired
  • There was a bug with inert when using dom-repeat this should have been resolved.

Inert

23 Jan 13:52
Compare
Choose a tag to compare

Now using WICG/inert for inert as it offers better support cross browser
and just seems to work better

Inert

23 Jan 13:25
Compare
Choose a tag to compare

Sets hidden tabs to inert.

Also, includes inert-polyfill