@procore/data-table 14.23.2 → 14.25.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,26 @@
1
1
  # Change Log
2
2
 
3
+ ## 14.25.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ef8d5df8d0: Update react-resize-detector to version 12.0.0 to ensure compatibility with React 19.
8
+
9
+ ### Patch Changes
10
+
11
+ - db3385ee7a: Fix DateSelect background color when cellEditorPopup is enabled
12
+ - 68b3e08f0c: Fix issue with groupping and not rerendering new option items in Column's menu
13
+
14
+ ## 14.24.0
15
+
16
+ ### Minor Changes
17
+
18
+ - a5a4cc3a2: Add ServerSideNumberFilterRenderer and ServerSideMultiNumberFilterRenderer to enable numerical filtering in the SSRM data table.
19
+
20
+ ### Patch Changes
21
+
22
+ - fc9d13662: Fire onTableConfigChange when Reset Columns is invoked
23
+
3
24
  ## 14.23.2
4
25
 
5
26
  ### Patch Changes