Releases: db-ui/core
Releases · db-ui/core
v2.11.4
v2.11.3
v2.11.2
What's Changed
- fix: incorrectly not inheriting values within
details
elements by @mfranzke in #495 - build(deps): bump @db-ui/base from 0.22.1 to 0.22.2 by @dependabot in #499
- fix(illustrative icons): incorrect syntax by @mfranzke in db-ui/base#351
Full Changelog: v2.11.1...v2.11.2
v2.11.1
v2.11.0
What's Changed
@juthilo thankfully has detected that we had some code leftover that lead to a set margin-top on inputs, which shouldn't be defined anymore. This shouldn't influence your applications as it most likely has been overwritten already by most consuming applications, but we at least wanted to flag it.
- Fix #391: Remove margin-top from input by @juthilo in #392
- fix(docs): input typo by @pschaub in #456
- build(deps): bump
@db-ui/base
from0.21.6
to0.21.7
by @dependabot in #464- fix: aligned tailwind
screens
tokens with Marketingportal definitions by @mfranzke in db-ui/base#328
- fix: aligned tailwind
- build(deps): bump
@db-ui/base
from0.21.7
to0.22.1
by @dependabot in #472 and #473- refactor: updated icon fonts by @mfranzke in db-ui/base#337
- Changed illustrative icons filenames
db_ic_il_db_trainstation_with_train.svg
renamed todb_ic_il_db_train_station_with_train.svg
db_ic_il_db_trainstation.svg
renamed todb_ic_il_db_train_station.svg
- Changed illustrative icons filenames
- refactor: updated icon fonts by @mfranzke in db-ui/base#337
- feat: added new icons by @mfranzke in #468
New Contributors
Full Changelog: v2.10.2...v2.11.0
v2.10.2
What's Changed
- fix(button): active disabled state visualization by @mfranzke in #443 as reported by @pschaub
- refactor: radio and checkbox simplification and correction by @mfranzke in #446
- fix: required radio elements displayed as invalid by @mfranzke in #431 as reported by @pschaub
- fix: we shouldn't use px on html tag at all by @mfranzke in #450
- fix: form field validation for variants by @mfranzke in #436
Full Changelog: v2.10.1...v2.11.0
v2.10.1
What's Changed
- fix(radio): thick border is only supposed to get used on checked state by @mfranzke in #432
- build(deps): bump @db-ui/base from 0.21.5 to 0.21.6 by @dependabot in #434
- fix: fonts for tailwind #315 by @pschaub in db-ui/base#316
- fix: prevented fill-rule="evenodd" within SVG files for icon font rendering by @mfranzke in db-ui/base#319
Full Changelog: v2.10.0...v2.10.1
v2.10.0
What's Changed
- refactor(language switcher): switched to a11y compliant HTML by @mfranzke in #417
We'd like to recommend to make those meaningful migrations when using thelanguage switcher
component with hyperlinks included:- remove role="listbox" from
<ul class="cmp-language-switcher"
HTML tag - remove role="option" from
<li
HTM tags and replacearia-selected="true"
byaria-current="page"
for the active/selected language
- remove role="listbox" from
- fix:
data-variant
overwrites (in)valid border colors by @mfranzke in #422
Full Changelog: v2.9.0...v2.10.0