All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
9.0.3 (2022-02-02)
- only use default values if null or undefined is passed (8a27c4a)
9.0.2 (2022-01-18)
- jquery scenario (0d40f54)
- update ember-gesture-modifier to v2 (08ae8b5)
- update gesture addon to fix Ember v4 support (f59d178)
- update more deps (f4dbd7e)
9.0.1 (2022-01-13)
- add more npm ignores (57aa240)
9.0.0 (2022-01-13)
- Drop Ember < 3.24
- deps: Drop support for node 10 and ember 3.16
- deps: update ember to 3.28 (0511cb5)
- refactor all components and controllers to glimmer and octane (1dd0739)
8.0.0 (2021-10-20)
- deps: Drop support for node 10 and ember 3.16
- deps: update ember to 3.28 (0511cb5)
- refactor all components and controllers to glimmer and octane (1dd0739)
7.1.1 (2021-04-02)
- convert deprecated hasBlock to helper syntax (0353829)
- remove dark theme alternatives from themes list (6841bb6)
7.1.0 (2020-11-20)
- Add dark variant for ios, flat and material themes. (#144) (70e49f4)
- Added auto variant (#145) (ac8ad6a)
- class syntax and tagless all the way (f893b07)
- keypress is deprecated (ff3b2f7)
- material theme transition speed (#142) (09c2c00)
- Replace hammerjs with ember-gesture-modifiers, fixes #138 (#139) (884c715)
- spacebar toggle (cecbdb9)
- update deps and remove mixin, convert to tagless (609a0e1)
7.0.0 (2020-09-12)
- Drop Node < 10
- Drop Ember < 3.12 LTS (still might work, but no longer tested)
- lint and missing cp key (caf2b0b)
- remove usage of action helper in most places (2d8cefb)
- Upgrade Ember v3.11.0...v3.21.2 (7dc1ee8)
6.0.3 (2020-09-12)
- audit fix dependencies (63250c4)
6.0.2 (2020-01-17)
6.0.1 (2019-12-27)
- make label tagless to preserve visibility feature (0b9e39e)
- deps: security audit (ae4d3c8)
- address the
ember-component-is-visible
deperecation (3.15) (#128) (c1ad3ba)
6.0.0 (2019-07-17)
- audit (ad606dd)
- more this in templates (457b812)
- update to latest ember version via ember-cli-update (82d2cdf)
- use this in x-toggle template (1298ddd)
- no longer include 2.18 in build matrix, although it might still work.
5.3.3 (2019-07-05)
5.3.2 (2018-12-22)
- remove hammertime (5941a77)
- run audit fix (080062c)
- run codemods (feed19e)
- update all the things (2355b6b)
- update deprecated live reload dep (f7f0d8b)
- update outdated deps (d61ad26)
5.3.1 (2018-10-11)
5.3.0 (2018-07-31)
- make the toggle more accessible (e0beb9b)
5.2.4 (2018-05-21)
- send name via toggle action again (570df98)
5.2.3 (2018-05-21)
- Update ember-gestures version to 1.1.0. (#116) (01e5914)
- Updates Ember to 3.1.2 (#113) (71578c8)
- Use proper role, remove invalid aria-role (4270acf), closes #106
5.2.2 (2018-04-02)
- Bump ember-hammertime (#109) (d2b3ad1)
- disables label action on disabled component (#111) (471575a)
- update ember-hammertime (#108) (7fa9ca3)
5.2.1 (2017-11-14)
- config: Import all themes if user botched included themes (691edb9)
5.2.0 (2017-10-10)
- deprecation: Fixed
canDispatchToEventManager
deprecation (5954b1c)
- theme: Add material design toggle theme #90 (#97) (90818f1)
5.1.2 (2017-09-19)
x-toggle
toggles on click when theonToggle
action does not update the value (#92) (bb46c74), closes #91 #91
5.1.1 (2017-09-12)
- Don't toggle when panning while disabled (#88) (95d839a)
5.1.0 (2017-09-09)
- styles: large container sizing fixed (345ff35)
- Properly remove listener, look for destroyed state before setting properties (#87) (a9ee22b)
5.0.2 (2017-07-13)
5.0.1 (2017-07-13)
5.0.0 (2017-07-13)
5.0.0-alpha.7 (2017-07-13)
- build: make sure default config is used (25d79d8)
- dep: bump babel to 6.6 (a30fd59)
- shims: moving to the new style module api format using ember-cli-babel 6.6 rather then a beta version of the shims (#81) (da264a1), closes #79
5.0.0-alpha.6 (2017-07-08)
- moving components that get merged into the app tree to use a 'classic' syntax so it doesn't conflict with 'pod moudle prefies' that might be set in the app (#76) (ae054bb)
5.0.0-alpha.5 (2017-05-18)
- styles: tweak large size, making it less awkward (4dca99a)
- Allow theme on switch, update dummy app more (5174457)
- dummy: Add labels to disabled toggle (a57cd7c)
- check value before sending action (#68) (2094f0c)
- label wrapping and internal div label (#69) (2052f6c)
- remove browser-check (b1a34a7)
- remove injection of browser checker (93c7f47)
- ie: Only check if input when not IE (#71) (2fa01f5)
- removing a double trigger due to the visual toggle already being surrounded by a label (16f5c66)
- simplify (#66) (24122ae)
- the toggle switch explicit on and off (#67) (b756aba)
- Add yield to labels, and fix their tests (973e47d)
- dummy app and split into components, block form (8b295cf)
- simplify all the things (eee5f25)
- Removed label values and made the action simple, passing only a single boolean value.
Fixes the value change bug. More changes to come.
5.0.0-alpha.4 (2017-04-13)
- ie: Only check if input when not IE (#71) (69af664)
5.0.0-alpha.3 (2017-04-10)
- styles: tweak large size, making it less awkward (395824d)
- label wrapping and internal div label (#69) (2bcc44a)
5.0.0-alpha.2 (2017-04-10)
- check value before sending action (#68) (42a95a5)
5.0.0-alpha.1 (2017-04-07)
- simplify (#66) (b3d04af)
- dummy: Add labels to disabled toggle (dbbf670)
- the toggle switch explicit on and off (#67) (283946f)
5.0.0-alpha.0 (2017-04-06)
- Allow theme on switch, update dummy app more (eb920af)
- Add yield to labels, and fix their tests (844fa14)
- dummy app and split into components, block form (c6e36c5)
- simplify all the things (ae1a0b6)
- Removed label values and made the action simple, passing only a single boolean value.
Fixes the value change bug. More changes to come.
4.0.2 (2017-03-17)
- docs: Add missing backtick (02402ba)
4.0.1 (2017-03-17)
- Don't trigger action if
disabled
is set (8e33e9e)
4.0.0 (2017-03-16)
- Rename Addon (0bdcc89)
- Addon is now named
ember-toggle
, make sure to update yourconfig/environment.js
accordingly.
This is due to the fact that the ember-cli-*
naming convention for Ember Addons is
meant mainly for extending the CLI in some way, which this addon doesn't do. Also it's shorter and easier to remember.