@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 +25 -7
- package/dist/legacy/index.cjs +1526 -1196
- package/dist/legacy/index.d.cts +4 -1
- package/dist/legacy/index.d.ts +4 -1
- package/dist/legacy/index.js +1200 -870
- package/dist/modern/index.cjs +1521 -1196
- package/dist/modern/index.d.cts +4 -1
- package/dist/modern/index.d.ts +4 -1
- package/dist/modern/index.js +1195 -870
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,35 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 14.26.0
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 622faf6: Add SingleSelectFilterRenderer component
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
### Patch Changes
|
|
10
10
|
|
|
11
|
-
|
|
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
|
-
-
|
|
14
|
-
- Introduce New Default Configurations
|
|
32
|
+
- fc9d13662: Fire onTableConfigChange when Reset Columns is invoked
|
|
15
33
|
|
|
16
34
|
## 14.23.2
|
|
17
35
|
|