@procore/data-table 14.16.0 → 14.18.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,25 @@
1
1
  # Change Log
2
2
 
3
+ ## 14.18.0
4
+
5
+ ### Minor Changes
6
+
7
+ - af076176b: Increase clickable area on links when link element less that 48px to increase usability
8
+ - c720219af: Default render for quickFilterRenderer components
9
+ - 86db34d66: Fix clickability for interactive elements in empty state overlays
10
+ - 6dd283ead: Add tooltip for GroupBySelect on hover
11
+
12
+ ## 14.17.0
13
+
14
+ ### Minor Changes
15
+
16
+ - d034e19666: Implement ability to sort filters alphabetically
17
+ - 51578b737a: Corrected the rendering of the external link icon in the `SelectCell` component
18
+
19
+ ### Patch Changes
20
+
21
+ - 9949dc0ed0: Fixing issue with expanded rows persistence opening all groups when the route is an object
22
+
3
23
  ## 14.16.0
4
24
 
5
25
  ### Minor Changes