@procore/data-table 14.18.0 → 14.20.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 +18 -0
- package/dist/legacy/index.cjs +1445 -1198
- package/dist/legacy/index.js +1146 -899
- package/dist/modern/index.cjs +1441 -1197
- package/dist/modern/index.js +1142 -898
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 14.20.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 232dfb3052: Added a 'Hide Column' option to the header menu
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [5633033fec]
|
|
12
|
+
- @procore/labs-group-by-select@4.0.0
|
|
13
|
+
|
|
14
|
+
## 14.19.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- 727e33441: Add tooltip support to table cells
|
|
19
|
+
- 657d878f5: Update Ag-Grid License
|
|
20
|
+
|
|
3
21
|
## 14.18.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|