Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Releases: dynatrace-oss/barista

10.7.2

04 May 09:35
Compare
Choose a tag to compare

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

21 Apr 08:57
Compare
Choose a tag to compare

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

20 Apr 07:19
Compare
Choose a tag to compare

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

07 Apr 09:01
Compare
Choose a tag to compare

Bug Fixes

  • link: Fixes a regression in the placement of the external link icon.
    (07c76ba)
  • secondary-nav: Fixes an issue with updated active links in sections not
    applying section active class correctly.
    (b358222)

10.6.1

29 Mar 11:26
Compare
Choose a tag to compare

Bug Fixes

  • link: Fixed external link icon in dark mode
    (b610adc)
  • select: Updated outline width when inside a form field
    (76cfda7)

10.6.0

22 Feb 10:05
Compare
Choose a tag to compare

Bug Fixes

  • combobox: Fixes an issue with input being reset if selection is null
    (eb0f8f9)
  • core: Improved null check for sanitizer.
    (d86c24f)

Features

  • stacked-series-chart: Improvements
    (347c3fe)

10.5.2

17 Feb 08:49
Compare
Choose a tag to compare

Bug Fixes

  • core: Improved null check for sanitizer.
    (b14bbac)

10.5.1

16 Feb 13:23
Compare
Choose a tag to compare

Bug Fixes

  • charts: Removed dependency of dompurify in favor of angular sanitizer.
    (053dde1)

10.5.0

08 Feb 08:34
Compare
Choose a tag to compare

Bug Fixes

  • overlay: Fixes an issue with afterExit not being called when the overlay
    closes on scroll.
    (ddd567b)

Features

  • table: Update experimental export as CSV functionality.
    (d0f9a64)

11.0.0-rc.1

31 Jan 09:33
Compare
Choose a tag to compare
11.0.0-rc.1 Pre-release
Pre-release

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.