mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Prep v0.17.4 release (#1625)
This commit is contained in:
parent
bdaa724b5c
commit
724ac1d481
@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## ✨ **0.17.4** *(2020-10-18)*
|
||||||
|
|
||||||
|
#### Changelog
|
||||||
|
|
||||||
|
- #### 🛠 Fixes
|
||||||
|
|
||||||
|
- Fixed a "call stack exceeded" panic that occurred if a `Component` was updated many times [[@jstarry], [#1624](https://github.com/yewstack/yew/pull/1624)]
|
||||||
|
|
||||||
## ✨ **0.17.3** *(2020-08-16)*
|
## ✨ **0.17.3** *(2020-08-16)*
|
||||||
|
|
||||||
#### Changelog
|
#### Changelog
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "yew-stdweb"
|
name = "yew-stdweb"
|
||||||
version = "0.17.3"
|
version = "0.17.4"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = [
|
authors = [
|
||||||
"Denis Kolodin <deniskolodin@gmail.com>",
|
"Denis Kolodin <deniskolodin@gmail.com>",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "yew"
|
name = "yew"
|
||||||
version = "0.17.3"
|
version = "0.17.4"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = [
|
authors = [
|
||||||
"Denis Kolodin <deniskolodin@gmail.com>",
|
"Denis Kolodin <deniskolodin@gmail.com>",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user