Skip to content

Commit b96abe2

Browse files
committed
feat: add link to demo to release notes (#333)
1 parent ccfa7aa commit b96abe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

next-release-notes.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
without updating the DOM focus. This defaults to true in all existing methods to maintain the current behavior if
55
it is absent. (#336)
66
- 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)
89

910
### Bug Fixes
1011

0 commit comments

Comments
 (0)