@procore/data-table 14.45.0 → 14.46.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 +6 -0
- package/dist/legacy/index.cjs +205 -49
- package/dist/legacy/index.d.cts +2 -0
- package/dist/legacy/index.d.ts +2 -0
- package/dist/legacy/index.js +205 -49
- package/dist/modern/index.cjs +204 -49
- package/dist/modern/index.d.cts +2 -0
- package/dist/modern/index.d.ts +2 -0
- package/dist/modern/index.js +204 -49
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 14.46.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 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`.
|
|
8
|
+
|
|
3
9
|
## 14.45.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|