Skip to content

Releases: ava-cassiopeia/simple-switch

v0.9.0 - Upgrade to TypeScript

20 Nov 21:43
Compare
Choose a tag to compare

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

20 Nov 19:44
Compare
Choose a tag to compare

This release should be functionally identical to v0.8.0 unless you consume this project via NPM.

If you consume this project via NPM, this release includes additional files historically only included here in the GitHub release .zip files, as requested in #22.

Add JS Method for Toggling Switch

25 May 01:39
Compare
Choose a tag to compare

Rolling #20 into a new release. Thanks to @dkniffin for the work on this!

Add Better Support For Parameters on Init

02 Mar 00:57
Compare
Choose a tag to compare

Rolls #17 into the master branch, which adds better support for providing parameters globally instead of per init.

Add Support for Emitting 'Input' Event

11 Jan 03:28
Compare
Choose a tag to compare

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

11 Jan 03:10
Compare
Choose a tag to compare

Minor upgrade to gulp and attribution update.

Add Disabled-state Support

09 Dec 23:17
96a8561
Compare
Choose a tag to compare

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

09 Dec 00:24
5824445
Compare
Choose a tag to compare

Patch version bump that includes #2, which improves idempotency for init() (helpful for some frameworks).

Bugfixes

24 Oct 02:41
Compare
Choose a tag to compare
v0.5.0

Upped version for release

More Consistent Styling

24 Jun 20:26
Compare
Choose a tag to compare

Made some small fixes to make the styling more consistent, especially when the Switch transitions.