@procore/data-table 14.45.0 → 14.46.1

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,18 @@
1
1
  # Change Log
2
2
 
3
+ ## 14.46.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 1f5e905: Add aria-label for search input of data-table
8
+ - c361714: Fix multiple SuperSelect quick filter not being keyboard focusable, aria attributes to the trigger container, and clear button layout location
9
+
10
+ ## 14.46.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 538bb90: Added auto focus on filters content's first focusable element when the filter panel is opened. Focus moves back to the 'Filters' button when the filters panel is closed. Added `aria-expanded` and `aria-controls` attributes for filters `ToggleButton`.
15
+
3
16
  ## 14.45.0
4
17
 
5
18
  ### Minor Changes