Releases: ava-cassiopeia/simple-switch
v0.9.4 - Import fixes
This release includes fixes which should address the problem described in #29, wherein users installing this code from NPM aren't able to correctly import the code.
v0.9.2 - Remove deprecated SASS functions
This is a pretty simple release following 0.9.1 — deprecated SASS functions are removed from the code and replaced with the CSS-native color-mix()
instead, per #30.
v0.9.1 - Bug fixes and cleanup
This release upgrades deps, cleans up the build process a bit, and should fix #29
v0.9.0 - Upgrade to TypeScript
This release should be functionally equivalent to the last one (v0.8.1
). The only difference is that it is being built from the rewritten version of the codebase. There's better testing coverage than before, so this should just work. I'll continue to add test coverage when I can.
If you have any issues with this release, please file an issue and downgrade to v0.8.1
by either manually downloading the release files here on GitHub or running:
npm install a-simple-switch@0.8.1
v0.8.1
Add JS Method for Toggling Switch
Add Better Support For Parameters on Init
Rolls #17 into the master branch, which adds better support for providing parameters globally instead of per init.
Add Support for Emitting 'Input' Event
Brings this component more in line with vanilla web components by making it release input
events (docs) as well as change
events when the state of the component changes.
Gulp and Attribution Fix
Minor upgrade to gulp and attribution update.
Add Disabled-state Support
Includes #3, which adds better support for a disabled
state to this component.
In addition, incorporates a few small version bumps for NPM deps.