Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed Mar 18, 2019
1 parent 8f35a64 commit 4214186
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.1.0] - 2019-03-18

- Ignore `innerHTML` attribute when child nodes exist.
- Fix styles rendering in IE11 ([#14](https://github.com/kriasoft/hyperapp-render/pull/14)).

## [3.0.0] - 2018-11-15

- [BREAKING] Remove higher-order app `withRender` from the library due to redundancy.
Expand Down Expand Up @@ -41,7 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Initial public release.

[unreleased]: https://github.com/kriasoft/hyperapp-render/compare/v3.0.0...HEAD
[unreleased]: https://github.com/kriasoft/hyperapp-render/compare/v3.1.0...HEAD
[3.0.1]: https://github.com/kriasoft/hyperapp-render/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/kriasoft/hyperapp-render/compare/v2.1.0...v3.0.0
[2.1.0]: https://github.com/kriasoft/hyperapp-render/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/kriasoft/hyperapp-render/compare/v1.3.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "hyperapp-render",
"version": "3.0.0",
"version": "3.1.0",
"description": "Render Hyperapp to an HTML string with SSR and Node.js streaming support",
"repository": "kriasoft/hyperapp-render",
"author": "Vladimir Kutepov",
Expand Down

0 comments on commit 4214186

Please sign in to comment.