Releases: db-ux-design-system/core-web
Releases · db-ux-design-system/core-web
v2.2.3
What's Changed
- fix(test): add guard to ensure that elements are not null to prevent nu reference in boundingRect call by @michaelmkraus in #4386
Full Changelog: v2.2.2...v2.2.3
v2.2.3-getBoundingClientRect
What's Changed
- fix(test): add guard to ensure that elements are not null to prevent nu reference in boundingRect call by @michaelmkraus in #4386
Full Changelog: v2.2.2...v2.2.3-getBoundingClientRect
v2.2.2
v2.2.2-intersectionobserver
What's Changed
Full Changelog: v2.2.1...v2.2.2-intersectionobserver
v2.2.1
What's Changed
Fixed
- checkbox: adjust required asterisk spacing to bring it directly to the label by @michaelmkraus in #4278
- issue with popover & tooltip using it in pure html css by @nmerget in #4360
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
Added
- feat: add
field-sizing
for input and textarea by @nmerget in #4254
Changed
Fixed
- fix: select warnings by @michaelmkraus in #4291
- fix: issue for popover components inside overflow container by @nmerget in #4244
Full Changelog: v2.1.2...v2.2.0
v2.1.2
What's Changed
Fixes
- missed PRs contents out of „opacity tokens“, that should have been part of v2.1.0, by @nmerget in #4269
- backdrop opacity to use new opacity token for documentation
Documentation
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
Fixed
- focus outline for input calendar by @nmerget in #4202
- Tabs: only set
aria-controls
attribute when tab panels exist by @michaelmkraus in #4270 - Impossible to change the DBSelect value when the validation is invalid by @nmerget in #4260
- removed
stopPropagation
for every event to fix issue with<form>
by @nmerget in #4280
Full Changelog: v2.1.0...v2.1.1
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
v2.0.10-popover
Prerelease to test popover and tooltip