bustle / mobiledoc-kit

A toolkit for building WYSIWYG editors with Mobiledoc
https://bustle.github.io/mobiledoc-kit/demo/
MIT License
1.55k stars 150 forks source link

Fix failing Sauce Labs tests and IE11 compatibility šŸ¾ #698

Closed ZeeJab closed 4 years ago

ZeeJab commented 4 years ago

We were seeing errors where Sauce couldnā€™t connect because saucie hardcodes a version of Sauce Connect that is no longer supported.

This PR resolves that issue by overriding the connectVersion option to set a compatible version.

Because several PRs were merged despite the test suite not passing, a few changes that are incompatible with IE11 made their way to master. This PR also includes fixes for those incompatibilities, specifically Object.entries, Array.includes and for..of loops that transpiled to code that relies on Symbol.