glide
glide copied to clipboard
Release fix for endless loop when slider is empty
While #232 was fixed in clones.js#L25 again with #355 on Jul 22, 2019 the fix is not included in dist/ in the latest release (3.4.1) from Sep 23, 2019:
/*!
* Glide.js v3.4.1
[…]
*/
[…]
collect: function collect() {
[…]
var end = slides.slice(-part);
for (var r = 0; r < Math.max(1, Math.floor(perView / slides.length)); r++) {
Could you please create a new release with the fix included?
This is VERY much needed. The freeze does not happen all the time, but it happens, and when it happens, Chrome is totally unresponsive. Is Glide.js still being maintained?
@jedrzejchalubek Do you need helpers who could maintain this repo?