@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 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