Releases: uglow/stylesheet-switcher
Releases · uglow/stylesheet-switcher
v3.0.0
3.0.0 (2020-04-07)
Features
- upgrade to Svelte 3 compiler, simplify code, add support for hiding UI (ba8dd2c)
BREAKING CHANGES
- There are breaking changes due to the use of the Svelte 3 compiler. When instantiating the
component, previously you passed `{target, data}`, now you pass `{target, props}`.
v2.2.0
2.2.0 (2020-04-07)
Features
- upgrade to Svelte 3 compiler, simplify code, add support for hiding UI (f635187)
Breaking Changes
There are breaking changes due to the use of the Svelte 3 compiler. When instantiating the component, previously you passed {target, data}
, now you pass {target, props}
.
v2.1.3
2.1.3 (2018-06-27)
Bug Fixes
- docs: generating semantic release (93ee1d8)
v2.1.1
2.1.1 (2018-06-27)
Bug Fixes
- component: add support for switching multiple link or style elements that match (a238241)
v2.1.0
2.1.0 (2018-06-18)
Bug Fixes
- build: use latest semantic-release package (d3d1c97)
Features
- component: add support for controlling <style> elements (27366e1)
v2.0.1
2.0.1 (2017-05-03)
Bug Fixes
- build: include component sourcemap in NPM module (ce076740)
- component: fire selectionChange event every time setSelected() is called (840300a0)
v2.0.0
2.0.0 (2017-05-01)
Features
- component: add getter & setter for the selected stylesheet (fe183ec3)
Breaking Changes
- switchStyleSheet() has been renamed to setSelected().
(fe183ec3)
v1.0.0
1.0.0 (2017-04-24)
Features