Skip to content

Commit

Permalink
chore: cut 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tzellman committed Oct 28, 2021
1 parent 15a1ccd commit cf401ce
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### 0.3.0

This is a minor release containing changes related to dependency updates.

#### Changes

- Updated `ember-cli` to 3.28.3
- Drop support for node 10.x
- updated 29 dependency versions
- linting fixes after eslint plugin updates, mainly in tests

### 0.2.0

This is a minor release with backwards-compatible changes.
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Your action handler will be passed arguments that are provided when the action i
Note that the handler is automatically registered and removed on insertion/removal, respectively.

```handlebars
<div {{on-event "blog-updated" this.reloadBlog}}>
...
</div>
Expand All @@ -57,7 +56,6 @@ Note that the handler is automatically registered and removed on insertion/remov
The `trigger-event` modifier allows you to trigger an event when the element is inserted.

```handlebars
{{#if this.showDetails}}
<div {{trigger-event (concat "book:showing-details:" @book.id) @book}}>
...
Expand All @@ -67,9 +65,8 @@ The `trigger-event` modifier allows you to trigger an event when the element is

## Compatibility

- Ember.js v3.12 or above
- Ember CLI v2.13 or above
- Node.js v10 or above
- Ember.js v3.20 or above
- Node.js v12 or above

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-events-modifier",
"version": "0.2.0",
"version": "0.3.0",
"description": "eventing modifiers",
"keywords": ["ember-addon", "events", "modifier", "element-modifier"],
"repository": "https://github.com/tzellman/ember-events-modifier.git",
Expand Down

0 comments on commit cf401ce

Please sign in to comment.