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
|
||||
|
||||
## ✨ **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)*
|
||||
|
||||
#### Changelog
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "yew-stdweb"
|
||||
version = "0.17.3"
|
||||
version = "0.17.4"
|
||||
edition = "2018"
|
||||
authors = [
|
||||
"Denis Kolodin <deniskolodin@gmail.com>",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "yew"
|
||||
version = "0.17.3"
|
||||
version = "0.17.4"
|
||||
edition = "2018"
|
||||
authors = [
|
||||
"Denis Kolodin <deniskolodin@gmail.com>",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user