From c2dc3774039c71c3a2b20b6d9e22250b7c93560a Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Tue, 24 Mar 2020 00:56:48 +0800 Subject: [PATCH] Prep v0.14.2 release (#1052) --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2c254fd744..9352079bbf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## ✨ **0.14.2** *(2020-03-23)* + +- #### 🛠 Fixes + + - Fix issue where components were rendered out of order. [[@mrh0057] & [@jstarry], [#1051](https://github.com/yewstack/yew/pull/1051)] + - Reset Select component correctly in Firefox / Edge. [[@kuy], [#987](https://github.com/yewstack/yew/pull/987)] + ## ✨ **0.14.1** *(2020-03-14)* - #### 🛠 Fixes @@ -766,6 +773,7 @@ This release introduces the concept of an `Agent`. Agents are separate activitie [@jstarry]: https://github.com/jstarry [@kakoc]: https://github.com/kakoc [@kellytk]: https://github.com/kellytk +[@kuy]: https://github.com/kuy [@leo-lb]: https://github.com/leo-lb [@lizhaoxian]: https://github.com/lizhaoxian [@mdtusz]: https://github.com/mdtusz diff --git a/Cargo.toml b/Cargo.toml index e2f0485ff03..d43bc93410f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yew" -version = "0.14.1" +version = "0.14.2" edition = "2018" authors = [ "Denis Kolodin ",