Releases: glidejs/glide
Releases · glidejs/glide
v3.0.3
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 ofArray.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
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>