Skip to content

Commit 4214186

Browse files
committed
3.1.0
1 parent 8f35a64 commit 4214186

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)