Skip to content

Releases: knownasilya/ember-toggle

v9.0.2

18 Jan 23:03
Compare
Choose a tag to compare

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

13 Jan 01:12
Compare
Choose a tag to compare

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

No more suggestions

31 Jan 14:54
Compare
Choose a tag to compare

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

Fix Deprecation

25 Oct 14:00
Compare
Choose a tag to compare

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

Style Fixes

01 Jun 17:29
Compare
Choose a tag to compare

v2.0.1

Fixes

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

Refactored API

05 May 19:29
Compare
Choose a tag to compare
v2.0.0

Refactored API, see the readme.

Rename on/off label attributes

29 Feb 17:54
Compare
Choose a tag to compare

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)

Non-PODS export

19 Feb 23:18
Compare
Choose a tag to compare

Try to address #33

Differentiate toggles by `name`

28 Aug 12:18
Compare
Choose a tag to compare
v0.6.0

Convert to new CP syntax

Revert v1

21 Jul 16:51
Compare
Choose a tag to compare

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