mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Adding old_props to fn changed() * Change old_props type to &Self::Properties * Update examples that use fn changed() and want old_props * Fix tests * Fix invalid test flags * cargo fmt * Oops wrong regex * Revert change for older version * Remove unnecessary clone * Add migration guide * Oh wow the test was not running xD