Skip to content

Releases: Splidejs/splide

v2.4.12

23 Aug 20:15
Compare
Choose a tag to compare

Bug Fix

  • Autoplay was not properly resumed on blur.

v2.4.11

17 Aug 16:18
Compare
Choose a tag to compare

Bug Fix

  • The track position was wrong in RTL mode.
  • Fixed the invalid CSS property name.

v2.4.10

30 Jul 02:26
Compare
Choose a tag to compare

Bug Fix

  • Relative units(em, rem, etc) for the fixedWidth/fixedHeight option didn't work.

v2.4.8

16 Jul 23:38
Compare
Choose a tag to compare

New Features

  • The Lazyload component accepts a srcset attribute.

v2.4.6

14 Jul 08:06
Compare
Choose a tag to compare

Bug Fix

  • Padding became undefined when the Splide instance was converted to JSON by JSON.stringify.
  • Padding and gap were not updated correctly on resize if they were described by % or vw.

v2.4.4

23 Jun 07:17
Compare
Choose a tag to compare

Bug Fix

  • Drag/swipe didn't work correctly.
  • Transition animation was skipped only in the first page of a RTL slider.

v2.4.3

21 Jun 06:32
Compare
Choose a tag to compare

New Features

  • Can select the target of the keyboard event from the document or the root element.
  • Can remove tab indices from slides by slideFocus option.
  • Can determine whether to prevent any actions while transitioning or not by the waitForTransition option.

Internal

  • Change the way of the Layout calculation.
  • Merge the horizontal and vertical sub components into the Track component.

v2.4.0

17 Jun 13:04
Compare
Choose a tag to compare

New Features

  • Support drag for the fade type.

v2.3.8

04 Jun 20:00
Compare
Choose a tag to compare

Bug Fix

  • Loop didn't work well when fixedWidth is provided and number of slides is not enough to fill the view port.

New Features

  • Number of clones can be determined by options.

v2.3.6

31 May 15:05
Compare
Choose a tag to compare

Bug Fix

  • Invalid realIndex was assigned to a slide when the length of slides were less than perPage.

New Features

  • Emit click event when a slide is clicked.
  • All components will be evaluated again when the Splide is remounted.