Skip to content

Commit 0086631

Browse files
chore(release): 4.3.0 [skip ci]
# [4.3.0](v4.2.21...v4.3.0) (2022-08-03) ### Bug Fixes * [ReactTooltip#759](https://github.com/pdeszynski/react-tooltip/issues/759) - Disable tooltip when disable prop changes ([8e9cca0](8e9cca0)) * **aftershow:** call afterShow only after state has fully updated ([54752e8](54752e8)) * effect and type not properly applied at first render ([a8d0e51](a8d0e51)) * **getposition:** no error when all placements outside ([249b925](249b925)) * performance issue caused by excessive use of clearTimeout/Interval ([22aea50](22aea50)) * **react18:** tip not hiding with React 18 StrictMode enabled ([83b72c6](83b72c6)) * set aria-describedby value wrong when custom id ([a04d26c](a04d26c)) ### Features * **component:** adding "padding" property to customize padding style ([9ae765a](9ae765a)) * **getposition:** support desired-place-list (by priority) ([982d89d](982d89d)) * **parent_body_mode:** [ReactTooltip#535](https://github.com/pdeszynski/react-tooltip/issues/535) search parents for data-tip if in body mode ([71da348](71da348))
1 parent e1ade82 commit 0086631

File tree

2 files changed

+34
-30
lines changed

2 files changed

+34
-30
lines changed

CHANGELOG.md

Lines changed: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,104 @@
1-
## [4.2.21](https://github.com/wwayne/react-tooltip/compare/v4.2.20...v4.2.21) (2021-05-28)
1+
# [4.3.0](https://github.com/pdeszynski/react-tooltip/compare/v4.2.21...v4.3.0) (2022-08-03)
2+
3+
### Bug Fixes
4+
5+
- [#759](https://github.com/pdeszynski/react-tooltip/issues/759) - Disable tooltip when disable prop changes ([8e9cca0](https://github.com/pdeszynski/react-tooltip/commit/8e9cca016f8eb59036c0c4623b85bf3f465ba262))
6+
- **aftershow:** call afterShow only after state has fully updated ([54752e8](https://github.com/pdeszynski/react-tooltip/commit/54752e81093f4c41bae1b49f7de65f28cf54df1a))
7+
- effect and type not properly applied at first render ([a8d0e51](https://github.com/pdeszynski/react-tooltip/commit/a8d0e51dd5dc0eb85d985232da90d54fd031ae4b))
8+
- **getposition:** no error when all placements outside ([249b925](https://github.com/pdeszynski/react-tooltip/commit/249b925a30ac2e7f04648a20bc9976e85358205b))
9+
- performance issue caused by excessive use of clearTimeout/Interval ([22aea50](https://github.com/pdeszynski/react-tooltip/commit/22aea5086db47727feae609bb7a6f8e269b7f2de))
10+
- **react18:** tip not hiding with React 18 StrictMode enabled ([83b72c6](https://github.com/pdeszynski/react-tooltip/commit/83b72c63ea9fe527bcbfb0b85414527e172c970b))
11+
- set aria-describedby value wrong when custom id ([a04d26c](https://github.com/pdeszynski/react-tooltip/commit/a04d26cc0639054b474ca8b373c95a09b199973a))
12+
13+
### Features
214

15+
- **component:** adding "padding" property to customize padding style ([9ae765a](https://github.com/pdeszynski/react-tooltip/commit/9ae765a3cc38b36ce5ea77edd8fcc0f7bd9646a6))
16+
- **getposition:** support desired-place-list (by priority) ([982d89d](https://github.com/pdeszynski/react-tooltip/commit/982d89d2b9d663ed92d41743f63069d0c8a4aac0))
17+
- **parent_body_mode:** [#535](https://github.com/pdeszynski/react-tooltip/issues/535) search parents for data-tip if in body mode ([71da348](https://github.com/pdeszynski/react-tooltip/commit/71da34870163c4377a82b009ac63692e34eeb444))
18+
19+
## [4.2.21](https://github.com/wwayne/react-tooltip/compare/v4.2.20...v4.2.21) (2021-05-28)
320

421
### Bug Fixes
522

6-
* **compability:** add polyfill and change styles ([#706](https://github.com/wwayne/react-tooltip/issues/706)) ([b6e9a1c](https://github.com/wwayne/react-tooltip/commit/b6e9a1c))
23+
- **compability:** add polyfill and change styles ([#706](https://github.com/wwayne/react-tooltip/issues/706)) ([b6e9a1c](https://github.com/wwayne/react-tooltip/commit/b6e9a1c))
724

825
## [4.2.20](https://github.com/wwayne/react-tooltip/compare/v4.2.19...v4.2.20) (2021-05-28)
926

10-
1127
### Bug Fixes
1228

13-
* add aria hidden attribute to style tag ([#703](https://github.com/wwayne/react-tooltip/issues/703)) ([d60c2b7](https://github.com/wwayne/react-tooltip/commit/d60c2b7))
29+
- add aria hidden attribute to style tag ([#703](https://github.com/wwayne/react-tooltip/issues/703)) ([d60c2b7](https://github.com/wwayne/react-tooltip/commit/d60c2b7))
1430

1531
## [4.2.19](https://github.com/wwayne/react-tooltip/compare/v4.2.18...v4.2.19) (2021-05-06)
1632

17-
1833
### Bug Fixes
1934

20-
* **src/index.js:** hide tooltip if blurred (tabbed out) ([#699](https://github.com/wwayne/react-tooltip/issues/699)) ([e0a2a1d](https://github.com/wwayne/react-tooltip/commit/e0a2a1d))
35+
- **src/index.js:** hide tooltip if blurred (tabbed out) ([#699](https://github.com/wwayne/react-tooltip/issues/699)) ([e0a2a1d](https://github.com/wwayne/react-tooltip/commit/e0a2a1d))
2136

2237
## [4.2.18](https://github.com/wwayne/react-tooltip/compare/v4.2.17...v4.2.18) (2021-04-25)
2338

24-
2539
### Bug Fixes
2640

27-
* **src/index.js:** add accessibility support for tabbing ([#695](https://github.com/wwayne/react-tooltip/issues/695)) ([ae936a5](https://github.com/wwayne/react-tooltip/commit/ae936a5))
41+
- **src/index.js:** add accessibility support for tabbing ([#695](https://github.com/wwayne/react-tooltip/issues/695)) ([ae936a5](https://github.com/wwayne/react-tooltip/commit/ae936a5))
2842

2943
## [4.2.17](https://github.com/wwayne/react-tooltip/compare/v4.2.16...v4.2.17) (2021-03-26)
3044

31-
3245
### Bug Fixes
3346

34-
* **type:** added role property to types ([#679](https://github.com/wwayne/react-tooltip/issues/679)) ([9b49395](https://github.com/wwayne/react-tooltip/commit/9b49395))
47+
- **type:** added role property to types ([#679](https://github.com/wwayne/react-tooltip/issues/679)) ([9b49395](https://github.com/wwayne/react-tooltip/commit/9b49395))
3548

3649
## [4.2.16](https://github.com/wwayne/react-tooltip/compare/v4.2.15...v4.2.16) (2021-03-26)
3750

38-
3951
### Bug Fixes
4052

41-
* **index.js:** fix exception when testing with Jest ([#682](https://github.com/wwayne/react-tooltip/issues/682)) ([f885f1f](https://github.com/wwayne/react-tooltip/commit/f885f1f))
53+
- **index.js:** fix exception when testing with Jest ([#682](https://github.com/wwayne/react-tooltip/issues/682)) ([f885f1f](https://github.com/wwayne/react-tooltip/commit/f885f1f))
4254

4355
## [4.2.15](https://github.com/wwayne/react-tooltip/compare/v4.2.14...v4.2.15) (2021-02-26)
4456

45-
4657
### Bug Fixes
4758

48-
* do not delay show if tooltip is already shown ([#676](https://github.com/wwayne/react-tooltip/issues/676)) ([e8b9d84](https://github.com/wwayne/react-tooltip/commit/e8b9d84))
59+
- do not delay show if tooltip is already shown ([#676](https://github.com/wwayne/react-tooltip/issues/676)) ([e8b9d84](https://github.com/wwayne/react-tooltip/commit/e8b9d84))
4960

5061
## [4.2.14](https://github.com/wwayne/react-tooltip/compare/v4.2.13...v4.2.14) (2021-02-16)
5162

52-
5363
### Bug Fixes
5464

55-
* **styles:** change style injection way ([#668](https://github.com/wwayne/react-tooltip/issues/668)) ([1e10cce](https://github.com/wwayne/react-tooltip/commit/1e10cce)), closes [#650](https://github.com/wwayne/react-tooltip/issues/650)
65+
- **styles:** change style injection way ([#668](https://github.com/wwayne/react-tooltip/issues/668)) ([1e10cce](https://github.com/wwayne/react-tooltip/commit/1e10cce)), closes [#650](https://github.com/wwayne/react-tooltip/issues/650)
5666

5767
## [4.2.13](https://github.com/wwayne/react-tooltip/compare/v4.2.12...v4.2.13) (2021-01-15)
5868

59-
6069
### Bug Fixes
6170

62-
* **domexception:** revert previous changed for unexpected behavior ([85e38bb](https://github.com/wwayne/react-tooltip/commit/85e38bb)), closes [#667](https://github.com/wwayne/react-tooltip/issues/667)
71+
- **domexception:** revert previous changed for unexpected behavior ([85e38bb](https://github.com/wwayne/react-tooltip/commit/85e38bb)), closes [#667](https://github.com/wwayne/react-tooltip/issues/667)
6372

6473
## [4.2.12](https://github.com/wwayne/react-tooltip/compare/v4.2.11...v4.2.12) (2021-01-14)
6574

66-
6775
### Bug Fixes
6876

69-
* **style injection:** change style injection default root ([a00c5b7](https://github.com/wwayne/react-tooltip/commit/a00c5b7)), closes [#665](https://github.com/wwayne/react-tooltip/issues/665)
77+
- **style injection:** change style injection default root ([a00c5b7](https://github.com/wwayne/react-tooltip/commit/a00c5b7)), closes [#665](https://github.com/wwayne/react-tooltip/issues/665)
7078

7179
## [4.2.11](https://github.com/wwayne/react-tooltip/compare/v4.2.10...v4.2.11) (2020-11-22)
7280

73-
7481
### Bug Fixes
7582

76-
* **styles:** add styles for shadow dom ([00d1539](https://github.com/wwayne/react-tooltip/commit/00d1539)), closes [#597](https://github.com/wwayne/react-tooltip/issues/597)
83+
- **styles:** add styles for shadow dom ([00d1539](https://github.com/wwayne/react-tooltip/commit/00d1539)), closes [#597](https://github.com/wwayne/react-tooltip/issues/597)
7784

7885
## [4.2.10](https://github.com/wwayne/react-tooltip/compare/v4.2.9...v4.2.10) (2020-09-14)
7986

80-
8187
### Bug Fixes
8288

83-
* **build:** removing single quotes on cpy for windows shell ([#632](https://github.com/wwayne/react-tooltip/issues/632)) ([9c280af](https://github.com/wwayne/react-tooltip/commit/9c280af))
89+
- **build:** removing single quotes on cpy for windows shell ([#632](https://github.com/wwayne/react-tooltip/issues/632)) ([9c280af](https://github.com/wwayne/react-tooltip/commit/9c280af))
8490

8591
## [4.2.9](https://github.com/wwayne/react-tooltip/compare/v4.2.8...v4.2.9) (2020-08-27)
8692

87-
8893
### Bug Fixes
8994

90-
* **getposition:** properly determine parents with will-change: transform ([3a76250](https://github.com/wwayne/react-tooltip/commit/3a76250))
95+
- **getposition:** properly determine parents with will-change: transform ([3a76250](https://github.com/wwayne/react-tooltip/commit/3a76250))
9196

9297
## [4.2.8](https://github.com/wwayne/react-tooltip/compare/v4.2.7...v4.2.8) (2020-08-06)
9398

94-
9599
### Bug Fixes
96100

97-
* **showtooltip:** check if tooltipRef is undefined ([#623](https://github.com/wwayne/react-tooltip/issues/623)) ([f63eab2](https://github.com/wwayne/react-tooltip/commit/f63eab2))
101+
- **showtooltip:** check if tooltipRef is undefined ([#623](https://github.com/wwayne/react-tooltip/issues/623)) ([f63eab2](https://github.com/wwayne/react-tooltip/commit/f63eab2))
98102

99103
## Change Log
100104

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tooltip",
3-
"version": "4.2.21",
3+
"version": "4.3.0",
44
"description": "react tooltip component",
55
"main": "dist/index.js",
66
"types": "dist/react-tooltip.d.ts",
@@ -35,7 +35,7 @@
3535
},
3636
"repository": {
3737
"type": "git",
38-
"url": "https://github.com/wwayne/react-tooltip"
38+
"url": "https://github.com/pdeszynski/react-tooltip"
3939
},
4040
"keywords": [
4141
"react",

0 commit comments

Comments
 (0)