mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Prep release for v0.17.1
This commit is contained in:
parent
bb6ca01e96
commit
563d66ba47
@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## ✨ **0.17.1** *(2020-07-01)*
|
||||
|
||||
- #### 🛠 Fixes
|
||||
|
||||
- Fixed regression where component `rendered` lifecycle method was called before children components finish rendering. [[@jstarry], [#1360](https://github.com/yewstack/yew/pull/1360)]
|
||||
|
||||
#### Changelog
|
||||
|
||||
## ✨ **0.17.0** *(2020-06-29)*
|
||||
|
||||
#### Changelog
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "yew-stdweb"
|
||||
version = "0.17.0"
|
||||
version = "0.17.1"
|
||||
edition = "2018"
|
||||
authors = [
|
||||
"Denis Kolodin <deniskolodin@gmail.com>",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "yew"
|
||||
version = "0.17.0"
|
||||
version = "0.17.1"
|
||||
edition = "2018"
|
||||
authors = [
|
||||
"Denis Kolodin <deniskolodin@gmail.com>",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user