@procore/data-table 14.19.0 → 14.21.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 +22 -0
- package/dist/legacy/index.cjs +328 -138
- package/dist/legacy/index.d.cts +2 -1
- package/dist/legacy/index.d.ts +2 -1
- package/dist/legacy/index.js +329 -139
- package/dist/modern/index.cjs +325 -138
- package/dist/modern/index.d.cts +2 -1
- package/dist/modern/index.d.ts +2 -1
- package/dist/modern/index.js +326 -139
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 14.21.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 627bb577d1: Expose onCellFocused event on data-table
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 72a02060f5: Fixed some issues with sublocations on LocationFilterRenderer. Added documentation.
|
|
12
|
+
- 60f16d8d57: Fix 'include sublocations' checkbox and sublocations initial selection
|
|
13
|
+
|
|
14
|
+
## 14.20.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- 232dfb3052: Added a 'Hide Column' option to the header menu
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [5633033fec]
|
|
23
|
+
- @procore/labs-group-by-select@4.0.0
|
|
24
|
+
|
|
3
25
|
## 14.19.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|