Skip to content

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeppelin committed Mar 11, 2022
1 parent 24b298d commit b3717bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@

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

#### :boom: Breaking Change
* [#240](https://github.com/zeppelin/ember-click-outside/pull/240) Remove deprecated component properties ([@zeppelin](https://github.com/zeppelin))
* [#239](https://github.com/zeppelin/ember-click-outside/pull/239) Remove deprecated exports ([@zeppelin](https://github.com/zeppelin))

#### :rocket: Enhancement
* [#238](https://github.com/zeppelin/ember-click-outside/pull/238) Deprecate `ClickOutsideMixin` ([@zeppelin](https://github.com/zeppelin))

#### Committers: 1
- Gabor Babicz ([@zeppelin](https://github.com/zeppelin))

## 3.0.0

* Update ember cli 3.28 ([#230](https://github.com/zeppelin/ember-click-outside/pull/230)) by [@jrjohnson](https://github.com/jrjohnson)
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": "3.0.0",
"version": "4.0.0",
"description": "A set of tools for detecting click events fired outside an element.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit b3717bb

Please sign in to comment.