mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Prep v0.14.1 release
This commit is contained in:
parent
6003bef504
commit
34115985db
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## ✨ **0.14.1** *(2020-03-14)*
|
||||||
|
|
||||||
|
- #### 🛠 Fixes
|
||||||
|
|
||||||
|
- `Connected` message was only called for first bridge creation. [[@nicklaswj], [#1029](https://github.com/yewstack/yew/pull/1029)]
|
||||||
|
|
||||||
## ✨ **0.14** *(2020-03-14)*
|
## ✨ **0.14** *(2020-03-14)*
|
||||||
|
|
||||||
Happy 🥧 (PI) Day! This release brings a number of bug fixes for `web-sys` apps and ergonomic improvements to the API. Huge thanks to the community for diving into the migration from `stdweb` to `web-sys` so quickly and uncovering these issues!
|
Happy 🥧 (PI) Day! This release brings a number of bug fixes for `web-sys` apps and ergonomic improvements to the API. Huge thanks to the community for diving into the migration from `stdweb` to `web-sys` so quickly and uncovering these issues!
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "yew"
|
name = "yew"
|
||||||
version = "0.14.0"
|
version = "0.14.1"
|
||||||
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