@@ -42,7 +42,7 @@ V4 was a great react tooltip component but was built a few years ago, he was bui
42
42
- [x] children
43
43
- [x] place - ` data-place `
44
44
- [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.
46
46
- [x] offset - ` data-offset `
47
47
- [ ] padding - ** Deprecated** | in V5 -> can be easy updated by className prop
48
48
- [ ] 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
61
61
- [x] delayHide - ` data-delay-hide `
62
62
- [ ] delayUpdate - ** Deprecated** | if requested, can be implemented later
63
63
- [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 **
66
66
- [ ] isCapture - ** Deprecated**
67
67
- [ ] globalEventOff - ** Deprecated**
68
68
- [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.
71
71
- [ ] 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.
75
75
- [x] wrapper - ` data-wrapper `
76
76
- [ ] bodyMode - ** Deprecated**
77
77
- [ ] clickable - ** Deprecated** | Supported by default in V5
0 commit comments