patrickkunka / mixitup

A high-performance, dependency-free library for animated filtering, sorting, insertion, removal and more
https://www.kunkalabs.com/mixitup/
4.52k stars 736 forks source link

Remove legacy polyfills and CSS prefixes #582

Open MichaIng opened 3 years ago

MichaIng commented 3 years ago

To keep Internet Explorer 9 - 11 support, for now the element matches "ms" prefix and promise function check are kept, everything else is removed.

Additionally some spelling corrections have been applied.

I know these changes need to be applied to the sources and this file rebuilt. However, I have no experience with the build tools. If anyone is interested to update this great project properly, I'm ready to help.