Skip to content

Commit 1fa4ad7

Browse files
committed
docs: update changelog
1 parent 969dca2 commit 1fa4ad7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ V4 was a great react tooltip component but was built a few years ago, he was bui
4242
- [x] children
4343
- [x] place - `data-place`
4444
- [x] type - **Deprecated** | in V5 -> `variant` - `data-variant`
45-
- [ ] effect
45+
- [ ] effect - not implemented yet, if many users need this feature, we will work on this one.
4646
- [x] offset - `data-offset`
4747
- [ ] padding - **Deprecated** | in V5 -> can be easy updated by className prop
4848
- [ ] multiline - **Deprecated** | in V5 -> this is already supported as default by `content` and `html` props
@@ -61,17 +61,17 @@ V4 was a great react tooltip component but was built a few years ago, he was bui
6161
- [x] delayHide - `data-delay-hide`
6262
- [ ] delayUpdate - **Deprecated** | if requested, can be implemented later
6363
- [x] delayShow - `data-delay-show`
64-
- [ ] event
65-
- [ ] eventOff
64+
- [ ] event - not implemented yet, if many users need this feature, we will work on this one.
65+
- [ ] eventOff - **Deprecated**
6666
- [ ] isCapture - **Deprecated**
6767
- [ ] globalEventOff - **Deprecated**
6868
- [x] getContent - Now this attribute only accepts a function instead of any
69-
- [ ] afterShow
70-
- [ ] afterHide
69+
- [ ] afterShow - not implemented yet, if many users need this feature, we will work on this one.
70+
- [ ] afterHide - not implemented yet, if many users need this feature, we will work on this one.
7171
- [ ] overridePosition - **Deprecated**
72-
- [ ] disable
73-
- [ ] scrollHide
74-
- [ ] resizeHide
72+
- [ ] disable - **Deprecated** | in V5 -> state can be controlled or uncontrolled
73+
- [ ] scrollHide - not implemented yet, if many users need this feature, we will validate if we wrok on this one.
74+
- [ ] resizeHide - not implemented yet, if many users need this feature, we will validate if we wrok on this one.
7575
- [x] wrapper - `data-wrapper`
7676
- [ ] bodyMode - **Deprecated**
7777
- [ ] clickable - **Deprecated** | Supported by default in V5

0 commit comments

Comments
 (0)