Skip to content

Releases: db-ux-design-system/core-web

v2.2.3

17 Jun 07:48
932cb56
Compare
Choose a tag to compare

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

16 Jun 09:41
Compare
Choose a tag to compare
Pre-release

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

16 Jun 08:38
23ae259
Compare
Choose a tag to compare

What's Changed

Fixed

  • fix(test): feature detection for IntersectionObserver by @mfranzke in #4378

Full Changelog: v2.2.1...v2.2.2

v2.2.2-intersectionobserver

14 Jun 09:19
Compare
Choose a tag to compare
Pre-release

What's Changed

  • fix(test): feature detection for IntersectionObserver by @mfranzke in #4378

Full Changelog: v2.2.1...v2.2.2-intersectionobserver

v2.2.1

11 Jun 20:39
faec215
Compare
Choose a tag to compare

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

10 Jun 12:34
10450e4
Compare
Choose a tag to compare

What's Changed

Added

Changed

  • refactor: replace slow performing CSS selectors by @mfranzke in #2968

Fixed

Full Changelog: v2.1.2...v2.2.0

v2.1.2

28 May 12:45
fdacb4c
Compare
Choose a tag to compare

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

  • docs: add dark light switcher for patternhub by @nmerget in #4261

Full Changelog: v2.1.1...v2.1.2

v2.1.1

27 May 11:07
424537a
Compare
Choose a tag to compare

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

26 May 15:26
64081ef
Compare
Choose a tag to compare

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

v2.0.10-popover

23 May 11:28
d7e8b9a
Compare
Choose a tag to compare
v2.0.10-popover Pre-release
Pre-release

Prerelease to test popover and tooltip