UNPKG

domtokenlist-shim

Version:

A super strict shim/polyfill for DOMTokenList

22 lines (16 loc) 1.08 kB
# Changelog ## 1.2.0 (2016-04-13) * Added support for SVG elements. (props [@rodneyrehm](https://github.com/rodneyrehm)) * Allow for loading in non-browser environments. (props [@rodneyrehm](https://github.com/rodneyrehm)) ## 1.1.1 (2015-11-25) * Fixed illegal `relList` constructor. (props [@TrySound](https://github.com/TrySound)) ## 1.1.0 (2015-05-31) * `add()` and `remove()` with multiple arguments and `toggle()` with `force` argument are now shimmed where needed, enabling full support in all browsers. (props [@TrySound](https://github.com/TrySound), see [#6](https://github.com/jwilsson/domtokenlist/pull/6) and [#7](https://github.com/jwilsson/domtokenlist/pull/7)). ## 1.0.2 (2015-05-12) * Use properties instead of attributes (props [@TrySound](https://github.com/TrySound), see [#2](https://github.com/jwilsson/domtokenlist/issues/2)). * Optimization of array handling (props [@TrySound](https://github.com/TrySound), see [#4](https://github.com/jwilsson/domtokenlist/issues/4)). ## 1.0.1 (2015-01-17) * Added to Bower. ## 1.0.0 (2014-09-08) * Initial release