Skip to content

v2.1.0

Compare
Choose a tag to compare
@mfranzke mfranzke released this 26 May 15:26
· 67 commits to main since this release
64081ef

What's Changed

Added

  • new colors light-green and burgundy by @michaelmkraus in #4253
  • DBTooltip: introduced variant="description"|"label" property, that controls whether tooltip content is either connected as a complementary description or as a label (overwriting the inner, visible content, like e.g. an graphic/icon).
  • opacity tokens by @nmerget in #4269

Changed

  • DBCustomSelect: improvements for custom-select by @nmerget in #4200
    • searchFilter: FN for custom filtering
    • transformSelectedLabels: FN for custom labels
    • selectedLabels: fixed custom labels
    • searchValue: search filter value
  • DBTag: replace title-HTML-attribute for removable tag with DBTooltip by @nmerget in #4218
    • In case that you're integrating the HTML directly or testing against the resulting HTML code, this would be a BREAKING CHANGE

Fixed

  • DBDrawer: missing border for drawer by @nmerget in #4259
  • DBTag: styling issues for remove button inside tag by @nmerget in #4256
  • typescript issue for DBIcon (internal component) for variant by allowing all strings by @nmerget in #4257

Full Changelog: v2.0.10...v2.1.0