This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Releases: dynatrace-oss/barista
Releases · dynatrace-oss/barista
10.7.2
Bug Fixes
- autocomplete,filter-field: Add aria label to the autocomplete. Closes
APM-357936
(5f12795) - card: Reflow of title actions is now possible at small screen sizes.
Closes APM-358314
(abeb9be) - loading-distractor: Loading distractor text is now announced by screen
readers.
(9181d8e) - table,icon: Added aria-label to the sort icon. Closes 358137
(2f49c4c)
10.7.1
Bug Fixes
- confirmation-dialog: Apply correct aria-role to confirmation dialog.
(da430a7) - filter-field: Add represenative titles to filter-field-tag buttons.
(f858d1a) - filter-field: Connect visible label and form-element for accessibility.
(14bf135) - filter-field: Fixes an issue with aria-expanded on autocompletes.
(f97c4f6) - filter-field: Fixes an issue with roles on the filter-field-tag.
(e430ca9) - progress-bar: Expose aria-label and aria-labelledby props.
(7199b45) - quick-filter: Add fieldsets to selection groups for accessibility.
(cf5e561) - table: Favorite column button now announces pressed state.
(15f5f9a) - table: Fixed role of the header row.
(b2a269e) - table: Provide aria-label text for favorite column button.
(3b06ec9)
10.7.0
Bug Fixes
- expandable-section: Fix issue where input focus was truncated if inside
expandable-section.
(b6df10a) - filter-field: Fixes an issue where the displayed label in edit mode might
overflow in certain cases.
(e2d9e41) - filter-field: Make clear all filter keyboard accessible.
(4099d69) - link: Fixed external link icon in dark mode
(eec1750) - link: Fixes a regression in the placement of the external link icon.
(a2a3fd8) - progress-bar,overlay: Fix focus monitoring on overlay trigger.
(59d3281) - quick-filter: Keep focus on toggle when triggered with keyboard.
(0034b7c) - secondary-nav: Fixes an issue with updated active links in sections not
applying section active class correctly.
(7b7becc) - select: Updated outline width when inside a form field
(845e959)
Features
- table: Further updates to export as CSV
(484572b)
10.6.2
10.6.1
10.6.0
10.5.2
10.5.1
10.5.0
11.0.0-rc.1
BREAKING CHANGES
- Update all Angular packages to version 13
- Table and TreeTable constructor parameters have changed. Previously optional
parameters are now required. - Added
dompurify
as a peerDependency for sanitization calls. - Refactored ClientRect types to DOMRect type.