Skip to content

Commit 4fd60bc

Browse files
docs: missed changes for border prop
1 parent ba92346 commit 4fd60bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ If you run into any problems with the tooltip not updating after changes are mad
6363
- [x] `offset` - also available on anchor element as `data-tooltip-offset`
6464
- [ ] `padding` - use `className` and custom CSS
6565
- [ ] `multiline` - supported by default in `content` and `html` props
66-
- [ ] `border` - use `className` and custom CSS
67-
- [ ] `borderClass` - use `className` and custom CSS
66+
- [x] `border`
67+
- [ ] `borderClass` - use `border` prop
6868
- [ ] `textColor` - use `className` and custom CSS
6969
- [ ] `backgroundColor` - use `className` and custom CSS
70-
- [ ] `borderColor` - use `className` and custom CSS
70+
- [ ] `borderColor` - use `border` prop
7171
- [ ] `arrowColor` - use `className` and custom CSS
7272
- [ ] `arrowRadius` - use `className` and custom CSS
7373
- [ ] `tooltipRadius` - use `className` and custom CSS

0 commit comments

Comments
 (0)