Skip to content

Commit

Permalink
innerself 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm committed Sep 12, 2017
1 parent 3498af0 commit e5d8ee5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@

## Unreleased

- Dispatch the render event on roots.
-

## 0.1.1 (September 12, 2017)

- Dispatch the render event on roots. (#15)

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

- Filter out null and undefined interpolations in the html helper. (#8)

- Ignore tests and examples in npm. (#11)

## 0.1.0 (September 8, 2017)

This is the first release to be tracked in the changelog.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "innerself",
"version": "0.1.0",
"version": "0.1.1",
"description": "A tiny view + state management solution using innerHTML",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit e5d8ee5

Please sign in to comment.