You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: next-release-notes.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@
4
4
without updating the DOM focus. This defaults to true in all existing methods to maintain the current behavior if
5
5
it is absent. (#336)
6
6
- Allow customizing when a subtree is rendered or not with the new `shouldRenderChildren` prop. This can be used to
7
-
create opening and closing animations on subtrees. (#333)
7
+
create opening and closing animations on subtrees. See [Demo](https://rct.lukasbach.com/storybook/?path=/story/core-basic-examples--animated-expanding-and-collapsing)
8
+
and [Demo Implementation](https://github.com/lukasbach/react-complex-tree/blob/main/packages/core/src/stories/BasicExamples.stories.tsx#L561) for details. (#333)
0 commit comments