From 7d1a5a345fce2917d4d966cb9fa9ed9c64b9a03c Mon Sep 17 00:00:00 2001 From: Gabor Babicz Date: Wed, 13 Jul 2022 10:55:31 +0200 Subject: [PATCH] Release v5.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8830bc6..d8c2e2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index dd8fc69..f92bf28 100644 --- a/package.json +++ b/package.json @@ -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"