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.11.0

19 Jan 14:10
Compare
Choose a tag to compare

Bug Fixes

  • filter-field: Add sanity check for element in case of opening/closing
    panel.
    (9f4f06d)
  • progress-bar: Fix faulty progress calculation when min and max are equal.
    (2f5487e)
  • table: Select all in table headers now aligns correctly in multi-lines.
    (cc83b3d)

Features

  • tag-list: Add show less button.
    (3314eb4)

10.10.0

28 Nov 08:14
Compare
Choose a tag to compare

Features

  • filter-field: Tokenize search term before filtering.
    (6b73811)
  • tag-add: Add possibility to customise add tag button label and overlay
    header independently.
    (09b725f)

10.9.1

27 Oct 11:09
Compare
Choose a tag to compare

Features

  • tag-add: Add possibility to customise add tag button label and overlay
    header independently.
    (67e399b)

10.9.0

27 Oct 08:58
Compare
Choose a tag to compare

Bug Fixes

  • context-dialog: Fixed lack of role for context-dialog host element.
    (96f5a55)
  • drawer: Drawer's close behavior via pressing ESCAPE can now be disabled
    via 'disableClose' boolean flag.
    (03ec177)
  • filter-field: Focus is now placed on 'view more' button after exiting
    filter-field-group detail view.
    (ef4b3b8)

Features

  • chart: Add default aria-label and ability to override it.
    (f045ad2)
  • formatters: Aligned number formatters with defined patterns
    (5e9c845)
  • highlight: Allow highlighting multiple terms in one go
    (152826b)
  • tag-add: Add closed output that emits event when input overlay is closed.
    (e2837b8)

10.8.0

05 Sep 13:21
Compare
Choose a tag to compare

Bug Fixes

  • expandable-panel: Fixed animation state issue when panel is inside a
    container that gets removed from the DOM.
    (efa711a)
  • filter-field: Fixed issue where autocomplete would get out of bounds for
    nested filters.
    (65457c9)
  • quick-filter: Move focus to correct element after View more is triggered.
    (6e7b332)
  • table: Table export prefers data in DS.
    (b2d4413)

Features

  • filter-field: Added keyboard functionality to multiselect dropdown.
    (939fb17)
  • tag: Add aria-label to remove button in dt-tag.
    (0278ac7)
  • tile: Add critical color to tile component
    (a3f03a2)

10.7.7

05 Aug 08:05
Compare
Choose a tag to compare

Bug Fixes

  • filter-field: ClearAll button is now only shown with completed filters.
    (97463c5)

10.7.6

02 Aug 12:37
Compare
Choose a tag to compare

Bug Fixes

  • card: Headings are no longer cut off on Safari on iOS.
    (1500176)
  • filter-field: Clear-all button is now hidden when no filters are applied.
    (aeb7356)
  • formatters: Ensured auto-unit conversion also work for negative values.
    (a17c6c4)

10.7.5

29 Jun 10:14
Compare
Choose a tag to compare

Bug Fixes

  • stacked-series-chart: No data support and heat fields fix
    (ad227a5)

10.7.4

08 Jun 13:26
Compare
Choose a tag to compare

Bug Fixes

  • quick-filter: Fixes issue where long text overflowed container.
    (84b0493)

10.7.3

30 May 09:35
Compare
Choose a tag to compare

Bug Fixes

  • barista: Fixed scrolling to link anchor on page load. Closes APM-366476
    (c36de5d)
  • link: External link icon is scaled correctly in Safari.
    (0995646)
  • quick-filter: Quick filter no longer get tabbed through when drawer is
    closed. Fixes APM-358368
    (b2aa145)
  • select: Fixed incorrect aria-haspopup attribute on host.
    (28f35d0)
  • select: Fixes an issue with role on select.
    (e5c13c5)
  • table: Export handles newlines & expand rows.
    (4a06d1a)