Releases: db-ui/mono
Releases · db-ui/mono
v0.1.0
What's Changed
We needed to introduce some more breaking changes, especially by changing all colors, the whole color-consumption and most of the icon names by #1897
You might not be affected on the migration from 0.0.x
version to 0.1.0
at all, e.g. if you don't use any of the icons or don't set any colors yourself.
We've listed all relevant changes so that you could easily go through and make all necessary adaptions to your codebase:
https://github.com/db-ui/mono/blob/main/docs/migration/alpha-beta.md
Further included issues within this release:
- fix: Solid button incorrect #325
- docs: missing documentation for navigation directives #2454
- docs: missing
value
to setopenDrawer
ref by @bruno-sch in #2517 - docs: vue navigation-item wraps each router-link by @bruno-sch in #2519
- docs: merges navigation and navigation item overview within patternhub by @bruno-sch in #2500
- fix: changes border radius to
sm
by @bruno-sch in #2501 - chore: rename
tab
totab item
by @bruno-sch in #2491 - feat: add
typescript
support forvue
by @nmerget in #2518 - feat: add/replace icons to match with current figma library by @nmerget in #2427
- fix: issue with copy-button in patternhub by @nmerget in #2520
- refactor: brand component by @nmerget in #1937
- fix: removes local sources for font faces by @bruno-sch in #2531
- fix: adds show pulse to navigation item on root level by @bruno-sch in #2533
Full Changelog: v0.0.72...v0.1.0
v0.0.72
What's Changed
- fix(logo): corrected duplicated files contents by @mfranzke in #2490
- chore: prepare patternhub to use static assets provided by react sc by @nmerget in #2342
- docs: update
properties.mdx
for icons by @nmerget in #2483 - fix: wrong/missing react attributes by @nmerget in #2337
- docs: update overview for checkbox and radio by @nmerget in #2484
- feat: add auto close to nav-item inside header and main-navigation by @nmerget in #2344
- fix: issue with
user-valid
for form-components by @nmerget in #2496 - docs: removed custom events from Readmes by @nmerget in #2498
Full Changelog: v0.0.71...v0.0.72
v0.0.71
What's Changed
- docs: standarized the elements labels order by @mfranzke in #2470
- fix: issue with wrong popover distance by @nmerget in #2473
- docs: made some adaptions to QS feedback by @mfranzke in #2467
- feat: tabs design changes by @bruno-sch in #2432
- docs: mention routers for frameworks by @bruno-sch in #2378
- fix: links with foundation
README
by @nmerget in #2487 - fix: issue with properties page for patternhub by @nmerget in #2486
- fix: issue with wrong tooltip distance by @nmerget in #2485
- docs: merge
accordion
andaccordion item
docs by @nmerget in #2482
Full Changelog: v0.0.70...v0.0.71
v0.0.70
What's Changed
- docs: add information for angular output hash issue by @nmerget in #2414
- feat: new popover by @nmerget in #2379
- feat: accordion design changes by @bruno-sch in #2394
- fix(docs): height calculation for embedded documentation within Marketingportal by @mfranzke in #2416
Full Changelog: v0.0.69...v0.0.70
v0.0.69-beta
Merge remote-tracking branch 'origin/feat-color-palette' into feat-co…
v0.0.69
What's Changed
- docs: adjust naming by @snahn2209 in #2340
- docs: ✏️ added general getting started files by @mfranzke in #764
- fix: minor issues with sub-navigation by @nmerget in #2331
- docs(tag): separate radio groups contain the same
name
for inputs by @mfranzke in #1963 - fix: issue with accordion with single behaviour by @nmerget in #2361
- fix: wrong
focus
outline
offset by @nmerget in #2362 - docs: hide icon and page from patternhub by @nmerget in #2363
- fix: issue with
aria-current
for navigation-items and sub-navigation by @nmerget in #2259 - refactor: change badge default size by @snahn2209 in #2390
- fix: issue with exporting angular directives by @nmerget in #2404
- fix: adds types to exports in
package.json
by @bruno-sch in #2407
New Contributors
- @bruno-sch made their first contribution in #2407
Full Changelog: v0.0.68...v0.0.69
v0.0.68-beta2
Merge branch 'main' into feat-color-palette
v0.0.68-beta
chore: update package-lock.json
v0.0.68
What's Changed
- fix: issue with defaultValue for input floating label by @nmerget in #2338
- docs: removed component list to reduce maintenance by @nmerget in #2343
- refactor:
pattern hub
is not able to process a whitespace in a variantsname
by @mfranzke in #1693 - fix: issue with generating uuid for every fragment by @nmerget in #2351
Full Changelog: v0.0.67...v0.0.68
v0.0.67-palette2
fix: issues with validation for form-components