v2.1.0
What's Changed
Added
- new colors
light-green
andburgundy
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 filteringtransformSelectedLabels
: FN for custom labelsselectedLabels
: fixed custom labelssearchValue
: 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