mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Fix const function component. * Show Properties on the function definition. * Filter certain doc attributes to be applied to type alias. More precise warnings. * Implement macro-based hook. * Add fail case. * Function Component no longer a type alias. * Clippy! * Force 'static on generics. * Fix clippy! * Fix clippy and trybuild. * Fix clippy and trybuild. * Fix clippy. * BaseComponent was not sealed properly. * Adjust prelude. * Public API should use IntoComponent for better ergonomics. * Fix race condition. * Fix trybuild.