@procore/data-table 14.23.1 → 14.24.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 +27866 -1040
- package/dist/legacy/index.d.cts +3 -2
- package/dist/legacy/index.d.ts +3 -2
- package/dist/legacy/index.js +27867 -1041
- package/dist/modern/index.cjs +28017 -1191
- package/dist/modern/index.d.cts +3 -2
- package/dist/modern/index.d.ts +3 -2
- package/dist/modern/index.js +28018 -1192
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 14.24.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- a5a4cc3a2: Add ServerSideNumberFilterRenderer and ServerSideMultiNumberFilterRenderer to enable numerical filtering in the SSRM data table.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- fc9d13662: Fire onTableConfigChange when Reset Columns is invoked
|
|
12
|
+
|
|
13
|
+
## 14.23.2
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 25ea323141: Fix install @ag-grid-enterprise/sparklines dep
|
|
18
|
+
- d6f8cdd9cd: Fix some accessibility a11y warnings
|
|
19
|
+
- 4e9b72a73f: Allow first column with checkbox to have CSS ellipsis display
|
|
20
|
+
|
|
3
21
|
## 14.23.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|