File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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
1321This is the first release to be tracked in the changelog.
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments