Skip to content

Commit 06696b2

Browse files
docs: add render to list of new v5 props
1 parent 8928f97 commit 06696b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docs/upgrade-guide/changelog-v4-v5.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ If you run into any problems with the tooltip not updating after changes are mad
4949
- [x] `setIsOpen` - `function` (to control tooltip state) - if not used, tooltip state will be handled internally
5050
- [x] `position` - `{ x: number; y: number }` - similar to V4's `overridePosition`
5151
- [x] `float` - `boolean` - used to achieve V4's `effect="float"`
52+
- [x] `render` - `function` - can be used to render dynamic content based on the active anchor element (check [the examples](../examples/render.mdx) for more details)
5253

5354
## `V4` props available in `V5`
5455

0 commit comments

Comments
 (0)