Releases: glidejs/glide
Releases · glidejs/glide
v3.0.1
v3.0.0
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
- 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
v.2.0.8
v2.0.7
v2.0.6
v2.0.5
v2.0.4
v2.0.3
- 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