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