Ember Toggle Versions Save

Checkbox based Toggle Switches for Ember

v9.0.2

2 years ago

9.0.2 (2022-01-18)

Bug Fixes

  • jquery scenario (0d40f54)
  • update ember-gesture-modifier to v2 (08ae8b5)
  • update gesture addon to fix Ember v4 support (f59d178)
  • update more deps (f4dbd7e)

v9.0.0

2 years ago

9.0.0 (2022-01-13)

⚠ BREAKING CHANGES

  • Drop Ember < 3.24
  • deps: Drop support for node 10 and ember 3.16

Features

  • deps: update ember to 3.28 (0511cb5)
  • refactor all components and controllers to glimmer and octane (1dd0739)

Bug Fixes

v3.0.0

7 years ago

v3.0.0

BREAKING CHANGES:

  • initial render suggestion has been removed
  • onError action has also been removed since it was only used for the initial suggestion

Enhancements:

  • Added excludeBaseStyles config to prevent the base styles from being imported
  • Update to Ember 2.11, npm only

v2.0.2

7 years ago

v2.0.2

  • docs: Add instructions for installation, see #47
  • fix(docs): change on/offValue to on/offLabel, see #50
  • fix(tests): Add ember-alpha
  • fix(deprecation): Replace contains with includes, see #53

v2.0.1

7 years ago

v2.0.1

Fixes

  • Fix class attribute not being honored, i.e. {{x-toggle class='...'}}.
  • Fix styles for all themes and sizes

v2.0.0

7 years ago

v1.0.0

8 years ago

v1.0.0

Fixes #39.

Breaking Changes

  • on is now onLabel (defaultOn config is now defaultOnLabel)
  • off is now offLabel (defaultOff config is now defaultOffLabel)

v0.6.1

8 years ago

Try to address #33

v0.6.0

8 years ago

v0.5.11

8 years ago

The v1 API changes accidentally were released as v0.5.9 and v0.5.10. This reverts those changes and cherry picks the fixes.