From 4214186f097283cb2121035ae9b89e21b49232d6 Mon Sep 17 00:00:00 2001 From: Vladimir Kutepov Date: Mon, 18 Mar 2019 14:56:58 +0300 Subject: [PATCH] 3.1.0 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dbff62..ad61236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/package.json b/package.json index 267ac63..561f320 100644 --- a/package.json +++ b/package.json @@ -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",