mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Fixes #3212 ------- * Add breaking changes section to changelog generator. * re-design test of changelog * format fix * Update tools/changelog/tests/generate_yew_changelog_file.rs Co-authored-by: Muhammad Hamza <muhammadhamza1311@gmail.com> --------- Co-authored-by: jelly <jelly.zhao.42@gmail.com> Co-authored-by: Muhammad Hamza <muhammadhamza1311@gmail.com>
1.7 KiB
1.7 KiB
Changelog
✨ yew 0.0.0 (date_goes_here) Changelog
⚡️ Features
- Incremental performance improvements to element creation. [[@Greg Johnston](https://github.com/Greg Johnston), #3169]
🚨 Breaking changes
- Enable PartialEq for all virtual dom types. [[@Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #3206]
- Pass hook dependencies as the first function argument. [[@Arniu Tseng](https://github.com/Arniu Tseng), #2861]
✨ yew 0.0.0 (date_goes_here) Changelog
🛠 Fixes
- Fix defaulted type parameter.. [[@Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2284]
⚡️ Features
- Silence some warnings from derive(Properties). [@WorldSEnder, #2266]
- Raw field names in property structs. [@WorldSEnder, #2273]