thinkasany
8a17fe8178
refactor: improve nodes type for getOrderedChildren hook ( #21450 )
...
perf: improve nodes type for splitter hook
2025-07-21 21:02:53 +02:00
w2xi
a37b793fae
fix(components): [tabs] update tabs order correctly when reordering ( #21064 )
...
* fix(components): [tabs] update tabs order correctly when reordering
* fix
* perf: reorder only if child components have been moved
* chore: tweak the test
---------
Co-authored-by: dopamine <coderzyou@gmail.com >
2025-07-04 19:00:39 +08:00
dopamine
d05f87b6fd
refactor(hooks): [useOrderedChildren] sort child components on patch ( #21124 )
2025-06-26 17:17:02 +08:00
dopamine
f4d3547fa5
chore: stop re-exporting isVNode ( #19108 )
2024-12-05 10:30:00 +08:00
dopamine
ae0439df9f
fix(components): [tabs] optimize SSR ( #15183 )
2024-07-29 18:01:07 +08:00
dopamine
a03cf125fd
fix(components): [carousel] improper active item ( #8904 )
...
* fix(components): [carousel] none of active item
closed #8891
* fix: ts error
* fix: guarantee items order when reusing carousel-item component
* style: code format
* fix: test fail
* chore: correct type
* fix: sorting failed in some cases
* better implementation
better implementation
* impove code accroding to review comment
2022-10-02 08:44:40 +08:00