Releases: dynatrace-oss/barista
Releases · dynatrace-oss/barista
11.0.2
Bug Fixes
- icons: Reverted color change for icons to prevent breaking.
(89a4d84)
11.0.1
chore: Bump version to 11.0.1 w/ changelog
10.15.1
chore: Bump version to 10.15.1 w/ changelog
11.0.0
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
chore: Bump version to 10.15.0 w/ changelog
10.14.1
Bug Fixes
- filter-field: Fixes an issue where title overlays are now consistently
shown.
(1523133)
10.14.0
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
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
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
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)