Skip to content

Commit e5d8ee5

Browse files
committed
innerself 0.1.1
1 parent 3498af0 commit e5d8ee5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22

33
## Unreleased
44

5-
- Dispatch the render event on roots.
5+
-
6+
7+
## 0.1.1 (September 12, 2017)
8+
9+
- Dispatch the render event on roots. (#15)
610

711
The render event provides a hook to add custom logic after the render is
812
complete. It allows to restore focus, selection and caret positions after
913
render.
1014

15+
- Filter out null and undefined interpolations in the html helper. (#8)
16+
17+
- Ignore tests and examples in npm. (#11)
18+
1119
## 0.1.0 (September 8, 2017)
1220

1321
This is the first release to be tracked in the changelog.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "innerself",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A tiny view + state management solution using innerHTML",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)