Skip to content

Latest commit

 

History

History
460 lines (221 loc) · 18.4 KB

CHANGELOG.md

File metadata and controls

460 lines (221 loc) · 18.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

9.0.3 (2022-02-02)

Bug Fixes

  • only use default values if null or undefined is passed (8a27c4a)

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)

9.0.1 (2022-01-13)

Bug Fixes

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

8.0.0 (2021-10-20)

⚠ BREAKING CHANGES

  • 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)

7.1.1 (2021-04-02)

Bug Fixes

  • convert deprecated hasBlock to helper syntax (0353829)
  • remove dark theme alternatives from themes list (6841bb6)

7.1.0 (2020-11-20)

Features

Bug Fixes

  • 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)

⚠ BREAKING CHANGES

  • Drop Node < 10
  • Drop Ember < 3.12 LTS (still might work, but no longer tested)

Bug Fixes

  • 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)

Bug Fixes

6.0.2 (2020-01-17)

Bug Fixes

6.0.1 (2019-12-27)

Bug Fixes

  • 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)

Bug Fixes

  • audit (ad606dd)
  • more this in templates (457b812)
  • update to latest ember version via ember-cli-update (82d2cdf)
  • use this in x-toggle template (1298ddd)

BREAKING CHANGES

  • no longer include 2.18 in build matrix, although it might still work.

5.3.3 (2019-07-05)

Bug Fixes

  • Make versions of ember-gestures less than 1.1.1 unacceptable (#120) (b0d3d6f)

5.3.2 (2018-12-22)

Bug Fixes

5.3.1 (2018-10-11)

Bug Fixes

5.3.0 (2018-07-31)

Features

  • make the toggle more accessible (e0beb9b)

5.2.4 (2018-05-21)

Bug Fixes

  • send name via toggle action again (570df98)

5.2.3 (2018-05-21)

Bug Fixes

  • 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)

Bug Fixes

5.2.1 (2017-11-14)

Bug Fixes

  • config: Import all themes if user botched included themes (691edb9)

5.2.0 (2017-10-10)

Bug Fixes

  • deprecation: Fixed canDispatchToEventManager deprecation (5954b1c)

Features

  • theme: Add material design toggle theme #90 (#97) (90818f1)

5.1.2 (2017-09-19)

Bug Fixes

  • x-toggle toggles on click when the onToggle action does not update the value (#92) (bb46c74), closes #91 #91

5.1.1 (2017-09-12)

Bug Fixes

  • Don't toggle when panning while disabled (#88) (95d839a)

5.1.0 (2017-09-09)

Bug Fixes

  • styles: large container sizing fixed (345ff35)
  • Properly remove listener, look for destroyed state before setting properties (#87) (a9ee22b)

Features

  • Enable toggling with a panning mouse/finger gesture, fixes #49 (#85) (398f8d6), closes #49 #85

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)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Features

  • Add yield to labels, and fix their tests (973e47d)
  • dummy app and split into components, block form (8b295cf)
  • simplify all the things (eee5f25)

BREAKING CHANGES

  • 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)

Bug Fixes

  • ie: Only check if input when not IE (#71) (69af664)

5.0.0-alpha.3 (2017-04-10)

Bug Fixes

  • 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)

Bug Fixes

  • check value before sending action (#68) (42a95a5)

5.0.0-alpha.1 (2017-04-07)

Bug Fixes

  • 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)

Bug Fixes

  • Allow theme on switch, update dummy app more (eb920af)

Features

  • Add yield to labels, and fix their tests (844fa14)
  • dummy app and split into components, block form (c6e36c5)
  • simplify all the things (ae1a0b6)

BREAKING CHANGES

  • 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)

Bug Fixes

  • docs: Add missing backtick (02402ba)

4.0.1 (2017-03-17)

Bug Fixes

  • Don't trigger action if disabled is set (8e33e9e)

4.0.0 (2017-03-16)

Features

BREAKING CHANGES

  • Addon is now named ember-toggle, make sure to update your config/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.