Joffrey JAFFEUX
|
f10078eab4
|
FIX: moves back padStart/padEnd to core polyfills (#8714)
Multiple users are on chrome 56 when this is only supported on chrome 57. Given it's only few lines of code, it makes sense to keep supporting this.
|
2020-01-14 10:54:39 +01:00 |
|
Robin Ward
|
c91a360ef7
|
FIX: Include Symbol polyfill for IE11
This is necessary when we use `for (x of y)` operators in Javascript as
they are transpiled to use `Symbol` which is not present in IE.
|
2019-12-18 15:58:36 -05:00 |
|
David Taylor
|
b4f28ce2b1
|
FIX: Add missing Object.entries polyfill for IE11
This was omitted when IE polyfills were migrated from polyfills.js to ie.js
|
2019-12-18 11:36:26 +00:00 |
|
Robin Ward
|
4abe4454dd
|
FEATURE: Create IE Support Plugin (#8520)
This core plugin, which could be split off in the future, allows us to load IE specific code on demand.
Co-authored-by: jjaffeux <j.jaffeux@gmail.com>
|
2019-12-11 09:07:22 -05:00 |
|