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

Releases: dynatrace-oss/barista

11.0.2

24 Jul 09:14
Compare
Choose a tag to compare

Bug Fixes

  • icons: Reverted color change for icons to prevent breaking.
    (89a4d84)

11.0.1

26 Jun 08:51
Compare
Choose a tag to compare
chore: Bump version to 11.0.1 w/ changelog

10.15.1

14 Jun 07:21
Compare
Choose a tag to compare
chore: Bump version to 10.15.1 w/ changelog

11.0.0

12 Jun 10:09
Compare
Choose a tag to compare

BREAKING CHANGES

  • Update all Angular packages to version 13
  • Table and TreeTable constructor parameters have changed. Previously optional
    parameters are now required.
  • Refactored ClientRect types to DOMRect type.

10.15.0

27 Apr 09:05
Compare
Choose a tag to compare
chore: Bump version to 10.15.0 w/ changelog

10.14.1

06 Apr 09:43
Compare
Choose a tag to compare

Bug Fixes

  • filter-field: Fixes an issue where title overlays are now consistently
    shown.
    (1523133)

10.14.0

04 Apr 11:57
Compare
Choose a tag to compare

Bug Fixes

  • chart-heatfield: Set min-width for marker heatfield.
    (55350a9)
  • filter-field: Fixes an issue where two overlays were shown.
    (ce12e8c)

Features

  • icon: Aligned default color for icons when no color is given.
    (effb5f5)

10.13.0

27 Feb 11:05
Compare
Choose a tag to compare

Bug Fixes

  • form-field: Fixes an issue with the form field not picking up the DtHint
    directive correctly.
    (c798bd8)

Features

  • stacked-series-chart: Disabled node.
    (169d3e9)

10.12.0

20 Feb 11:13
Compare
Choose a tag to compare

Bug Fixes

  • container-breakpoint-observer: Changed the calculation of breakpoint to
    rely on measurements returned by the IntersectionObserverEntry.
    (c94dde1)
  • container-breakpoint-observer: Decreased threshold by a small amount to
    account for subpixel rendering issues.
    (e6377f5)
  • copy-to-clipboard: Fixes an issue where clipboard value was not update.
    (4ed465d)
  • core: Fixes an issue with access to group of undefined in the Options.
    (24328cd)

Features

  • copy-to-clipboard: Made it possible to disable the copy button
    (f7132ed)
  • form-field: DtHint Directive can now be applied by attribute selectors as
    well.
    (368ca24)

10.11.1

06 Feb 11:50
Compare
Choose a tag to compare

Bug Fixes

  • container-breakpoint-observer: Changed the calculation of breakpoint to
    rely on measurements returned by the IntersectionObserverEntry.
    (d591ee9)
  • copy-to-clipboard: Fixes an issue where clipboard value was not updated.
    (ae1fa41)