react-tooltip 4.2.21 → 4.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +38 -18
- package/dist/index.es.js +2061 -1535
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2030 -1501
- package/dist/index.js.map +1 -1
- package/package.json +85 -81
- package/CHANGELOG.md +0 -372
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-tooltip",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.1",
|
|
4
4
|
"description": "react tooltip component",
|
|
5
|
+
"private": false,
|
|
5
6
|
"main": "dist/index.js",
|
|
6
7
|
"types": "dist/react-tooltip.d.ts",
|
|
7
8
|
"module": "dist/index.es.js",
|
|
@@ -10,6 +11,7 @@
|
|
|
10
11
|
"npm": ">=6.13"
|
|
11
12
|
},
|
|
12
13
|
"scripts": {
|
|
14
|
+
"test": "npm-run-all test:unit",
|
|
13
15
|
"pretest": "npm-run-all pretty:quick lint:staged",
|
|
14
16
|
"eslint:fix": "./node_modules/.bin/eslint . --ignore-path ./.eslintignore --fix",
|
|
15
17
|
"pretty:quick": "./node_modules/.bin/pretty-quick --staged",
|
|
@@ -21,32 +23,30 @@
|
|
|
21
23
|
"build:watch": "rollup -c -w",
|
|
22
24
|
"start": "npm-run-all clean build:watch",
|
|
23
25
|
"gh-pages": "gh-pages -d example",
|
|
24
|
-
"github-changes": "github-changes -o
|
|
26
|
+
"github-changes": "github-changes -o ReactTooltip -r react-tooltip -a --only-pulls --use-commit-body",
|
|
25
27
|
"copy:types": "cpy ./react-tooltip.d.ts ./dist --parents --dot",
|
|
26
28
|
"cm": "git cz",
|
|
27
|
-
"semantic-release": "semantic-release"
|
|
29
|
+
"semantic-release": "semantic-release",
|
|
30
|
+
"prepare": "husky install"
|
|
28
31
|
},
|
|
29
32
|
"config": {
|
|
30
33
|
"commitizen": {
|
|
31
34
|
"path": "node_modules/cz-conventional-changelog"
|
|
32
35
|
}
|
|
33
36
|
},
|
|
34
|
-
"repository":
|
|
35
|
-
"type": "git",
|
|
36
|
-
"url": "https://github.com/wwayne/react-tooltip"
|
|
37
|
-
},
|
|
37
|
+
"repository": "https://github.com/ReactTooltip/react-tooltip",
|
|
38
38
|
"keywords": [
|
|
39
39
|
"react",
|
|
40
40
|
"react-component",
|
|
41
41
|
"tooltip",
|
|
42
42
|
"react-tooltip"
|
|
43
43
|
],
|
|
44
|
-
"author": "
|
|
44
|
+
"author": "ReactTooltip",
|
|
45
45
|
"license": "MIT",
|
|
46
46
|
"bugs": {
|
|
47
|
-
"url": "https://github.com/
|
|
47
|
+
"url": "https://github.com/ReactTooltip/react-tooltip/issues"
|
|
48
48
|
},
|
|
49
|
-
"homepage": "https://github.com/
|
|
49
|
+
"homepage": "https://github.com/ReactTooltip/react-tooltip#readme",
|
|
50
50
|
"browserify-shim": {
|
|
51
51
|
"react": "global:React",
|
|
52
52
|
"react-dom": "global:ReactDOM"
|
|
@@ -56,90 +56,94 @@
|
|
|
56
56
|
"react-dom": ">=16.0.0"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"prop-types": "^15.
|
|
60
|
-
"uuid": "
|
|
59
|
+
"prop-types": "^15.8.1",
|
|
60
|
+
"uuid": "9.0.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@babel/cli": "
|
|
64
|
-
"@babel/core": "
|
|
65
|
-
"@babel/
|
|
66
|
-
"@babel/plugin-proposal-
|
|
67
|
-
"@babel/plugin-proposal-
|
|
68
|
-
"@babel/plugin-
|
|
69
|
-
"@babel/
|
|
70
|
-
"@
|
|
71
|
-
"@
|
|
72
|
-
"@
|
|
73
|
-
"@
|
|
74
|
-
"@
|
|
75
|
-
"@
|
|
76
|
-
"@
|
|
77
|
-
"@
|
|
78
|
-
"@
|
|
79
|
-
"@
|
|
80
|
-
"@
|
|
81
|
-
"@
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
63
|
+
"@babel/cli": "7.19.3",
|
|
64
|
+
"@babel/core": "7.19.3",
|
|
65
|
+
"@babel/eslint-parser": "7.19.1",
|
|
66
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
67
|
+
"@babel/plugin-proposal-decorators": "7.19.3",
|
|
68
|
+
"@babel/plugin-proposal-json-strings": "^7.18.6",
|
|
69
|
+
"@babel/plugin-proposal-object-rest-spread": "7.19.4",
|
|
70
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
71
|
+
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
72
|
+
"@babel/preset-env": "^7.19.4",
|
|
73
|
+
"@babel/preset-react": "^7.18.6",
|
|
74
|
+
"@babel/register": "^7.18.9",
|
|
75
|
+
"@commitlint/cli": "17.1.2",
|
|
76
|
+
"@commitlint/config-conventional": "17.1.0",
|
|
77
|
+
"@commitlint/travis-cli": "17.1.2",
|
|
78
|
+
"@rollup/plugin-commonjs": "23.0.0",
|
|
79
|
+
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
80
|
+
"@semantic-release/changelog": "^6.0.1",
|
|
81
|
+
"@semantic-release/commit-analyzer": "^9.0.2",
|
|
82
|
+
"@semantic-release/git": "^10.0.1",
|
|
83
|
+
"@semantic-release/npm": "^9.0.1",
|
|
84
|
+
"@semantic-release/release-notes-generator": "^10.0.3",
|
|
85
|
+
"@svgr/rollup": "6.4.0",
|
|
86
|
+
"@testing-library/react": "13.4.0",
|
|
87
|
+
"babel-loader": "8.2.5",
|
|
88
|
+
"babelify": "^10.0.0",
|
|
89
|
+
"browserify": "^17.0.0",
|
|
90
|
+
"browserify-shim": "^3.8.15",
|
|
91
|
+
"chai": "^4.3.6",
|
|
88
92
|
"chai-enzyme": "^1.0.0-beta.1",
|
|
89
93
|
"chai-spies": "^1.0.0",
|
|
90
|
-
"commitizen": "2.
|
|
91
|
-
"concurrently": "
|
|
92
|
-
"core-js": "
|
|
93
|
-
"cpy-cli": "
|
|
94
|
-
"cz-conventional-changelog": "^3.
|
|
95
|
-
"enzyme": "^
|
|
96
|
-
"enzyme-adapter-react-16": "^1.15.
|
|
97
|
-
"eslint": "
|
|
98
|
-
"eslint-config-jss": "5.0.1",
|
|
99
|
-
"eslint-config-prettier": "
|
|
100
|
-
"eslint-config-standard": "^
|
|
101
|
-
"eslint-config-standard-react": "
|
|
102
|
-
"eslint-plugin-import": "
|
|
103
|
-
"eslint-plugin-node": "
|
|
104
|
-
"eslint-plugin-prettier": "
|
|
105
|
-
"eslint-plugin-promise": "
|
|
106
|
-
"eslint-plugin-react": "
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"husky": "^3.1.0",
|
|
94
|
+
"commitizen": "4.2.5",
|
|
95
|
+
"concurrently": "7.4.0",
|
|
96
|
+
"core-js": "3.25.5",
|
|
97
|
+
"cpy-cli": "4.2.0",
|
|
98
|
+
"cz-conventional-changelog": "^3.3.0",
|
|
99
|
+
"enzyme": "^3.11.0",
|
|
100
|
+
"enzyme-adapter-react-16": "^1.15.6",
|
|
101
|
+
"eslint": "8.25.0",
|
|
102
|
+
"eslint-config-jss": ">=5.0.1",
|
|
103
|
+
"eslint-config-prettier": ">=8.5.0",
|
|
104
|
+
"eslint-config-standard": "^17.0.0",
|
|
105
|
+
"eslint-config-standard-react": ">=11.0.1",
|
|
106
|
+
"eslint-plugin-import": ">=2.26.0",
|
|
107
|
+
"eslint-plugin-node": ">=11.1.0",
|
|
108
|
+
"eslint-plugin-prettier": "4.2.1",
|
|
109
|
+
"eslint-plugin-promise": "6.1.0",
|
|
110
|
+
"eslint-plugin-react": "7.31.10",
|
|
111
|
+
"gh-pages": "4.0.0",
|
|
112
|
+
"github-changes": "^2.0.3",
|
|
113
|
+
"http-server": "^14.1.1",
|
|
114
|
+
"husky": "^8.0.0",
|
|
112
115
|
"ignore-styles": "5.0.1",
|
|
113
|
-
"jsdom": "
|
|
114
|
-
"lint-staged": "^
|
|
115
|
-
"mocha": "^
|
|
116
|
+
"jsdom": "20.0.1",
|
|
117
|
+
"lint-staged": "^13.0.3",
|
|
118
|
+
"mocha": "^10.0.0",
|
|
116
119
|
"mocha-each": "^2.0.1",
|
|
117
120
|
"mocha-jsdom": "^2.0.0",
|
|
118
121
|
"npm-run-all": "^4.1.5",
|
|
119
|
-
"postcss-nested": "^
|
|
120
|
-
"postcss-
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
122
|
+
"postcss-nested": "^5.0.6",
|
|
123
|
+
"postcss-scss": "4.0.5",
|
|
124
|
+
"postcss-simple-vars": "^6.0.3",
|
|
125
|
+
"prettier": "2.7.1",
|
|
126
|
+
"pretty-quick": "^3.1.3",
|
|
127
|
+
"react": "^18.2.0",
|
|
124
128
|
"react-addons-test-utils": "^15.1.0",
|
|
125
|
-
"react-dom": "^
|
|
126
|
-
"rimraf": "^3.0.
|
|
127
|
-
"rollup": "^
|
|
128
|
-
"rollup-plugin-babel": "^4.
|
|
129
|
+
"react-dom": "^18.2.0",
|
|
130
|
+
"rimraf": "^3.0.2",
|
|
131
|
+
"rollup": "^2.77.2",
|
|
132
|
+
"rollup-plugin-babel": "^4.4.0",
|
|
129
133
|
"rollup-plugin-eslint": "7.0.0",
|
|
130
|
-
"rollup-plugin-peer-deps-external": "^2.2.
|
|
131
|
-
"rollup-plugin-postcss": "^
|
|
132
|
-
"rollup-plugin-sass": "
|
|
134
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
135
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
136
|
+
"rollup-plugin-sass": "1.12.16",
|
|
133
137
|
"rollup-plugin-stylelint": "1.0.0",
|
|
134
138
|
"rollup-plugin-url": "^3.0.1",
|
|
135
|
-
"sass": "
|
|
136
|
-
"semantic-release": "
|
|
137
|
-
"snazzy": "^
|
|
138
|
-
"standard": "^
|
|
139
|
-
"stylelint": "13.
|
|
140
|
-
"stylelint-config-standard": "
|
|
139
|
+
"sass": "1.55.0",
|
|
140
|
+
"semantic-release": "19.0.5",
|
|
141
|
+
"snazzy": "^9.0.0",
|
|
142
|
+
"standard": "^17.0.0",
|
|
143
|
+
"stylelint": "14.13.0",
|
|
144
|
+
"stylelint-config-standard": "26.0.0",
|
|
141
145
|
"uglifyjs": "^2.4.10",
|
|
142
|
-
"watchify": "^
|
|
146
|
+
"watchify": "^4.0.0"
|
|
143
147
|
},
|
|
144
148
|
"files": [
|
|
145
149
|
"dist"
|
package/CHANGELOG.md
DELETED
|
@@ -1,372 +0,0 @@
|
|
|
1
|
-
## [4.2.21](https://github.com/wwayne/react-tooltip/compare/v4.2.20...v4.2.21) (2021-05-28)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
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))
|
|
7
|
-
|
|
8
|
-
## [4.2.20](https://github.com/wwayne/react-tooltip/compare/v4.2.19...v4.2.20) (2021-05-28)
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Bug Fixes
|
|
12
|
-
|
|
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))
|
|
14
|
-
|
|
15
|
-
## [4.2.19](https://github.com/wwayne/react-tooltip/compare/v4.2.18...v4.2.19) (2021-05-06)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Bug Fixes
|
|
19
|
-
|
|
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))
|
|
21
|
-
|
|
22
|
-
## [4.2.18](https://github.com/wwayne/react-tooltip/compare/v4.2.17...v4.2.18) (2021-04-25)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Bug Fixes
|
|
26
|
-
|
|
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))
|
|
28
|
-
|
|
29
|
-
## [4.2.17](https://github.com/wwayne/react-tooltip/compare/v4.2.16...v4.2.17) (2021-03-26)
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
### Bug Fixes
|
|
33
|
-
|
|
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))
|
|
35
|
-
|
|
36
|
-
## [4.2.16](https://github.com/wwayne/react-tooltip/compare/v4.2.15...v4.2.16) (2021-03-26)
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
### Bug Fixes
|
|
40
|
-
|
|
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))
|
|
42
|
-
|
|
43
|
-
## [4.2.15](https://github.com/wwayne/react-tooltip/compare/v4.2.14...v4.2.15) (2021-02-26)
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
### Bug Fixes
|
|
47
|
-
|
|
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))
|
|
49
|
-
|
|
50
|
-
## [4.2.14](https://github.com/wwayne/react-tooltip/compare/v4.2.13...v4.2.14) (2021-02-16)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
### Bug Fixes
|
|
54
|
-
|
|
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)
|
|
56
|
-
|
|
57
|
-
## [4.2.13](https://github.com/wwayne/react-tooltip/compare/v4.2.12...v4.2.13) (2021-01-15)
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
### Bug Fixes
|
|
61
|
-
|
|
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)
|
|
63
|
-
|
|
64
|
-
## [4.2.12](https://github.com/wwayne/react-tooltip/compare/v4.2.11...v4.2.12) (2021-01-14)
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
### Bug Fixes
|
|
68
|
-
|
|
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)
|
|
70
|
-
|
|
71
|
-
## [4.2.11](https://github.com/wwayne/react-tooltip/compare/v4.2.10...v4.2.11) (2020-11-22)
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
### Bug Fixes
|
|
75
|
-
|
|
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)
|
|
77
|
-
|
|
78
|
-
## [4.2.10](https://github.com/wwayne/react-tooltip/compare/v4.2.9...v4.2.10) (2020-09-14)
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
### Bug Fixes
|
|
82
|
-
|
|
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))
|
|
84
|
-
|
|
85
|
-
## [4.2.9](https://github.com/wwayne/react-tooltip/compare/v4.2.8...v4.2.9) (2020-08-27)
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
### Bug Fixes
|
|
89
|
-
|
|
90
|
-
* **getposition:** properly determine parents with will-change: transform ([3a76250](https://github.com/wwayne/react-tooltip/commit/3a76250))
|
|
91
|
-
|
|
92
|
-
## [4.2.8](https://github.com/wwayne/react-tooltip/compare/v4.2.7...v4.2.8) (2020-08-06)
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
### Bug Fixes
|
|
96
|
-
|
|
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))
|
|
98
|
-
|
|
99
|
-
## Change Log
|
|
100
|
-
|
|
101
|
-
### v3.9.0 (2018/11/07 00:43 +00:00)
|
|
102
|
-
|
|
103
|
-
- [#452](https://github.com/wwayne/react-tooltip/pull/452) docs(README.md): Updates demo url (@tjFogarty)
|
|
104
|
-
- [#439](https://github.com/wwayne/react-tooltip/pull/439) added support for passing options to sanitizeHtml (@icheishvili)
|
|
105
|
-
- [#433](https://github.com/wwayne/react-tooltip/pull/433) Use capture mode with globalEventOff (@apandichi)
|
|
106
|
-
|
|
107
|
-
### v3.8.4 (2018/09/12 18:00 +00:00)
|
|
108
|
-
|
|
109
|
-
- [#428](https://github.com/wwayne/react-tooltip/pull/428) fix(example): <p> warning from react, make text match code. (@aronhelser)
|
|
110
|
-
|
|
111
|
-
### v3.8.3 (2018/09/12 13:47 +00:00)
|
|
112
|
-
|
|
113
|
-
- [#426](https://github.com/wwayne/react-tooltip/pull/426) perf(Use sanitize-html-react instead of sanitize-html) (@jgerlier)
|
|
114
|
-
- [#425](https://github.com/wwayne/react-tooltip/pull/425) fix(index.js): fix state initialization (@MtBlue81)
|
|
115
|
-
|
|
116
|
-
### v3.8.2 (2018/09/11 17:55 +00:00)
|
|
117
|
-
|
|
118
|
-
- [#413](https://github.com/wwayne/react-tooltip/pull/413) fix(index.js): Use correct orientation when mouse enters (@an4ger)
|
|
119
|
-
|
|
120
|
-
### v3.8.1 (2018/09/06 14:07 +00:00)
|
|
121
|
-
|
|
122
|
-
- [#422](https://github.com/wwayne/react-tooltip/pull/422) fix(tooltip): sanitize HTML to prevent XSS (@wichniowski)
|
|
123
|
-
|
|
124
|
-
### v3.7.0 (2018/09/03 15:13 +00:00)
|
|
125
|
-
|
|
126
|
-
- [#416](https://github.com/wwayne/react-tooltip/pull/416) feat(mouseover): Add ability to hover on tooltip. (@RobertGary1)
|
|
127
|
-
- [#414](https://github.com/wwayne/react-tooltip/pull/414) Fixed jsdoc return typos (@AlexanderEllis)
|
|
128
|
-
- [#399](https://github.com/wwayne/react-tooltip/pull/399) Fixes Typos (@jstettner)
|
|
129
|
-
- [#391](https://github.com/wwayne/react-tooltip/pull/391) fix(positioning): make sure tooltip is oriented correctly when close to edge (@hassanbot)
|
|
130
|
-
|
|
131
|
-
### v3.6.1 (2018/06/05 13:46 +00:00)
|
|
132
|
-
|
|
133
|
-
- [#389](https://github.com/wwayne/react-tooltip/pull/389) fix(isCapture): guard use of currentTarget (@aronhelser)
|
|
134
|
-
- [#384](https://github.com/wwayne/react-tooltip/pull/384) Detach custom event listener (@P0lip)
|
|
135
|
-
|
|
136
|
-
### v3.6.0 (2018/05/15 18:03 +00:00)
|
|
137
|
-
|
|
138
|
-
- [#360](https://github.com/wwayne/react-tooltip/pull/360) Compute or enrich tip content (@austil)
|
|
139
|
-
|
|
140
|
-
### v3.5.1 (2018/05/03 18:11 +00:00)
|
|
141
|
-
|
|
142
|
-
- [#380](https://github.com/wwayne/react-tooltip/pull/380) fix(examples): add SVG example (@P0lip)
|
|
143
|
-
- [#379](https://github.com/wwayne/react-tooltip/pull/379) ci(gh-pages): Allow travis to publish new examples to github (@aronhelser)
|
|
144
|
-
- [#366](https://github.com/wwayne/react-tooltip/pull/366) Make getPosition() calculate offsets correctly for svg elements (@P0lip)
|
|
145
|
-
- [#310](https://github.com/wwayne/react-tooltip/pull/310) Update position with content (@stefanhayden)
|
|
146
|
-
- [#368](https://github.com/wwayne/react-tooltip/pull/368) Fix issue where tooltip won't show for adjacent elements. (@tishihar94)
|
|
147
|
-
- [#376](https://github.com/wwayne/react-tooltip/pull/376) Add displayName (@clehnert-psl)
|
|
148
|
-
- [#375](https://github.com/wwayne/react-tooltip/pull/375) test(scrolling): Add example showing tooltip inside scrolling div (@aronhelser)
|
|
149
|
-
|
|
150
|
-
### v3.5.0 (2018/04/11 18:04 +00:00)
|
|
151
|
-
|
|
152
|
-
- [#281](https://github.com/wwayne/react-tooltip/pull/281) Get tooltip content dynamically in the render method (@alfonsomunozpomer)
|
|
153
|
-
|
|
154
|
-
### v3.4.3 (2018/04/11 15:14 +00:00)
|
|
155
|
-
|
|
156
|
-
- [#207](https://github.com/wwayne/react-tooltip/pull/207) Return tooltip to original position when possible (@hassanbot)
|
|
157
|
-
- [#301](https://github.com/wwayne/react-tooltip/pull/301) insert css as first to allow easy css styling without important (@roblan)
|
|
158
|
-
|
|
159
|
-
### 3.4.2 (2018/04/09 18:58 +00:00)
|
|
160
|
-
|
|
161
|
-
- [#373](https://github.com/wwayne/react-tooltip/pull/373) fix(example): 'made dev' works again, small fixes. (@aronhelser)
|
|
162
|
-
- [#337](https://github.com/wwayne/react-tooltip/pull/337) Fix README show tip usage error (@sivagao)
|
|
163
|
-
- [#359](https://github.com/wwayne/react-tooltip/pull/359) License should use H2 as the previous sections do (@konekoya)
|
|
164
|
-
|
|
165
|
-
### 3.4.1 (2018/04/05 17:24 +00:00)
|
|
166
|
-
|
|
167
|
-
- [#369](https://github.com/wwayne/react-tooltip/pull/369) fix(index.js): add missing argument so tooltip hides. (@aronhelser)
|
|
168
|
-
- [#372](https://github.com/wwayne/react-tooltip/pull/372) Travis: update node version to fix travis build. (@aronhelser)
|
|
169
|
-
|
|
170
|
-
### 3.4.0 (2017/10/16 13:39 +00:00)
|
|
171
|
-
|
|
172
|
-
- [#321](https://github.com/wwayne/react-tooltip/pull/321) React 16 support (@mikecousins)
|
|
173
|
-
|
|
174
|
-
### 3.3.1 (2017/10/05 05:08 +00:00)
|
|
175
|
-
|
|
176
|
-
- [#292](https://github.com/wwayne/react-tooltip/pull/292) Fix typo (@piperchester)
|
|
177
|
-
|
|
178
|
-
### 3.3.0 (2017/04/14 03:34 +00:00)
|
|
179
|
-
|
|
180
|
-
- [#287](https://github.com/wwayne/react-tooltip/pull/287) Use prop-types package instead of React.PropTypes (@ssilve1989)
|
|
181
|
-
|
|
182
|
-
### 3.2.10 (2017/03/28 20:41 +00:00)
|
|
183
|
-
|
|
184
|
-
- [#278](https://github.com/wwayne/react-tooltip/pull/278) Make MutationObserver-based removal tracking (@huumanoid)
|
|
185
|
-
- [#272](https://github.com/wwayne/react-tooltip/pull/272) Fix wrapper tag (@huumanoid)
|
|
186
|
-
- [#259](https://github.com/wwayne/react-tooltip/pull/259) Track removal of DOM elements (@antoniogiordano)
|
|
187
|
-
- [#270](https://github.com/wwayne/react-tooltip/pull/270) Fix typos and improve for clarity (@theholla)
|
|
188
|
-
|
|
189
|
-
### 3.2.9 (2017/03/20 15:41 +00:00)
|
|
190
|
-
|
|
191
|
-
- [#236](https://github.com/wwayne/react-tooltip/pull/236) escape backslash in getTargetArray method (@rnons)
|
|
192
|
-
|
|
193
|
-
### 3.2.7 (2017/02/17 07:24 +00:00)
|
|
194
|
-
|
|
195
|
-
- [#262](https://github.com/wwayne/react-tooltip/pull/262) Fix nodelist converte in safari (@wwayne)
|
|
196
|
-
- [#260](https://github.com/wwayne/react-tooltip/pull/260) Fix NodeList to Array convertion (@huumanoid)
|
|
197
|
-
|
|
198
|
-
### 3.2.6 (2017/02/08 12:34 +00:00)
|
|
199
|
-
|
|
200
|
-
- [#255](https://github.com/wwayne/react-tooltip/pull/255) (fix) Remove console logs (@flexpert)
|
|
201
|
-
- [#254](https://github.com/wwayne/react-tooltip/pull/254) Add support for className prop (@jonbeller)
|
|
202
|
-
|
|
203
|
-
### 3.2.4 (2017/02/07 03:57 +00:00)
|
|
204
|
-
|
|
205
|
-
- [#251](https://github.com/wwayne/react-tooltip/pull/251) Dropfen dynamic wrapper (@dropfen)
|
|
206
|
-
|
|
207
|
-
### 3.2.3 (2017/01/30 03:00 +00:00)
|
|
208
|
-
|
|
209
|
-
- [#247](https://github.com/wwayne/react-tooltip/pull/247) Fix delayHide issue #246 (@huumanoid)
|
|
210
|
-
- [#238](https://github.com/wwayne/react-tooltip/pull/238) Update README.md (@nikbelikov)
|
|
211
|
-
- [#233](https://github.com/wwayne/react-tooltip/pull/233) Added more syntax highlighting (@oyeanuj)
|
|
212
|
-
- [#229](https://github.com/wwayne/react-tooltip/pull/229) Replaced Object.keys(...) by Object.getOwnPropertyNames(...) (@gauthierj)
|
|
213
|
-
|
|
214
|
-
### 3.2.2 (2016/11/23 08:23 +00:00)
|
|
215
|
-
|
|
216
|
-
- [#220](https://github.com/wwayne/react-tooltip/pull/220) Use parameter 'useCapture' for remove listener if it is registered as… (@achernetsky)
|
|
217
|
-
- [#223](https://github.com/wwayne/react-tooltip/pull/223) Fix/security csp style src (@briantrice)
|
|
218
|
-
- [#216](https://github.com/wwayne/react-tooltip/pull/216) Fix fire of global show event for IE (@SubVersive)
|
|
219
|
-
|
|
220
|
-
### 3.2.1 (2016/09/30 09:51 +00:00)
|
|
221
|
-
|
|
222
|
-
- [#202](https://github.com/wwayne/react-tooltip/pull/202) Hide tooltip when getContent return null or undefined, same for empty… (@wwayne)
|
|
223
|
-
- [#201](https://github.com/wwayne/react-tooltip/pull/201) Hide tooltip if the tip is empty or disabled (@wwayne)
|
|
224
|
-
|
|
225
|
-
### 3.2.0 (2016/09/30 01:10 +00:00)
|
|
226
|
-
|
|
227
|
-
- [#200](https://github.com/wwayne/react-tooltip/pull/200) Remove countTransform because the way of transform calculation is cha… (@wwayne)
|
|
228
|
-
- [#195](https://github.com/wwayne/react-tooltip/pull/195) Use node parent when calculating offset (@iamdoron)
|
|
229
|
-
|
|
230
|
-
### 3.1.8 (2016/09/14 13:37 +00:00)
|
|
231
|
-
|
|
232
|
-
- [#194](https://github.com/wwayne/react-tooltip/pull/194) Add resizeHide option (@wwayne)
|
|
233
|
-
- [#193](https://github.com/wwayne/react-tooltip/pull/193) hide specific tooltip (@wwayne)
|
|
234
|
-
- [#192](https://github.com/wwayne/react-tooltip/pull/192) Create scroll hide option (@wwayne)
|
|
235
|
-
|
|
236
|
-
### 3.1.7 (2016/09/07 00:46 +00:00)
|
|
237
|
-
|
|
238
|
-
- [#187](https://github.com/wwayne/react-tooltip/pull/187) Add disable option (@wwayne)
|
|
239
|
-
- [#183](https://github.com/wwayne/react-tooltip/pull/183) Remove react-dom from Bower dependencies (@mikkopiu)
|
|
240
|
-
|
|
241
|
-
### 3.1.6 (2016/08/19 02:07 +00:00)
|
|
242
|
-
|
|
243
|
-
- [#181](https://github.com/wwayne/react-tooltip/pull/181) Judge if the component has been mounted mount in getContent #180 (@wwayne)
|
|
244
|
-
- [#179](https://github.com/wwayne/react-tooltip/pull/179) Add bower.json (@mikkopiu)
|
|
245
|
-
|
|
246
|
-
### 3.1.5 (2016/08/04 10:43 +00:00)
|
|
247
|
-
|
|
248
|
-
- [#176](https://github.com/wwayne/react-tooltip/pull/176) Support ReactTooltip.show() #47 (@wwayne)
|
|
249
|
-
- [#174](https://github.com/wwayne/react-tooltip/pull/174) Factor transform in css into position calculation #152 (@wwayne)
|
|
250
|
-
|
|
251
|
-
### 3.1.4 (2016/08/03 13:52 +00:00)
|
|
252
|
-
|
|
253
|
-
- [#173](https://github.com/wwayne/react-tooltip/pull/173) Add new attribute afterShow and afterHide (@wwayne)
|
|
254
|
-
- [#172](https://github.com/wwayne/react-tooltip/pull/172) Add support for aria- and role props #159 (@wwayne)
|
|
255
|
-
|
|
256
|
-
### 3.1.3 (2016/08/01 23:53 +00:00)
|
|
257
|
-
|
|
258
|
-
- [#164](https://github.com/wwayne/react-tooltip/pull/164) Fix for delayShwo #163 (@wwayne)
|
|
259
|
-
|
|
260
|
-
### 3.1.2 (2016/07/30 01:38 +00:00)
|
|
261
|
-
|
|
262
|
-
- [#162](https://github.com/wwayne/react-tooltip/pull/162) Fix for #158, getposition error (@wwayne)
|
|
263
|
-
|
|
264
|
-
### 3.1.1 (2016/07/27 13:03 +00:00)
|
|
265
|
-
|
|
266
|
-
- [#151](https://github.com/wwayne/react-tooltip/pull/151) Update postion calculation so that it can calculate continous tootlip (@wwayne)
|
|
267
|
-
|
|
268
|
-
### 3.1.0 (2016/07/27 08:49 +00:00)
|
|
269
|
-
|
|
270
|
-
- [#149](https://github.com/wwayne/react-tooltip/pull/149) Update algorithm for get positon to fix the shake problem #146 (@wwayne)
|
|
271
|
-
- [#145](https://github.com/wwayne/react-tooltip/pull/145) fix typo (@meandavejustice)
|
|
272
|
-
|
|
273
|
-
### 3.0.13 (2016/07/14 09:53 +00:00)
|
|
274
|
-
|
|
275
|
-
- [#136](https://github.com/wwayne/react-tooltip/pull/136) Check if current element is under transform (@CremaFR)
|
|
276
|
-
- [#135](https://github.com/wwayne/react-tooltip/pull/135) Transform 3d (@wwayne)
|
|
277
|
-
|
|
278
|
-
### 3.0.10 (2016/07/12 00:28 +00:00)
|
|
279
|
-
|
|
280
|
-
- [#132](https://github.com/wwayne/react-tooltip/pull/132) Make getContent to support dynamical generate content while hover (@wwayne)
|
|
281
|
-
- [#131](https://github.com/wwayne/react-tooltip/pull/131) Add possibility to recalculate content on show tooltip (@pokidovea)
|
|
282
|
-
- [#128](https://github.com/wwayne/react-tooltip/pull/128) Correct Typos in README.md (@gottsohn)
|
|
283
|
-
|
|
284
|
-
### 3.0.7 (2016/06/24 13:58 +00:00)
|
|
285
|
-
|
|
286
|
-
- [#124](https://github.com/wwayne/react-tooltip/pull/124) Consider both vertical and horizontal into place re-calculation (@wwayne)
|
|
287
|
-
|
|
288
|
-
### 3.0.6 (2016/06/23 01:08 +00:00)
|
|
289
|
-
|
|
290
|
-
- [#122](https://github.com/wwayne/react-tooltip/pull/122) Fixed "Wrong query selector for data-tip #121" (@neciu)
|
|
291
|
-
|
|
292
|
-
### 3.0.5 (2016/06/21 00:32 +00:00)
|
|
293
|
-
|
|
294
|
-
- [#120](https://github.com/wwayne/react-tooltip/pull/120) Fix custom event with specific id (@wwayne)
|
|
295
|
-
|
|
296
|
-
### 3.0.4 (2016/06/17 10:28 +00:00)
|
|
297
|
-
|
|
298
|
-
- [#117](https://github.com/wwayne/react-tooltip/pull/117) Improve deploy process (@wwayne)
|
|
299
|
-
|
|
300
|
-
### 3.0.0 (2016/06/16 12:39 +00:00)
|
|
301
|
-
|
|
302
|
-
- [#115](https://github.com/wwayne/react-tooltip/pull/115) Improve structure (@wwayne)
|
|
303
|
-
- [#106](https://github.com/wwayne/react-tooltip/pull/106) Workaround for fixed elements inside transformed elements (@nd0ut)
|
|
304
|
-
|
|
305
|
-
### 2.0.3 (2016/06/01 13:45 +00:00)
|
|
306
|
-
|
|
307
|
-
- [#112](https://github.com/wwayne/react-tooltip/pull/112) Add custom event to hide tooltip (@wwayne)
|
|
308
|
-
- [#103](https://github.com/wwayne/react-tooltip/pull/103) Allow user to specify separate off event for the tooltip (@ondy1985)
|
|
309
|
-
|
|
310
|
-
### 2.0.2 (2016/05/19 10:01 +00:00)
|
|
311
|
-
|
|
312
|
-
- [#104](https://github.com/wwayne/react-tooltip/pull/104) Ensure data-html is converted to bool type (@antoniodgonzalez)
|
|
313
|
-
|
|
314
|
-
### 2.0.1 (2016/05/14 00:32 +00:00)
|
|
315
|
-
|
|
316
|
-
- [#102](https://github.com/wwayne/react-tooltip/pull/102) Clear hide timeout on component unmount (@oluckyman)
|
|
317
|
-
- [#100](https://github.com/wwayne/react-tooltip/pull/100) correct spelling error (@SashaBayan)
|
|
318
|
-
- [#99](https://github.com/wwayne/react-tooltip/pull/99) Simplify setting Sstate in the showTooltip (@Kiwka)
|
|
319
|
-
|
|
320
|
-
### 2.0.0 (2016/04/29 01:07 +00:00)
|
|
321
|
-
|
|
322
|
-
- [#96](https://github.com/wwayne/react-tooltip/pull/96) New attribute isCapture, deprecate eventPropagationMode (@wwayne)
|
|
323
|
-
|
|
324
|
-
### 1.2.1 (2016/04/23 00:16 +00:00)
|
|
325
|
-
|
|
326
|
-
- [#95](https://github.com/wwayne/react-tooltip/pull/95) Added ability to change event propagation mode from default "bubble" to "capture" (@aweber1)
|
|
327
|
-
- [#93](https://github.com/wwayne/react-tooltip/pull/93) Upgrade classnames to `^2.2.0` (@petrbrzek)
|
|
328
|
-
- [#92](https://github.com/wwayne/react-tooltip/pull/92) Update peer dependencies to support react / react-dom >= 15.0.0 (@cchamberlain)
|
|
329
|
-
|
|
330
|
-
### v1.1.3 (2016/03/10 12:57 +00:00)
|
|
331
|
-
|
|
332
|
-
- [#84](https://github.com/wwayne/react-tooltip/pull/84) Add logic to handle outside cases for solid tooltips #83 (@andrejunges)
|
|
333
|
-
- [#81](https://github.com/wwayne/react-tooltip/pull/81) Fix typo (@robzolkos)
|
|
334
|
-
|
|
335
|
-
### v1.1.2 (2016/02/15 12:31 +00:00)
|
|
336
|
-
|
|
337
|
-
- [#79](https://github.com/wwayne/react-tooltip/pull/79) Require the non-minified dist build in index (@idan)
|
|
338
|
-
- [#73](https://github.com/wwayne/react-tooltip/pull/73) Clear timeout when unmounting. (@joelburget)
|
|
339
|
-
- [#72](https://github.com/wwayne/react-tooltip/pull/72) clearing delayShowLoop-Timeout when component will unmount (@dsumer)
|
|
340
|
-
|
|
341
|
-
### v1.0.0 (2016/01/10 02:16 +00:00)
|
|
342
|
-
|
|
343
|
-
- [#68](https://github.com/wwayne/react-tooltip/pull/68) better fix for Maximum call stack size exceeded (@enjalot)
|
|
344
|
-
- [#62](https://github.com/wwayne/react-tooltip/pull/62) Fixes IE's lacking event constructor (@mikkelvagn)
|
|
345
|
-
- [#54](https://github.com/wwayne/react-tooltip/pull/54) New Feature: watchWindow (@Sly777)
|
|
346
|
-
- [#55](https://github.com/wwayne/react-tooltip/pull/55) Add support for borders (@ahstro)
|
|
347
|
-
- [#1](https://github.com/wwayne/react-tooltip/pull/1) New Feature: watchWindow (@Sly777)
|
|
348
|
-
|
|
349
|
-
### v0.9.0 (2015/11/26 14:09 +00:00)
|
|
350
|
-
|
|
351
|
-
- [#53](https://github.com/wwayne/react-tooltip/pull/53) New Feature, Fixes (@Sly777)
|
|
352
|
-
|
|
353
|
-
### v0.5.0 (2015/09/13 00:55 +00:00)
|
|
354
|
-
|
|
355
|
-
- [#36](https://github.com/wwayne/react-tooltip/pull/36) also babelify and move style.js to dist (@conorhastings)
|
|
356
|
-
- [#34](https://github.com/wwayne/react-tooltip/pull/34) avoid getBoundingClientRect() to be called twice (@ruffle1986)
|
|
357
|
-
|
|
358
|
-
### v0.3.7 (2015/08/18 13:44 +00:00)
|
|
359
|
-
|
|
360
|
-
- [#26](https://github.com/wwayne/react-tooltip/pull/26) Add editorconfig and eslinter to project (@johnamiahford)
|
|
361
|
-
|
|
362
|
-
### v0.3.5 (2015/08/02 10:58 +00:00)
|
|
363
|
-
|
|
364
|
-
- [#22](https://github.com/wwayne/react-tooltip/pull/22) Convert ReactTooltip to es6 class (@johnamiahford)
|
|
365
|
-
- [#19](https://github.com/wwayne/react-tooltip/pull/19) remove querySelector and use findDOMNode instead (@bezreyhan)
|
|
366
|
-
|
|
367
|
-
### v0.3.0 (2015/06/17 08:46 +00:00)
|
|
368
|
-
|
|
369
|
-
- [#15](https://github.com/wwayne/react-tooltip/pull/15) Adding support for server-side rendering (@bluejamesbond)
|
|
370
|
-
- [#8](https://github.com/wwayne/react-tooltip/pull/8) Change curly brackets to quotes (single) (@af7)
|
|
371
|
-
- [#6](https://github.com/wwayne/react-tooltip/pull/6) Fix bug with mouse hover triggerring on tooltip children (@tom-s)
|
|
372
|
-
- [#5](https://github.com/wwayne/react-tooltip/pull/5) fixed classnames require call (@mciparelli)
|