File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 3.1.0] - 2019-03-18
9
+
10
+ - Ignore ` innerHTML ` attribute when child nodes exist.
11
+ - Fix styles rendering in IE11 ([ #14 ] ( https://github.com/kriasoft/hyperapp-render/pull/14 ) ).
12
+
8
13
## [ 3.0.0] - 2018-11-15
9
14
10
15
- [ BREAKING] Remove higher-order app ` withRender ` from the library due to redundancy.
@@ -41,7 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
41
46
42
47
- Initial public release.
43
48
44
- [ unreleased ] : https://github.com/kriasoft/hyperapp-render/compare/v3.0.0...HEAD
49
+ [ unreleased ] : https://github.com/kriasoft/hyperapp-render/compare/v3.1.0...HEAD
50
+ [ 3.0.1 ] : https://github.com/kriasoft/hyperapp-render/compare/v3.0.0...v3.1.0
45
51
[ 3.0.0 ] : https://github.com/kriasoft/hyperapp-render/compare/v2.1.0...v3.0.0
46
52
[ 2.1.0 ] : https://github.com/kriasoft/hyperapp-render/compare/v2.0.0...v2.1.0
47
53
[ 2.0.0 ] : https://github.com/kriasoft/hyperapp-render/compare/v1.3.0...v2.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " hyperapp-render" ,
4
- "version" : " 3.0 .0" ,
4
+ "version" : " 3.1 .0" ,
5
5
"description" : " Render Hyperapp to an HTML string with SSR and Node.js streaming support" ,
6
6
"repository" : " kriasoft/hyperapp-render" ,
7
7
"author" : " Vladimir Kutepov" ,
You can’t perform that action at this time.
0 commit comments