Releases: db-ux-design-system/core-web
Releases · db-ux-design-system/core-web
v1.1.0
What's Changed
- fix: issue with angular input type=date resetting by using "0" by @nmerget in #3830
- fix: issues with switch and checked state by @nmerget in #3831
- fix: issues with tab-item not triggering on every change with "onChange" by @nmerget in #3832
- feat: add new event for tabs by @nmerget in #3833
- fix: improve react typescript support by using correct HTMLAttributes by @nmerget in #3836
- fix: issue with custom events for react by @nmerget in #3849
- fix: issue with animation for accordion by @nmerget in #3850
- fix: issue with checkbox and radio not reacting in every framework by @nmerget in #3848
Full Changelog: v1.0.1...v1.1.0
v1.0.1
v1.0.0
What's Changed
BREAKING CHANGES
We switched from db-ui
(DB UX Design System v2) GitHub organisation to db-ux-design-system
(DB UX Design System v3).
We updated all packages to use the new node package scope @db-ux
instead of the old @db-ui
.
Please have a look at our migration guide to see all changed packages checkout. You'll find the current migration script there as well.
Make sure to upgrade to version 0.7.4
before using npx @db-ux/core-migration --type=v007_v100 --src=./src
for your project.
Changes & fixes
- docs: update docs for icon autocomplete by @nmerget in #3784
- refactor: tag component to improve ux by @nmerget in #3748
- refactor: align color scheme and container by @nmerget in #3770
- refactor: component properties for alpha components by @nmerget in #3713
- refactor: stable renaming by @nmerget in #3808
Full Changelog: v0.7.4...v1.0.0
v1.0.0-test
fix: issue with publish-npm.js
v0.7.4
v0.7.4-tags
chore: update snapshots
v0.7.3
What's Changed
- feat: add headline sizes as css class to overwrite headlines on purpose by @nmerget in #3500
- fix: some issues for mobile layouts by @nmerget in #3455
- feat: changed import/exports of foundations and components to allow "exports" in
package.json
by @nmerget in #3759 - feat: add tailwind v4 theme by @nmerget in #3749
Full Changelog: v0.7.2...v0.7.3
v0.7.2-icon-export
fix: issue with wrong path for foundation tests