@procore/data-table 14.17.0 → 14.18.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/CHANGELOG.md +9 -0
- package/dist/legacy/index.cjs +1229 -1123
- package/dist/legacy/index.d.cts +1 -0
- package/dist/legacy/index.d.ts +1 -0
- package/dist/legacy/index.js +1228 -1122
- package/dist/modern/index.cjs +1566 -1463
- package/dist/modern/index.d.cts +1 -0
- package/dist/modern/index.d.ts +1 -0
- package/dist/modern/index.js +1566 -1463
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 14.18.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- af076176b: Increase clickable area on links when link element less that 48px to increase usability
|
|
8
|
+
- c720219af: Default render for quickFilterRenderer components
|
|
9
|
+
- 86db34d66: Fix clickability for interactive elements in empty state overlays
|
|
10
|
+
- 6dd283ead: Add tooltip for GroupBySelect on hover
|
|
11
|
+
|
|
3
12
|
## 14.17.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|