Skip to content

Releases: glidejs/glide

v3.0.3

30 Apr 11:55
Compare
Choose a tag to compare

Bug Fixes

  • Fix minify build so it won't break min script. Uglify was broking script after purring warn() function

Internals

  • Use Array.prototype.slice instead of Array.from for a better compatibility
  • Rename scoped variables in Html component getters and setters so they won't be a reserved words

v3.0.2

24 Apr 18:41
Compare
Choose a tag to compare

Bug fixes

  • Fixes malfunctioning merging of defaults with instance options which affected the proper functioning of breakpoints (#205)

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