Skip to content

Commit 7315356

Browse files
Tom Zellmantzellman
Tom Zellman
authored andcommitted
chore: update dependencies and bump version
1 parent 99914e6 commit 7315356

File tree

4 files changed

+249
-156
lines changed

4 files changed

+249
-156
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### 0.6.0
4+
5+
This is a minor release with backwards-compatible changes.
6+
7+
#### Changes
8+
9+
- Support multiple event handling with `{{on-event}}` modifier
10+
- Updated dependencies (tailwind, commitlint/cli)
11+
312
### 0.5.0
413

514
- Updated dependencies

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ Note that the handler is automatically registered and removed on insertion/remov
5151
</div>
5252
```
5353

54+
You can also handle multiple events with one declaration:
55+
56+
```handlebars
57+
<div {{on-event (array "blog-updated" "blog-created") this.reloadBlog}}>
58+
...
59+
</div>
60+
```
61+
5462
### trigger-event
5563

5664
The `trigger-event` modifier allows you to trigger an event when the element is inserted.

0 commit comments

Comments
 (0)