Skip to content

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

Tags

v2.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add `position` for DBDrawer to control the css behavior (#4470)

* feat: add `position` for DBDrawer to control the css behavior

* auto update snapshots (#4471)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update packages/components/src/components/drawer/model.ts

Co-authored-by: Michael Kraus <michael.m.kraus@deutschebahn.com>

* auto update snapshots (#4473)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael Kraus <michael.m.kraus@deutschebahn.com>

v2.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(css): added logical overflow properties (#4383)

* feat(css): added logical overflow properties

* refactor: added PostCSS plugin

* refactor: let's postcss more files

* refactor: removed that plugin again

* refactor: removed to a duplicate declaration

* refactor: reverted package lock file

* refactor: reverted that files contents

v2.4.0-0

feat(datalist): possibility to provide a hidden value

v2.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: updated DB UX Theme (#4406)

for retrieving new icons

v2.2.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: issue with stylelint changing imports for tailwind (#4391)

v2.2.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: issue with stylelint changing imports for tailwind (#4391)

v2.2.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(): add guard to ensure that elements are not null to prevent null… (

#4386)

* fix(): add guard to ensure that elements are not null to prevent null reference in boundingRect call

* fix(): add unit tests for getFloatingProps

---------

Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>

v2.2.3-getBoundingClientRect

fix(): add guard to ensure that elements are not null to prevent null…

… reference in boundingRect call

v2.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: feature detection for IntersectionObserver (#4378)

v2.2.2-intersectionobserver

fix: feature detection for IntersectionObserver