@procore/data-table 14.6.0 → 14.8.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,23 @@
1
1
  # Change Log
2
2
 
3
+ ## 14.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 7be612d76: Add `paginateChildRows` prop for grouped server-side table pagination
8
+
9
+ ## 14.7.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 9c9f6d6d4: Refactors project to be type "module".
14
+
15
+ ### Patch Changes
16
+
17
+ - 051f318d4: Fixed header text wrapping to 4 lines
18
+ - 88f23884c: Update useRowSelectionState to get row nodes instead of using stale ref data for SSRM.
19
+ - d96b401d7: Fix overflow issue in Line Numbers
20
+
3
21
  ## 14.6.0
4
22
 
5
23
  ### Minor Changes