@procore/data-table 14.46.4 → 14.47.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 +21 -0
- package/dist/legacy/index.cjs +553 -445
- package/dist/legacy/index.d.cts +7 -3
- package/dist/legacy/index.d.ts +7 -3
- package/dist/legacy/index.js +555 -447
- package/dist/modern/index.cjs +550 -443
- package/dist/modern/index.d.cts +7 -3
- package/dist/modern/index.d.ts +7 -3
- package/dist/modern/index.js +552 -445
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 14.47.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 103bc86: Upgrade cdn-translations package to latest version v1
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- cd6edec: Improve accessibility of the Filters panel:
|
|
12
|
+
- Filter comboboxes now expose an accessible name matching their visible heading via `aria-label`, so screen readers announce e.g. "CE Number - Title" instead of only the placeholder, and the name persists after a value is selected.
|
|
13
|
+
- Filter field labels are rendered as `Label` instead of `H3`, removing them from the heading hierarchy so they no longer outrank their parent accordion section headings.
|
|
14
|
+
- Number filter inputs ("Enter Value") now have distinct, persistent accessible names that identify their purpose and filter group (e.g. "Unit Cost minimum value" / "Unit Cost maximum value" for the "Is Between" operator, and "Unit Cost value" for single-value operators).
|
|
15
|
+
|
|
16
|
+
## 14.46.5
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- a1ea19d: Add `invalidDate` translation key for date filter validation messaging to improve accessibility by showing a visible validation message (not color-only) when input is invalid
|
|
21
|
+
- Updated dependencies [1b2f405]
|
|
22
|
+
- @procore/labs-group-by-select@5.1.1
|
|
23
|
+
|
|
3
24
|
## 14.46.4
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|