@procore/data-table 15.0.0-alpha.1 → 15.0.0-alpha.2

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,17 +1,35 @@
1
1
  # Change Log
2
2
 
3
- ## 15.0.0-alpha.1
3
+ ## 14.26.0
4
4
 
5
- ### Major Changes
5
+ ### Minor Changes
6
6
 
7
- - Merge main branch with fix for @ag-grid-enterprise/sparklines
7
+ - 622faf6: Add SingleSelectFilterRenderer component
8
8
 
9
- ## 15.0.0-alpha.0
9
+ ### Patch Changes
10
10
 
11
- ### Major Changes
11
+ - b971375: Fix loading icons position
12
+
13
+ ## 14.25.0
14
+
15
+ ### Minor Changes
16
+
17
+ - ef8d5df8d0: Update react-resize-detector to version 12.0.0 to ensure compatibility with React 19.
18
+
19
+ ### Patch Changes
20
+
21
+ - db3385ee7a: Fix DateSelect background color when cellEditorPopup is enabled
22
+ - 68b3e08f0c: Fix issue with groupping and not rerendering new option items in Column's menu
23
+
24
+ ## 14.24.0
25
+
26
+ ### Minor Changes
27
+
28
+ - a5a4cc3a2: Add ServerSideNumberFilterRenderer and ServerSideMultiNumberFilterRenderer to enable numerical filtering in the SSRM data table.
29
+
30
+ ### Patch Changes
12
31
 
13
- - Update ag-grid to v32.3.3
14
- - Introduce New Default Configurations
32
+ - fc9d13662: Fire onTableConfigChange when Reset Columns is invoked
15
33
 
16
34
  ## 14.23.2
17
35