glidejs / glide

A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more
https://glidejs.com
MIT License
7.29k stars 772 forks source link

Not working in IE11 without polyfill #625

Open digital88 opened 2 years ago

digital88 commented 2 years ago

Object.assign have to be polyfilled before glide starts working. Should have noted this in docs.

martin-badin commented 1 year ago

I don't think so. Microsoft stopped maintaining IE11 and currently, it is deprecated. It is fine if packages like this stop supporting it.

digital88 commented 1 year ago

I don't think so. Microsoft stopped maintaining IE11 and currently, it is deprecated. It is fine if packages like this stop supporting it.

Well it has no mention of IE11 being unsupported in docs. So at least having supported browsers section in docs would be nice.