Releases: db-ui/mono
v0.2.1
What's Changed
- feat: adds scss vars and custom props for weak current-colors by @bruno-sch in #2761
- fix: wrong property for notification by @nmerget in #2758
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- fix: fixes layout of db switch by @bruno-sch in #2759
- feat: add additional colors by @nmerget in #2692
Full Changelog: v0.1.7...v0.2.0
v0.1.7
v0.1.6
What's Changed
- fix: issue for marketingportal and overview pages by @nmerget in #2674
- docs: update HTML.md files to remove unused ids by @nmerget in #2688
- fix: missing alignment property (center) by @nmerget in #2689
- chore: update icons by @nmerget in #2693
- feat: changed the consumption how to import required styles by @nmerget in #2612
- docs: replace some code formatting by bold formatting by @bruno-sch in #2700
- docs: adds timing variables to migration guide by @bruno-sch in #2721
- fix: issue with backdrop color by @nmerget in #2752
- chore(docs): added links by @mfranzke in #2748
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- test: add a11y tests to showcases by @nmerget in #2581
- test: add sa11y to showcases to find some a11y issues by @nmerget in #2646
- docs: update patternhub to work with next/previous page and breadcrumb by @nmerget in #2668
- fix(docs): issue for patternhub included inside iframe by @nmerget in #2673
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
we needed to make a small correction to the db-section
components attributes: https://github.com/db-ui/mono/blob/main/docs/migration/alpha-beta.md?plain=1#L46
- fix: issues with header with wrong spacings and dividers based on slots by @nmerget in #2611
- fix: issue with
v-model
by @nmerget in #2627 - feat: add additional enum arrays for better TS support by @nmerget in #2639
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
v0.1.1
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