@procore/data-table 14.32.0 → 14.34.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,29 @@
1
1
  # Change Log
2
2
 
3
+ ## 14.34.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5848cca: Update I18nProviders to have the option to pull translations from the CDN package cdn-translations
8
+
9
+ ### Patch Changes
10
+
11
+ - 46714d4: Fix broken "groupSelectsChildren" prop behaviour
12
+
13
+ ## 14.33.0
14
+
15
+ ### Minor Changes
16
+
17
+ - 5da3762: Use custom cell params directly to combine both `cellRendererParams` and `cellRendererSelector.params`
18
+ Use custom cell params directly to combine both `cellEditorParams` and `cellEditorSelector.params`
19
+
20
+ ### Patch Changes
21
+
22
+ - @procore/labs-datetime-select@0.1.3
23
+ - @procore/labs-group-by-select@4.1.0
24
+ - @procore/error-pages@0.2.3
25
+ - @procore/toast-alert@5.1.1
26
+
3
27
  ## 14.32.0
4
28
 
5
29
  ### Minor Changes