@procore/data-table 14.29.0 → 14.31.0-cdn.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,35 @@
1
1
  # Change Log
2
2
 
3
+ ## 14.31.0
4
+
5
+ ### Minor Changes
6
+
7
+ - bcef666: Introduce `debounceDelay` prop to `ServerSideDataTable.Search` components, allowing customization of debounce timing for search input.
8
+
9
+ ### Patch Changes
10
+
11
+ - 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
+ - Updated dependencies [a9ac0ff]
21
+ - @procore/labs-datetime-select@0.1.2
22
+ - @procore/labs-group-by-select@4.0.1
23
+ - @procore/error-pages@0.2.2
24
+ - @procore/toast-alert@5.1.1
25
+
26
+ ## 14.30.0
27
+
28
+ ### Minor Changes
29
+
30
+ - 89a9228: PDT clientside configuration panel now displays its children.
31
+ - b7410b4: add optional prop `excludeGroupRowCount` to BulkActions component
32
+
3
33
  ## 14.29.0
4
34
 
5
35
  ### Minor Changes