Skip to content

Commit

Permalink
Release v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeppelin committed Jul 13, 2022
1 parent f75b867 commit 7d1a5a3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@


## v5.0.0 (2022-07-13)

#### :boom: Breaking Change
* [#242](https://github.com/zeppelin/ember-click-outside/pull/242) Drop ember-modifier < 3.2.0 & resolve deprecations ([@nickschot](https://github.com/nickschot))
* [#244](https://github.com/zeppelin/ember-click-outside/pull/244) Remove deprecated ClickOutsideMixin ([@zeppelin](https://github.com/zeppelin))

#### :rocket: Enhancement
* [#248](https://github.com/zeppelin/ember-click-outside/pull/248) Add early Ember to test matrix ([@zeppelin](https://github.com/zeppelin))
* [#246](https://github.com/zeppelin/ember-click-outside/pull/246) Prettify + replace ancient syntax in tests & dummy app ([@zeppelin](https://github.com/zeppelin))
* [#245](https://github.com/zeppelin/ember-click-outside/pull/245) Deprecate ClickOutside component ([@zeppelin](https://github.com/zeppelin))
* [#243](https://github.com/zeppelin/ember-click-outside/pull/243) Remove component template containing a single yield ([@zeppelin](https://github.com/zeppelin))

#### Committers: 2
- Gabor Babicz ([@zeppelin](https://github.com/zeppelin))
- Nick Schot ([@nickschot](https://github.com/nickschot))

## v4.0.0 (2022-03-11)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-click-outside",
"version": "4.0.0",
"version": "5.0.0",
"description": "A set of tools for detecting click events fired outside an element.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 7d1a5a3

Please sign in to comment.