@clayui/tooltip 3.111.0 → 3.113.0
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/lib/Tooltip.d.ts +0 -0
- package/lib/TooltipProvider.d.ts +0 -0
- package/lib/index.d.ts +0 -0
- package/lib/useAlign.d.ts +0 -0
- package/lib/useClosestTitle.d.ts +0 -0
- package/lib/useTooltipState.d.ts +0 -0
- package/package.json +3 -3
- package/CHANGELOG.md +0 -417
package/lib/Tooltip.d.ts
CHANGED
|
File without changes
|
package/lib/TooltipProvider.d.ts
CHANGED
|
File without changes
|
package/lib/index.d.ts
CHANGED
|
File without changes
|
package/lib/useAlign.d.ts
CHANGED
|
File without changes
|
package/lib/useClosestTitle.d.ts
CHANGED
|
File without changes
|
package/lib/useTooltipState.d.ts
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clayui/tooltip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.113.0",
|
|
4
4
|
"description": "ClayTooltip component",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"repository": "https://github.com/liferay/clay",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"react"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@clayui/shared": "^3.
|
|
27
|
+
"@clayui/shared": "^3.113.0",
|
|
28
28
|
"classnames": "^2.2.6",
|
|
29
29
|
"dom-align": "^1.12.2",
|
|
30
30
|
"warning": "^4.0.3"
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"browserslist": [
|
|
38
38
|
"extends browserslist-config-clay"
|
|
39
39
|
],
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "6960907fb9275e35761c5a287d0ced6cd8be20b4"
|
|
41
41
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,417 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# [3.111.0](https://github.com/liferay/clay/compare/v3.110.0...v3.111.0) (2024-02-15)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
9
|
-
|
|
10
|
-
# [3.109.0](https://github.com/liferay/clay/compare/v3.108.0...v3.109.0) (2024-01-22)
|
|
11
|
-
|
|
12
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
13
|
-
|
|
14
|
-
# [3.108.0](https://github.com/liferay/clay/compare/v3.107.1...v3.108.0) (2023-12-12)
|
|
15
|
-
|
|
16
|
-
### Bug Fixes
|
|
17
|
-
|
|
18
|
-
- **@clayui/tooltip:** Fix close tooltip when pressing Escape key ([6f40c16](https://github.com/liferay/clay/commit/6f40c16ad2556a99c839822c1486a2e0b2ee710c))
|
|
19
|
-
|
|
20
|
-
# [3.107.0](https://github.com/liferay/clay/compare/v3.106.1...v3.107.0) (2023-11-27)
|
|
21
|
-
|
|
22
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
23
|
-
|
|
24
|
-
## [3.106.1](https://github.com/liferay/clay/compare/v3.106.0...v3.106.1) (2023-10-26)
|
|
25
|
-
|
|
26
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
27
|
-
|
|
28
|
-
# [3.106.0](https://github.com/liferay/clay/compare/v3.105.0...v3.106.0) (2023-10-25)
|
|
29
|
-
|
|
30
|
-
### Bug Fixes
|
|
31
|
-
|
|
32
|
-
- remove 'src' dir from being packaged with npm ([9383e8d](https://github.com/liferay/clay/commit/9383e8d8abb25ca3396e7c6e4dfa53bbc72691c5))
|
|
33
|
-
- use package's directory for baseDir when generating type ([0a5c710](https://github.com/liferay/clay/commit/0a5c710092f36243bc8d5487f70e831295715072))
|
|
34
|
-
|
|
35
|
-
# [3.104.0](https://github.com/liferay/clay/compare/v3.103.1...v3.104.0) (2023-08-25)
|
|
36
|
-
|
|
37
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
38
|
-
|
|
39
|
-
## [3.103.1](https://github.com/liferay/clay/compare/v3.103.0...v3.103.1) (2023-08-15)
|
|
40
|
-
|
|
41
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
42
|
-
|
|
43
|
-
# [3.101.0](https://github.com/liferay/clay/compare/v3.100.0...v3.101.0) (2023-07-28)
|
|
44
|
-
|
|
45
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
46
|
-
|
|
47
|
-
# [3.100.0](https://github.com/liferay/clay/compare/v3.99.4...v3.100.0) (2023-07-13)
|
|
48
|
-
|
|
49
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
50
|
-
|
|
51
|
-
## [3.99.1](https://github.com/liferay/clay/compare/v3.99.0...v3.99.1) (2023-07-04)
|
|
52
|
-
|
|
53
|
-
### Bug Fixes
|
|
54
|
-
|
|
55
|
-
- **@clayui/tooltip:** fix error not showing tooltip on nested elements ([cf31736](https://github.com/liferay/clay/commit/cf31736b5515af8c2e906443c86c6cdd4c11631d))
|
|
56
|
-
|
|
57
|
-
# [3.96.0](https://github.com/liferay/clay/compare/v3.95.2...v3.96.0) (2023-05-29)
|
|
58
|
-
|
|
59
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
60
|
-
|
|
61
|
-
## [3.95.2](https://github.com/liferay/clay/compare/v3.95.0...v3.95.2) (2023-05-17)
|
|
62
|
-
|
|
63
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
64
|
-
|
|
65
|
-
# [3.95.0](https://github.com/liferay/clay/compare/v3.94.0...v3.95.0) (2023-05-15)
|
|
66
|
-
|
|
67
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
68
|
-
|
|
69
|
-
# [3.94.0](https://github.com/liferay/clay/compare/v3.93.0...v3.94.0) (2023-05-03)
|
|
70
|
-
|
|
71
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
72
|
-
|
|
73
|
-
# [3.93.0](https://github.com/liferay/clay/compare/v3.92.0...v3.93.0) (2023-04-19)
|
|
74
|
-
|
|
75
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
76
|
-
|
|
77
|
-
# [3.92.0](https://github.com/liferay/clay/compare/v3.91.0...v3.92.0) (2023-04-06)
|
|
78
|
-
|
|
79
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
80
|
-
|
|
81
|
-
# [3.89.0](https://github.com/liferay/clay/compare/v3.88.0...v3.89.0) (2023-03-01)
|
|
82
|
-
|
|
83
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
84
|
-
|
|
85
|
-
# [3.88.0](https://github.com/liferay/clay/compare/v3.87.2...v3.88.0) (2023-02-14)
|
|
86
|
-
|
|
87
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
88
|
-
|
|
89
|
-
# [3.87.0](https://github.com/liferay/clay/compare/v3.86.1...v3.87.0) (2023-02-08)
|
|
90
|
-
|
|
91
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
92
|
-
|
|
93
|
-
## [3.86.1](https://github.com/liferay/clay/compare/v3.86.0...v3.86.1) (2023-02-02)
|
|
94
|
-
|
|
95
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
96
|
-
|
|
97
|
-
# [3.86.0](https://github.com/liferay/clay/compare/v3.85.0...v3.86.0) (2023-01-31)
|
|
98
|
-
|
|
99
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
100
|
-
|
|
101
|
-
# [3.85.0](https://github.com/liferay/clay/compare/v3.84.0...v3.85.0) (2023-01-23)
|
|
102
|
-
|
|
103
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
104
|
-
|
|
105
|
-
## [3.83.1](https://github.com/liferay/clay/compare/v3.83.0...v3.83.1) (2022-12-20)
|
|
106
|
-
|
|
107
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
108
|
-
|
|
109
|
-
# [3.83.0](https://github.com/liferay/clay/compare/v3.82.0...v3.83.0) (2022-12-20)
|
|
110
|
-
|
|
111
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
112
|
-
|
|
113
|
-
# [3.82.0](https://github.com/liferay/clay/compare/v3.81.0...v3.82.0) (2022-12-07)
|
|
114
|
-
|
|
115
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
116
|
-
|
|
117
|
-
# [3.81.0](https://github.com/liferay/clay/compare/v3.80.1...v3.81.0) (2022-11-30)
|
|
118
|
-
|
|
119
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
120
|
-
|
|
121
|
-
## [3.80.1](https://github.com/liferay/clay/compare/v3.80.0...v3.80.1) (2022-11-22)
|
|
122
|
-
|
|
123
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
124
|
-
|
|
125
|
-
# [3.80.0](https://github.com/liferay/clay/compare/v3.79.0...v3.80.0) (2022-11-21)
|
|
126
|
-
|
|
127
|
-
### Bug Fixes
|
|
128
|
-
|
|
129
|
-
- **@clayui/tooltip:** persist the title attribute when navigate via keyboard ([44fe7c4](https://github.com/liferay/clay/commit/44fe7c4113a0889a109f3d71435800468b9ab94a))
|
|
130
|
-
|
|
131
|
-
# [3.79.0](https://github.com/liferay/clay/compare/v3.78.2...v3.79.0) (2022-11-08)
|
|
132
|
-
|
|
133
|
-
### Bug Fixes
|
|
134
|
-
|
|
135
|
-
- **@clayui/tooltip:** fixes error when not aligning the tooltip with focus in sequence of elements ([0d3e415](https://github.com/liferay/clay/commit/0d3e415746f33e62b7eb68e798c19c3ce5173b23))
|
|
136
|
-
|
|
137
|
-
## [3.78.2](https://github.com/liferay/clay/compare/v3.78.1...v3.78.2) (2022-10-25)
|
|
138
|
-
|
|
139
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
140
|
-
|
|
141
|
-
## [3.78.1](https://github.com/liferay/clay/compare/v3.78.0...v3.78.1) (2022-10-25)
|
|
142
|
-
|
|
143
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
144
|
-
|
|
145
|
-
# [3.78.0](https://github.com/liferay/clay/compare/v3.77.0...v3.78.0) (2022-10-25)
|
|
146
|
-
|
|
147
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
148
|
-
|
|
149
|
-
# [3.77.0](https://github.com/liferay/clay/compare/v3.76.0...v3.77.0) (2022-10-17)
|
|
150
|
-
|
|
151
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
152
|
-
|
|
153
|
-
## [3.75.2](https://github.com/liferay/clay/compare/v3.75.1...v3.75.2) (2022-09-29)
|
|
154
|
-
|
|
155
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
156
|
-
|
|
157
|
-
# [3.75.0](https://github.com/liferay/clay/compare/v3.74.0...v3.75.0) (2022-09-28)
|
|
158
|
-
|
|
159
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
160
|
-
|
|
161
|
-
# [3.73.0](https://github.com/liferay/clay/compare/v3.72.0...v3.73.0) (2022-09-13)
|
|
162
|
-
|
|
163
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
164
|
-
|
|
165
|
-
# [3.71.0](https://github.com/liferay/clay/compare/v3.70.3...v3.71.0) (2022-08-30)
|
|
166
|
-
|
|
167
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
168
|
-
|
|
169
|
-
## [3.70.3](https://github.com/liferay/clay/compare/v3.70.2...v3.70.3) (2022-08-30)
|
|
170
|
-
|
|
171
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
172
|
-
|
|
173
|
-
## [3.70.2](https://github.com/liferay/clay/compare/v3.70.1...v3.70.2) (2022-08-30)
|
|
174
|
-
|
|
175
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
176
|
-
|
|
177
|
-
# [3.70.0](https://github.com/liferay/clay/compare/v3.69.0...v3.70.0) (2022-08-23)
|
|
178
|
-
|
|
179
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
180
|
-
|
|
181
|
-
# [3.69.0](https://github.com/liferay/clay/compare/v3.68.0...v3.69.0) (2022-08-16)
|
|
182
|
-
|
|
183
|
-
### Bug Fixes
|
|
184
|
-
|
|
185
|
-
- **@clayui/tooltip): Revert "fix(@clayui/tooltip:** adds the option to disappear the floating tooltip after a while" ([43b64b9](https://github.com/liferay/clay/commit/43b64b9e0ca7b503b022f69f2aa710dd51770114))
|
|
186
|
-
- **@clayui/tooltip:** adds the option to disappear the floating tooltip after a while ([7438e62](https://github.com/liferay/clay/commit/7438e62797131336b6547ffd986ff977c7a59d0d))
|
|
187
|
-
- **@clayui/tooltip:** remove the behavior of moving the tooltip when the mouse moves ([51585ff](https://github.com/liferay/clay/commit/51585ffb16fe0dea68086ed9c320db381d788215))
|
|
188
|
-
|
|
189
|
-
# [3.67.0](https://github.com/liferay/clay/compare/v3.66.0...v3.67.0) (2022-07-25)
|
|
190
|
-
|
|
191
|
-
### Features
|
|
192
|
-
|
|
193
|
-
- **@clayui/tooltip:** adds new properties to configure the tooltip to be floating ([c598ca3](https://github.com/liferay/clay/commit/c598ca335b96cafe01848fabdf020135126c9ff9))
|
|
194
|
-
|
|
195
|
-
# [3.65.0](https://github.com/liferay/clay/compare/v3.64.0...v3.65.0) (2022-07-11)
|
|
196
|
-
|
|
197
|
-
### Bug Fixes
|
|
198
|
-
|
|
199
|
-
- **@clayui/tooltip:** adds the possibility to hover over the tooltip ([8b9b256](https://github.com/liferay/clay/commit/8b9b256db39be0a8f7708648946cec6faeb92bb1))
|
|
200
|
-
|
|
201
|
-
# [3.58.0](https://github.com/liferay/clay/compare/v3.57.0...v3.58.0) (2022-05-23)
|
|
202
|
-
|
|
203
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
204
|
-
|
|
205
|
-
# [3.56.0](https://github.com/liferay/clay/compare/v3.55.0...v3.56.0) (2022-05-09)
|
|
206
|
-
|
|
207
|
-
### Bug Fixes
|
|
208
|
-
|
|
209
|
-
- **@clayui/tooltip:** cancel scheduled tooltip before scheduling new one ([62551b8](https://github.com/liferay/clay/commit/62551b87af77d6b15d95d80c47525c1071237605))
|
|
210
|
-
|
|
211
|
-
# [3.55.0](https://github.com/liferay/clay/compare/v3.54.0...v3.55.0) (2022-05-02)
|
|
212
|
-
|
|
213
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
214
|
-
|
|
215
|
-
# [3.52.0](https://github.com/liferay/clay/compare/v3.51.0...v3.52.0) (2022-04-04)
|
|
216
|
-
|
|
217
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
218
|
-
|
|
219
|
-
# [3.49.0](https://github.com/liferay/clay/compare/v3.48.0...v3.49.0) (2022-03-15)
|
|
220
|
-
|
|
221
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
222
|
-
|
|
223
|
-
# [3.47.0](https://github.com/liferay/clay/compare/v3.46.0...v3.47.0) (2022-02-23)
|
|
224
|
-
|
|
225
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
226
|
-
|
|
227
|
-
# [3.45.0](https://github.com/liferay/clay/compare/v3.44.2...v3.45.0) (2022-02-01)
|
|
228
|
-
|
|
229
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
230
|
-
|
|
231
|
-
# [3.40.0](https://github.com/liferay/clay/compare/v3.39.0...v3.40.0) (2021-11-17)
|
|
232
|
-
|
|
233
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
234
|
-
|
|
235
|
-
# [3.39.0](https://github.com/liferay/clay/compare/v3.38.0...v3.39.0) (2021-10-29)
|
|
236
|
-
|
|
237
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
238
|
-
|
|
239
|
-
# [3.38.0](https://github.com/liferay/clay/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
240
|
-
|
|
241
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
242
|
-
|
|
243
|
-
# [3.37.0](https://github.com/liferay/clay/compare/v3.36.0...v3.37.0) (2021-10-06)
|
|
244
|
-
|
|
245
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
246
|
-
|
|
247
|
-
# [3.36.0](https://github.com/liferay/clay/compare/v3.35.3...v3.36.0) (2021-09-23)
|
|
248
|
-
|
|
249
|
-
### Bug Fixes
|
|
250
|
-
|
|
251
|
-
- **@clayui/tooltip:** forces tooltip to be repositioned when the x-axis is modified ([b62313c](https://github.com/liferay/clay/commit/b62313c))
|
|
252
|
-
- **@clayui/tooltip:** stop the always showing warnings ([3858bfe](https://github.com/liferay/clay/commit/3858bfe))
|
|
253
|
-
- **@clyaui/tooltip:** fixes error when not forcing Tooltip repositioning when X axis is modified ([187f1ef](https://github.com/liferay/clay/commit/187f1ef))
|
|
254
|
-
|
|
255
|
-
## [3.35.3](https://github.com/liferay/clay/compare/v3.35.2...v3.35.3) (2021-09-09)
|
|
256
|
-
|
|
257
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
258
|
-
|
|
259
|
-
## [3.35.2](https://github.com/liferay/clay/compare/v3.35.1...v3.35.2) (2021-08-30)
|
|
260
|
-
|
|
261
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
262
|
-
|
|
263
|
-
## [3.35.1](https://github.com/liferay/clay/compare/v3.35.0...v3.35.1) (2021-08-30)
|
|
264
|
-
|
|
265
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
266
|
-
|
|
267
|
-
# [3.35.0](https://github.com/liferay/clay/compare/v3.34.0...v3.35.0) (2021-08-30)
|
|
268
|
-
|
|
269
|
-
### Features
|
|
270
|
-
|
|
271
|
-
- **@clayui/tooltip:** replaces direct use of dom-align with doAlign with RTL support ([2afa54c](https://github.com/liferay/clay/commit/2afa54c))
|
|
272
|
-
|
|
273
|
-
# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28)
|
|
274
|
-
|
|
275
|
-
### Bug Fixes
|
|
276
|
-
|
|
277
|
-
- **@clayui/tooltip:** Hide tooltip on `dragstart` ([70d78da](https://github.com/liferay/clay/commit/70d78da))
|
|
278
|
-
|
|
279
|
-
# [3.29.0](https://github.com/liferay/clay/compare/v3.28.0...v3.29.0) (2021-05-28)
|
|
280
|
-
|
|
281
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
282
|
-
|
|
283
|
-
# [3.28.0](https://github.com/liferay/clay/compare/v3.27.0...v3.28.0) (2021-05-19)
|
|
284
|
-
|
|
285
|
-
### Features
|
|
286
|
-
|
|
287
|
-
- **@clayui/tooltip:** Add the new ContainerProps API ([728600c](https://github.com/liferay/clay/commit/728600c))
|
|
288
|
-
- **@clayui/tooltip:** update logic to handle scoping and a global listener ([1c83d30](https://github.com/liferay/clay/commit/1c83d30))
|
|
289
|
-
|
|
290
|
-
# [3.27.0](https://github.com/liferay/clay/compare/v3.26.0...v3.27.0) (2021-05-05)
|
|
291
|
-
|
|
292
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
293
|
-
|
|
294
|
-
## [3.4.5](https://github.com/liferay/clay/compare/@clayui/tooltip@3.4.4...@clayui/tooltip@3.4.5) (2021-02-11)
|
|
295
|
-
|
|
296
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
297
|
-
|
|
298
|
-
## [3.4.4](https://github.com/liferay/clay/compare/@clayui/tooltip@3.4.3...@clayui/tooltip@3.4.4) (2021-01-27)
|
|
299
|
-
|
|
300
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
301
|
-
|
|
302
|
-
## [3.4.3](https://github.com/liferay/clay/compare/@clayui/tooltip@3.4.2...@clayui/tooltip@3.4.3) (2021-01-13)
|
|
303
|
-
|
|
304
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
305
|
-
|
|
306
|
-
## [3.4.2](https://github.com/liferay/clay/compare/@clayui/tooltip@3.4.0...@clayui/tooltip@3.4.2) (2020-12-16)
|
|
307
|
-
|
|
308
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
309
|
-
|
|
310
|
-
## [3.4.1](https://github.com/liferay/clay/compare/@clayui/tooltip@3.4.0...@clayui/tooltip@3.4.1) (2020-12-02)
|
|
311
|
-
|
|
312
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
313
|
-
|
|
314
|
-
# [3.4.0](https://github.com/liferay/clay/compare/@clayui/tooltip@3.3.5...@clayui/tooltip@3.4.0) (2020-10-01)
|
|
315
|
-
|
|
316
|
-
### Features
|
|
317
|
-
|
|
318
|
-
- **clayui.com:** Move API tables to new files and update document tabs, rename files to use singular naming instead of plural, change mainTabURL of pagination-bar to a proper one ([d812ee9](https://github.com/liferay/clay/commit/d812ee9))
|
|
319
|
-
- add displayName for all components ([cc3211d](https://github.com/liferay/clay/commit/cc3211d))
|
|
320
|
-
|
|
321
|
-
## [3.3.5](https://github.com/liferay/clay/compare/@clayui/tooltip@3.3.4...@clayui/tooltip@3.3.5) (2020-08-28)
|
|
322
|
-
|
|
323
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
324
|
-
|
|
325
|
-
## [3.3.4](https://github.com/liferay/clay/compare/@clayui/tooltip@3.3.3...@clayui/tooltip@3.3.4) (2020-08-26)
|
|
326
|
-
|
|
327
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
328
|
-
|
|
329
|
-
## [3.3.3](https://github.com/liferay/clay/compare/@clayui/tooltip@3.3.2...@clayui/tooltip@3.3.3) (2020-07-28)
|
|
330
|
-
|
|
331
|
-
### Bug Fixes
|
|
332
|
-
|
|
333
|
-
- update packages to appropriate dependencies ([0026168](https://github.com/liferay/clay/commit/0026168))
|
|
334
|
-
|
|
335
|
-
## [3.3.2](https://github.com/liferay/clay/compare/@clayui/tooltip@3.3.1...@clayui/tooltip@3.3.2) (2020-07-07)
|
|
336
|
-
|
|
337
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
338
|
-
|
|
339
|
-
## [3.3.1](https://github.com/liferay/clay/compare/@clayui/tooltip@3.3.0...@clayui/tooltip@3.3.1) (2020-06-18)
|
|
340
|
-
|
|
341
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
342
|
-
|
|
343
|
-
# [3.3.0](https://github.com/liferay/clay/compare/@clayui/tooltip@3.2.3...@clayui/tooltip@3.3.0) (2020-05-21)
|
|
344
|
-
|
|
345
|
-
### Features
|
|
346
|
-
|
|
347
|
-
- **clayui.com:** Improve component docs by updating content - Pagination, Popover, Progress Bar, Slider, Toggle & Tooltip ([01b555a](https://github.com/liferay/clay/commit/01b555a))
|
|
348
|
-
- **clayui.com:** Improve component docs by updating content - Typos, wording, and variable names ([f1d795c](https://github.com/liferay/clay/commit/f1d795c))
|
|
349
|
-
|
|
350
|
-
## [3.2.3](https://github.com/liferay/clay/compare/@clayui/tooltip@3.2.2...@clayui/tooltip@3.2.3) (2020-04-24)
|
|
351
|
-
|
|
352
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
353
|
-
|
|
354
|
-
## [3.2.2](https://github.com/liferay/clay/tree/master/packages/clay-tooltip/compare/@clayui/tooltip@3.2.1...@clayui/tooltip@3.2.2) (2020-03-13)
|
|
355
|
-
|
|
356
|
-
### Bug Fixes
|
|
357
|
-
|
|
358
|
-
- **@clayui/tooltip:** remove polyfill in favor of ponyfill(ponyfill.com) ([3a149e0](https://github.com/liferay/clay/commit/3a149e0))
|
|
359
|
-
|
|
360
|
-
## [3.2.1](https://github.com/liferay/clay/tree/master/packages/clay-tooltip/compare/@clayui/tooltip@3.2.0...@clayui/tooltip@3.2.1) (2020-03-12)
|
|
361
|
-
|
|
362
|
-
### Bug Fixes
|
|
363
|
-
|
|
364
|
-
- **@clayui/tooltip:** add polyfill for element.matches ([a16ff00](https://github.com/liferay/clay/commit/a16ff00))
|
|
365
|
-
|
|
366
|
-
# 3.2.0 (2020-02-28)
|
|
367
|
-
|
|
368
|
-
### Bug Fixes
|
|
369
|
-
|
|
370
|
-
- **css:** allow newline characters to display properly for tooltips ([2265d10](https://github.com/liferay/clay/commit/2265d10))
|
|
371
|
-
- **drop-down:** use dom-align instead of metal-position ([335ff38](https://github.com/liferay/clay/commit/335ff38))
|
|
372
|
-
- **tooltip:** add missing dependency ([7203e50](https://github.com/liferay/clay/commit/7203e50))
|
|
373
|
-
- **tooltip:** find closest node with title attribute ([7dc7fb0](https://github.com/liferay/clay/commit/7dc7fb0))
|
|
374
|
-
- **tooltip+popover:** stories should be nested under Components ([f9799f9](https://github.com/liferay/clay/commit/f9799f9))
|
|
375
|
-
|
|
376
|
-
### Features
|
|
377
|
-
|
|
378
|
-
- **tooltip:** allow custom renderer for TooltipProvider content ([bf64914](https://github.com/liferay/clay/commit/bf64914))
|
|
379
|
-
- **tooltip:** create Tooltip component ([cb41eef](https://github.com/liferay/clay/commit/cb41eef))
|
|
380
|
-
|
|
381
|
-
# [3.1.0](https://github.com/liferay/clay/tree/master/packages/clay-tooltip/compare/@clayui/tooltip@3.0.4...@clayui/tooltip@3.1.0) (2020-01-31)
|
|
382
|
-
|
|
383
|
-
### Bug Fixes
|
|
384
|
-
|
|
385
|
-
- **css:** allow newline characters to display properly for tooltips ([2265d10](https://github.com/liferay/clay/commit/2265d10))
|
|
386
|
-
- **drop-down:** use dom-align instead of metal-position ([335ff38](https://github.com/liferay/clay/commit/335ff38))
|
|
387
|
-
|
|
388
|
-
### Features
|
|
389
|
-
|
|
390
|
-
- **tooltip:** allow custom renderer for TooltipProvider content ([bf64914](https://github.com/liferay/clay/commit/bf64914))
|
|
391
|
-
|
|
392
|
-
## [3.0.6](https://github.com/liferay/clay/tree/master/packages/clay-tooltip/compare/@clayui/tooltip@3.0.4...@clayui/tooltip@3.0.6) (2020-01-20)
|
|
393
|
-
|
|
394
|
-
### Bug Fixes
|
|
395
|
-
|
|
396
|
-
- **css:** allow newline characters to display properly for tooltips ([2265d10](https://github.com/liferay/clay/commit/2265d10))
|
|
397
|
-
- **drop-down:** use dom-align instead of metal-position ([335ff38](https://github.com/liferay/clay/commit/335ff38))
|
|
398
|
-
|
|
399
|
-
## [3.0.5](https://github.com/liferay/clay/tree/master/packages/clay-tooltip/compare/@clayui/tooltip@3.0.4...@clayui/tooltip@3.0.5) (2019-12-05)
|
|
400
|
-
|
|
401
|
-
### Bug Fixes
|
|
402
|
-
|
|
403
|
-
- **drop-down:** use dom-align instead of metal-position ([335ff38](https://github.com/liferay/clay/commit/335ff38))
|
|
404
|
-
|
|
405
|
-
## [3.0.4](https://github.com/liferay/clay/tree/master/packages/clay-tooltip/compare/@clayui/tooltip@3.0.3...@clayui/tooltip@3.0.4) (2019-11-07)
|
|
406
|
-
|
|
407
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
408
|
-
|
|
409
|
-
## [3.0.3](https://github.com/liferay/clay/tree/master/packages/clay-tooltip/compare/@clayui/tooltip@3.0.2...@clayui/tooltip@3.0.3) (2019-11-01)
|
|
410
|
-
|
|
411
|
-
**Note:** Version bump only for package @clayui/tooltip
|
|
412
|
-
|
|
413
|
-
## [3.0.2](https://github.com/liferay/clay/tree/master/packages/clay-tooltip/compare/@clayui/tooltip@3.0.1...@clayui/tooltip@3.0.2) (2019-10-28)
|
|
414
|
-
|
|
415
|
-
### Bug Fixes
|
|
416
|
-
|
|
417
|
-
- **tooltip:** find closest node with title attribute ([7dc7fb0](https://github.com/liferay/clay/commit/7dc7fb0))
|