@procore/data-table 14.9.0 → 14.10.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 +16 -0
- package/dist/legacy/index.cjs +2032 -1921
- package/dist/legacy/index.d.cts +16 -2
- package/dist/legacy/index.d.ts +16 -2
- package/dist/legacy/index.js +1734 -1623
- package/dist/modern/index.cjs +2003 -1900
- package/dist/modern/index.d.cts +16 -2
- package/dist/modern/index.d.ts +16 -2
- package/dist/modern/index.js +1705 -1602
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 14.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- e9dadbc607: Default `rowDragManaged` to `false` for `ServerSideDataTable`
|
|
8
|
+
- 5d84bfcbd7: Implement Infinite Scroll Pagination for MultiSelectFilterRenderer
|
|
9
|
+
- 2fb1b75287: Removes unused exports from the root `DataTable` object. Since these have not been exported since v14, this is an internal change only and not a breaking change.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 24771eb9c2: Fixed footer overlaps page sticky footer
|
|
14
|
+
- Updated dependencies [1bbf598693]
|
|
15
|
+
- Updated dependencies [29975c700c]
|
|
16
|
+
- @procore/labs-group-by-select@3.1.3
|
|
17
|
+
- @procore/labs-datetime-select@0.1.1
|
|
18
|
+
|
|
3
19
|
## 14.9.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|