diff --git a/packages/splitjs/README.md b/packages/splitjs/README.md index b0b998d0a..cba5faaab 100644 --- a/packages/splitjs/README.md +++ b/packages/splitjs/README.md @@ -521,9 +521,9 @@ Overflow can be handled as well, to get scrolling within the elements: This library uses [CSS calc()](https://developer.mozilla.org/en-US/docs/Web/CSS/calc#AutoCompatibilityTable), [CSS box-sizing](https://developer.mozilla.org/en-US/docs/Web/CSS/box-sizing#AutoCompatibilityTable) and [JS getBoundingClientRect()](https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect#AutoCompatibilityTable). These features are supported in the following browsers: -| Chrome logo | Firefox logo | Internet Explorer logo | Opera logo | Safari logo | [BrowserStack logo](http://browserstack.com/) | -| :-------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------- | -| 22+ ✔ | 6+ ✔ | 9+ ✔ | 15+ ✔ | 6.2+ ✔ | Sponsored ✔ | +| Chrome logo | Firefox logo | Internet Explorer logo | Opera logo | Safari logo | [Sauce Labs](https://saucelabs.com) | +| :-------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------- | +| 22+ ✔ | 6+ ✔ | 9+ ✔ | 15+ ✔ | 6.2+ ✔ | Sponsored ✔ | Gracefully falls back in IE 8 and below to only setting the initial widths/heights and not allowing dragging. IE 8 requires polyfills for `Array.isArray()`, `Array.forEach`, `Array.map`, `Array.filter`, `Object.keys()` and `getComputedStyle`. This script from [Polyfill.io](https://polyfill.io/) includes all of these, adding 1.91 kb to the gzipped size. @@ -533,7 +533,7 @@ This is **ONLY NEEDED** if you are supporting **IE8:** ``` -This project's tests are run on multiple desktop and mobile browsers sponsored by [BrowserStack](http://browserstack.com/). +Cross-browser Testing Platform and Open Source <3 Provided by [Sauce Labs](https://saucelabs.com). ## Credits @@ -552,6 +552,8 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/splitjs#sponsor)] +![Sauce Labs](saucelabs.svg) + diff --git a/packages/splitjs/saucelabs.svg b/packages/splitjs/saucelabs.svg new file mode 100644 index 000000000..4dd11641b --- /dev/null +++ b/packages/splitjs/saucelabs.svg @@ -0,0 +1 @@ +Powered by Sauce Labs badges whiteTESTING POWERED BY \ No newline at end of file