Skip to content

Releases: jonaskuske/favicon-mode-switcher

v1.1.1

13 Nov 17:12
Compare
Choose a tag to compare

Changelog

[1.1.1] - 2021-11-13

Changed

  • Upgraded all dependencies
  • Updated year in copyright notice

v1.1.0

10 Jun 23:03
Compare
Choose a tag to compare

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 supports NodeList so you can use it with document.querySelectorAll()

v1.0.4

13 Sep 17:20
Compare
Choose a tag to compare

Changelog

[1.0.4] - 2019-06-02

Changed

  • Rewritten main function to get bundle size to ~350B 🎉

v1.0.3

13 Sep 17:21
Compare
Choose a tag to compare

Changelog

[1.0.3] - 2019-06-02

Fixed

  • Fix entry points in package.json

v1.0.2

13 Sep 17:22
Compare
Choose a tag to compare

Changelog

[1.0.2] - 2019-06-02

Changed

  • Improved terser settings to get minzipped size <600B

v1.0.0

13 Sep 17:24
Compare
Choose a tag to compare

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']