- #266 fix: when exceptSelector is defined and e.target is empty an error is thrown from closest function (@Scra3)
- #264 add typescript declarations (for Glint) (@BoussonKarel)
- Gabor Babicz (@zeppelin)
- #259 Convert to V2 addon format (@zeppelin)
- #260 Remove deprecated
<ClickOutside>
component (@zeppelin)
- Gabor Babicz (@zeppelin)
- Gabor Babicz (@zeppelin)
- #242 Drop ember-modifier < 3.2.0 & resolve deprecations (@nickschot)
- #244 Remove deprecated ClickOutsideMixin (@zeppelin)
- #248 Add early Ember to test matrix (@zeppelin)
- #246 Prettify + replace ancient syntax in tests & dummy app (@zeppelin)
- #245 Deprecate ClickOutside component (@zeppelin)
- #243 Remove component template containing a single yield (@zeppelin)
- Gabor Babicz (@zeppelin)
- Nick Schot (@nickschot)
- Gabor Babicz (@zeppelin)
- Update ember cli 3.28 (#230) by @jrjohnson
- Widen dependency range for ember-modifier (#233) by @zeppelin
- Upgrade ember-modifier to 2.1.0 (#167) by @lukemelia
Actually, v1.4.0-beta.0
was meant to be v2.0.0-beta.0
, so no changes now, only a major version bump...
- BREAKING: Fix modifier behavior (#113) by @zeppelin
- BREAKING: Drop Node 8 support (#112) by @zeppelin
- Add
capture
option to theon-click-outside
modifier (#71) by @Turbo87 - Bump js-yaml from 3.8.3 to 3.13.1 (#57) by @zeppelin
- Allow
eventType
to be specified. (#51) by @crowjonah - Require Node > 8. (#53) by @crowjonah
- Deprecate
action
in favor ofonClickOutside
(#47) by @AndreJoaquim - Deprecate
except-selector
in favor ofexceptSelector
- Remove unused dependencies: ember-native-dom-helpers, ember-ajax, ember-welcome-page (#41) by @AndreJoaquim
- Improve handling for dynamic content (#41) by @alex-konoval
- Add missing
return
statement (#42) by @olegdovger
- Fix
except-selector
not firing directly on the specified selector.