Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Mar 17, 2022
1 parent d9c7836 commit 2bf26f6
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ https://github.com/highlightjs/highlight.js/issues/2877




## v8.0.0 (2022-03-17)

#### :boom: Breaking Change
* [#598](https://github.com/adopted-ember-addons/ember-keyboard/pull/598) convert to v2 addon ([@SergeAstapov](https://github.com/SergeAstapov))
Your app or addon now must have ember-auto-import version 2 or higher in its dependencies in order to use this addon (or any v2 addons)

#### :rocket: Enhancement
* [#578](https://github.com/adopted-ember-addons/ember-keyboard/pull/578) Support inputs in shadow DOM in disableOnInputFields mode ([@simonihmig](https://github.com/simonihmig))

#### :house: Internal
* [#612](https://github.com/adopted-ember-addons/ember-keyboard/pull/612) Add `publishConfig.registry` to addon/package.json ([@SergeAstapov](https://github.com/SergeAstapov))
* [#609](https://github.com/adopted-ember-addons/ember-keyboard/pull/609) Run `npx ember-cli-update --to=v4.2.0` to align with the latest blueprint ([@SergeAstapov](https://github.com/SergeAstapov))
* [#604](https://github.com/adopted-ember-addons/ember-keyboard/pull/604) Extract docs into separate app ([@SergeAstapov](https://github.com/SergeAstapov))
* [#597](https://github.com/adopted-ember-addons/ember-keyboard/pull/597) Monorepo release it ([@SergeAstapov](https://github.com/SergeAstapov))
* [#591](https://github.com/adopted-ember-addons/ember-keyboard/pull/591) Convert to monorepo ([@SergeAstapov](https://github.com/SergeAstapov))
* [#584](https://github.com/adopted-ember-addons/ember-keyboard/pull/584) Move `ember-cli-htmlbars` to `devDependencies` ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 2
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))


## v7.0.1 (2022-01-18)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-keyboard",
"version": "7.0.1",
"version": "8.0.0",
"description": "An Ember.js addon for the painless support of keyboard events",
"keywords": [
"ember-addon"
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "7.0.1",
"version": "8.0.0",
"description": "Documentation site for ember-keyboard Ember.js addon",
"keywords": [],
"repository": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"ember-cli-terser": "^4.0.2",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.1",
"ember-keyboard": "7.0.1",
"ember-keyboard": "8.0.0",
"ember-load-initializers": "^2.1.2",
"ember-on-helper": "^0.1.0",
"ember-qunit": "^5.1.4",
Expand Down
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "7.0.1",
"version": "8.0.0",
"description": "Test app for ember-keyboard addon",
"keywords": [],
"repository": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.1",
"ember-fn-helper-polyfill": "^1.0.2",
"ember-keyboard": "7.0.1",
"ember-keyboard": "8.0.0",
"ember-load-initializers": "^2.1.2",
"ember-on-helper": "^0.1.0",
"ember-qunit": "^5.1.4",
Expand Down

0 comments on commit 2bf26f6

Please sign in to comment.