mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Make VList's children Rc'ed. * Slightly optimise for bundle size. * Revert manual cloning. * Add a benchmark. * Revert "Revert manual cloning." This reverts commit 1f737f26f85a13e49186df71eb41425387f3aa02. * Revert "Slightly optimise for bundle size." This reverts commit 71cf2a1d36f1a99463c68aae3d128aa3be93dc03. * Add size marker. * Revert "Add size marker." This reverts commit 3ca55be4ea309f516d91ecd8e2aa8256dd810d11. * Update benchmark. * Fix children_mut visibility. * Try to exclude add_child behaviour. * Fix typo. * Adjust visibility and docs. * Fix hydration with empty children.