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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
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+
813## [ 3.0.0] - 2018-11-15
914
1015- [ 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.
4146
4247- Initial public release.
4348
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
4551[ 3.0.0 ] : https://github.com/kriasoft/hyperapp-render/compare/v2.1.0...v3.0.0
4652[ 2.1.0 ] : https://github.com/kriasoft/hyperapp-render/compare/v2.0.0...v2.1.0
4753[ 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 11{
22 "private" : true ,
33 "name" : " hyperapp-render" ,
4- "version" : " 3.0 .0" ,
4+ "version" : " 3.1 .0" ,
55 "description" : " Render Hyperapp to an HTML string with SSR and Node.js streaming support" ,
66 "repository" : " kriasoft/hyperapp-render" ,
77 "author" : " Vladimir Kutepov" ,
You can’t perform that action at this time.
0 commit comments