|
4 | 4 |
|
5 | 5 | ### 🛠 Fixes |
6 | 6 |
|
7 | | -- domslot panic fixed caused by suspension [[@Siyuan Yan](https://github.com/Madoshakalaka), [#4003](https://github.com/yewstack/yew/pull/4003)] |
8 | | -- some Option<T> and &T can be used as children again. e.g. Option<AttrValue> [[@Siyuan Yan](https://github.com/Madoshakalaka), [#4005](https://github.com/yewstack/yew/pull/4005)] |
9 | | -- fix custom hook compile failure in edition 2024. [[@Siyuan Yan](https://github.com/Madoshakalaka), [#3992](https://github.com/yewstack/yew/pull/3992)] |
10 | | -- Fix stale state in callbacks when multiple events fire rapidly. [[@Siyuan Yan](https://github.com/Madoshakalaka), [#3988](https://github.com/yewstack/yew/pull/3988)] |
11 | | -- fixes invisible svg on Chrome when included with `from_html_unchecked` [[@Jason Heard](https://github.com/101100), [#3970](https://github.com/yewstack/yew/pull/3970)] |
12 | | -- documentation typo in introduction.mdx. [[@devfbe](https://github.com/devfbe), [#3417](https://github.com/yewstack/yew/pull/3417)] |
| 7 | +- Domslot hydration panic caused by suspension [[@Siyuan Yan](https://github.com/Madoshakalaka), [#4003](https://github.com/yewstack/yew/pull/4003)] |
| 8 | +- Some `Option<T>` and `&T` types can be used as children again. e.g. `Option<AttrValue>` [[@Siyuan Yan](https://github.com/Madoshakalaka), [#4005](https://github.com/yewstack/yew/pull/4005)] |
| 9 | +- Custom hooks now compiles in edition 2024. [[@Siyuan Yan](https://github.com/Madoshakalaka), [#3992](https://github.com/yewstack/yew/pull/3992)] |
| 10 | +- No more stale states in callbacks when multiple events fire rapidly. [[@Siyuan Yan](https://github.com/Madoshakalaka), [#3988](https://github.com/yewstack/yew/pull/3988)] |
| 11 | +- Fixed invisible svg issue on Chrome when included with `from_html_unchecked` [[@Jason Heard](https://github.com/101100), [#3970](https://github.com/yewstack/yew/pull/3970)] |
| 12 | +- Fixed documentation typo in introduction.mdx. [[@devfbe](https://github.com/devfbe), [#3417](https://github.com/yewstack/yew/pull/3417)] |
13 | 13 |
|
14 | 14 | ### ⚙️ Improvements |
15 | 15 | - Improved SSR example with meta rendering. [[@Siyuan Yan](https://github.com/Madoshakalaka), [#4011](https://github.com/yewstack/yew/pull/4011)] |
16 | | -- replaced once_cell with std equivalents (LazyLock, OnceLock). [[@Siyuan Yan](https://github.com/Madoshakalaka), [#4010](https://github.com/yewstack/yew/pull/4010)] |
| 16 | +- Replaced once_cell with std equivalents (LazyLock, OnceLock). [[@Siyuan Yan](https://github.com/Madoshakalaka), [#4010](https://github.com/yewstack/yew/pull/4010)] |
17 | 17 | - Updated rust dependencies. |
18 | 18 |
|
19 | 19 | ## ✨ yew **0.22.0** *(2025-12-08)* |
|
0 commit comments