@procore/data-table 14.31.0 → 14.33.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 +28 -8
- package/dist/legacy/index.cjs +400 -520
- package/dist/legacy/index.d.cts +61 -58
- package/dist/legacy/index.d.ts +61 -58
- package/dist/legacy/index.js +400 -520
- package/dist/modern/index.cjs +379 -472
- package/dist/modern/index.d.cts +61 -58
- package/dist/modern/index.d.ts +61 -58
- package/dist/modern/index.js +379 -472
- package/package.json +42 -46
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 14.33.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 5da3762: Use custom cell params directly to combine both `cellRendererParams` and `cellRendererSelector.params`
|
|
8
|
+
Use custom cell params directly to combine both `cellEditorParams` and `cellEditorSelector.params`
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- @procore/labs-datetime-select@0.1.3
|
|
13
|
+
- @procore/labs-group-by-select@4.1.0
|
|
14
|
+
- @procore/error-pages@0.2.3
|
|
15
|
+
- @procore/toast-alert@5.1.1
|
|
16
|
+
|
|
17
|
+
## 14.32.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- 76650bc: Support Styled Components v6 for peerDep upper limit
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies [76650bc]
|
|
26
|
+
- @procore/error-pages@0.2.3
|
|
27
|
+
- @procore/labs-datetime-select@0.1.3
|
|
28
|
+
- @procore/labs-group-by-select@4.1.0
|
|
29
|
+
- @procore/toast-alert@5.1.1
|
|
30
|
+
|
|
3
31
|
## 14.31.0
|
|
4
32
|
|
|
5
33
|
### Minor Changes
|
|
@@ -9,14 +37,6 @@
|
|
|
9
37
|
### Patch Changes
|
|
10
38
|
|
|
11
39
|
- a9ac0ff: Yarn 4 migration
|
|
12
|
-
|
|
13
|
-
- Update to Yarn 4
|
|
14
|
-
- Update README instructions
|
|
15
|
-
- Update workspace syntax
|
|
16
|
-
- Update CircleCI config
|
|
17
|
-
- Replace Husky with Git hooks
|
|
18
|
-
- Fix minor TypeScript build issues
|
|
19
|
-
|
|
20
40
|
- Updated dependencies [a9ac0ff]
|
|
21
41
|
- @procore/labs-datetime-select@0.1.2
|
|
22
42
|
- @procore/labs-group-by-select@4.0.1
|