@procore/data-table 14.46.0 → 14.46.2
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 +19 -0
- package/dist/legacy/index.cjs +311 -163
- package/dist/legacy/index.d.cts +6 -1
- package/dist/legacy/index.d.ts +6 -1
- package/dist/legacy/index.js +311 -163
- package/dist/modern/index.cjs +307 -163
- package/dist/modern/index.d.cts +6 -1
- package/dist/modern/index.d.ts +6 -1
- package/dist/modern/index.js +307 -163
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 14.46.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 064caac: Fixed cell validation for group header nodes if they are editable
|
|
8
|
+
- fb77dbc: - fix — Update translation key for number filter and add "Is Equal To" tests
|
|
9
|
+
- docs/chore - Update README and enable locale-switching for Storybook configuration for Data Table components
|
|
10
|
+
- 2812fff: Fix keyboard accessibility for group expand/collapse controls (WCAG 2.1.1).
|
|
11
|
+
|
|
12
|
+
- Replace `<Box role="button">` GroupCaret with a native `<button>` element that supports keyboard interaction (Enter/Space), includes `aria-expanded`, and has focus-visible styling.
|
|
13
|
+
- Replace `<div role="button">` header expand/collapse-all toggle with a native `<button>` element that supports keyboard interaction, includes `aria-expanded`, and forwards keyboard events from the AG Grid header cell.
|
|
14
|
+
|
|
15
|
+
## 14.46.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 1f5e905: Add aria-label for search input of data-table
|
|
20
|
+
- c361714: Fix multiple SuperSelect quick filter not being keyboard focusable, aria attributes to the trigger container, and clear button layout location
|
|
21
|
+
|
|
3
22
|
## 14.46.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|