Releases: jonaskuske/favicon-mode-switcher
Releases · jonaskuske/favicon-mode-switcher
v1.1.1
v1.1.0
Changelog
[1.1.0] - 2019-06-11
Added
- You can now pass selector strings or
<link>
elements directly, rather than wrapping it in a config object. - When using an Array to specify multiple icons to target, the different options (selector,
HTMLLinkElement
, config object) can be mixed-and-matched - In addition to Arrays,
favicon-mode-switcher
now also supportsNodeList
so you can use it withdocument.querySelectorAll()
v1.0.4
Changelog
[1.0.4] - 2019-06-02
Changed
- Rewritten main function to get bundle size to ~350B 🎉
v1.0.3
Changelog
[1.0.3] - 2019-06-02
Fixed
- Fix entry points in
package.json
v1.0.2
Changelog
[1.0.2] - 2019-06-02
Changed
- Improved terser settings to get minzipped size <600B
v1.0.0
Changelog
[1.0.0] - 2019-06-02
Added
- IconConfig can now take an HTMLLinkElement directly, rather than passing a selector string. Passing selectors is still supported.
Changed
- BREAKING: IconConfig['selector'] is now called IconConfig['element']