@procore/data-table 14.10.0 → 14.12.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 +15 -0
- package/dist/legacy/index.cjs +1555 -1199
- package/dist/legacy/index.d.cts +38 -9
- package/dist/legacy/index.d.ts +38 -9
- package/dist/legacy/index.js +1258 -903
- package/dist/modern/index.cjs +1544 -1192
- package/dist/modern/index.d.cts +38 -9
- package/dist/modern/index.d.ts +38 -9
- package/dist/modern/index.js +1247 -896
- package/package.json +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 14.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8e6fdaa719: Add groupsAlwaysExpanded prop to force grouped rows to always be expanded
|
|
8
|
+
- e250b44552: Empty state now has image (NoResults or NoItems). Search field, buttons in QuickControls and Quick Filters are disabled if there's no data.
|
|
9
|
+
- 32d4ca9193: Implement Infinite Scroll Pagination for MultiSelectCellEditor and SelectCellEditor
|
|
10
|
+
|
|
11
|
+
## 14.11.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- c33c1a3df7: add new getVisibleRowNodes method for tableApi
|
|
16
|
+
- 2147af373f: Add new prop tabToNextCell for overriding the default behaviour for when user hits Tab key when a cell is focused
|
|
17
|
+
|
|
3
18
|
## 14.10.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|