Releases: ava-cassiopeia/simple-switch
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 [email protected]
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.
Idempotency Improvement
Patch version bump that includes #2, which improves idempotency for init()
(helpful for some frameworks).
Bugfixes
v0.5.0 Upped version for release
More Consistent Styling
Made some small fixes to make the styling more consistent, especially when the Switch transitions.