Skip to content

Releases: evocount/ember-resizable

v3.0.1

16 Jan 09:42
255d766

Choose a tag to compare

  • Add @ember/string as a dependency to fix Ember 4.10+ deprecation warnings

v3.0.0

02 Dec 16:30
fd79a48

Choose a tag to compare

Changed

  • Raised minimum Ember version (BREAKING)
  • Raised minimum Node version (BREAKING)
  • Allow configuring whether the mousedown and touchstart events are passive

v2.0.1

11 Oct 14:49
8cfcd5e

Choose a tag to compare

Fixed

  • Right-to-left handling

v2.0.0

24 Aug 06:22
cf3d788

Choose a tag to compare

Fixed

  • Prevent adding listeners if resize is already active
  • Multiple deprecation warnings

Changed

  • Dart Sass 1.33.0+ is required to work with the SCSS (BREAKING)
  • Raised minimum Ember version (BREAKING)
  • Made the mousemove and touchmove event handlers passive
  • Removed using a style-attribute as that requires unsafe-inline in the CSP
  • Dependency updates