Skip to content

Latest commit

 

History

History
141 lines (82 loc) · 6.22 KB

CHANGELOG.md

File metadata and controls

141 lines (82 loc) · 6.22 KB

v6.1.1 (2024-10-03)

🐛 Bug Fix

  • #266 fix: when exceptSelector is defined and e.target is empty an error is thrown from closest function (@Scra3)

Committers: 2

v6.1.0 (2023-10-06)

🚀 Enhancement

Committers: 1

v6.0.1 (2023-03-02)

🚀 Enhancement

Committers: 1

v6.0.0 (2023-02-28)

v6.0.0-beta.1 (2023-02-18)

💥 Breaking Change

Committers: 1

v5.0.1 (2022-07-13)

🚀 Enhancement

Committers: 1

v5.0.0 (2022-07-13)

💥 Breaking Change

🚀 Enhancement

Committers: 2

v4.0.0 (2022-03-11)

💥 Breaking Change

🚀 Enhancement

Committers: 1

3.0.0

2.0.0

2.0.0-beta.1

2.0.0-beta.0

Actually, v1.4.0-beta.0 was meant to be v2.0.0-beta.0, so no changes now, only a major version bump...

1.4.0-beta.0

1.3.0

  • Add capture option to the on-click-outside modifier (#71) by @Turbo87
  • Bump js-yaml from 3.8.3 to 3.13.1 (#57) by @zeppelin

1.2.1

  • Fix implicit-modifier-manager-capabilities deprecation. (#58) by @zeppelin

1.2.0

1.2.0-beta.0

1.1.0

  • Deprecate action in favor of onClickOutside (#47) by @AndreJoaquim
  • Deprecate except-selector in favor of exceptSelector

1.0.4

  • Remove unused dependencies: ember-native-dom-helpers, ember-ajax, ember-welcome-page (#41) by @AndreJoaquim

1.0.3

1.0.2

1.0.1

  • Fix except-selector not firing directly on the specified selector.