Skip to content

Releases: glidejs/glide

v3.0.1

16 Apr 21:30
Compare
Choose a tag to compare

Bug Fixes

  • Fixes merging of instance settings with passed options when there are nested objects (#200)

v3.0.0

03 Apr 21:46
Compare
Choose a tag to compare

What's new in 3.0?

Dependency-free

Everything on board, ready for action. Written in vanilla JavaScript without hidden dependencies.

Lightweight

It weighs only ~22kb (~7kb gzipped) with every functionality on board.

Modular

Need a few selected modules? Remove unused modules and drop overall script weight even more.

Extendable

Need something more custom-made? Plug-in your own modules with additional functionalities.

Bundlers ready

Modern setup? Using Rollup or Webpack? We have your back.

Performance

Dropping jQuery and moving to vanilla JavaScript greatly improved overall performance.

v2.1.0

21 Jan 17:46
Compare
Choose a tag to compare
  • Fixes problems with default events from anchors and images
  • Sets padding to 0 on .glide__track to prevent a position issue when using <ul>

v2.0.9

06 Aug 13:39
Compare
Choose a tag to compare
  • Stop sliding when only having 1 image? #158
  • Prevent call 'setup' in resize after glide has been destroyed #160
  • Update main section in bower.json #157
  • Resize still fires after calling destroy #156

v.2.0.8

18 May 06:51
Compare
Choose a tag to compare
  • #148 Fix compatibility issue with use strict
  • #152 hoverpause doesn't work when hovering of prev/next buttons
  • #143 Register as npm package

v2.0.7

17 Mar 11:09
Compare
Choose a tag to compare
  • #146 fixed resize event being global: use unique id for each instance of Glide
  • #145 interval reset with autoplay
  • #141 dragDistance doesn't seem to change anything?
  • #138 Block multiple scrolling direction on mobile

v2.0.6

21 Dec 12:15
Compare
Choose a tag to compare
  • Anchor inside li #128
  • Changed for-in loops on arrays in Clones module into for loops. #130

v2.0.5

05 Nov 20:15
Compare
Choose a tag to compare
  • Pass richer parameters to the callbacks #96
  • Separate callbacks and custom events
  • New Api method - animate()
  • different time for sliders #106
  • Slides not swiping on mobiles #127

v2.0.4

21 Sep 19:52
Compare
Choose a tag to compare
  • added vertical mode
  • keyboard accessible #108
  • fix arrows binding and unbinding click event, when they was disabled

v2.0.3

21 Jul 22:12
Compare
Choose a tag to compare
  • Added padding mode
  • Added centered mode
  • data-glide-trigger can have multiple targets
  • Fixes callbacks run on browser resize
  • Fixes events unbind with destroy method
  • Splited stylesheet into two files
  • Added default styling
  • Fixed css minify option in less task
  • Removed dot added to clones class
  • Fixes wrong startup position in slider type with paddings and startAt options
  • DRYing Build and Animation modules
  • afterInit current slide number and current slide element as params
  • Fixing touch freezing