Skip to content

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

v2.0.0

14 Apr 13:54
409b60e
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES

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 1.2.2 before using npx @db-ux/core-migration --type=v100_v200 --src=./src for your project.

Added

Regular changes

Bugfixes

New Contributors

Full Changelog: v1.2.2...v2.0.0

v1.2.2

04 Apr 05:15
fbb0375
Compare
Choose a tag to compare

What's Changed

  • refactor(popover): quick optimization regarding transition timings by @mfranzke in #3976
  • fix: issues with boolean & numbers as strings for web-component frameworks (Stencil, Angular) by @nmerget in #3940
  • fix: issues with form controls not showing proper valid state by @nmerget in #3939

Full Changelog: v1.2.1...v1.2.2

v1.2.1

24 Mar 12:13
62dc365
Compare
Choose a tag to compare

What's Changed

maintenance release

Full Changelog: v1.2.0...v1.2.1

v2.0.0-0-custom-select

17 Mar 12:05
Compare
Choose a tag to compare
Pre-release
fix: issue with stencil dropdown padding

v1.2.0

17 Mar 13:05
8d3c7da
Compare
Choose a tag to compare

What's Changed

Added

Fixed

  • ally: increased weak badge border color contrast by @mfranzke in #3890
  • docs: corrected the definition for full page dark/light mode overwrites by @mfranzke in #3911
  • textarea: scope overflow declaration by @mfranzke in #3945

Full Changelog: v1.1.1...v1.2.0

v2.0.0-0

14 Mar 07:31
6589a60
Compare
Choose a tag to compare
v2.0.0-0 Pre-release
Pre-release

What's Changed

  • fix(ally): increased weak badge border color contrast by @mfranzke in #3890
  • docs: corrected the definition for full page dark/light mode overwrites by @mfranzke in #3911
  • feat: add mainClass to DBPage by @nmerget in #3941

Full Changelog: v1.1.1...v2.0.0-0

v1.1.1

04 Mar 15:30
e76d517
Compare
Choose a tag to compare

What's Changed

  • fix: issue with navigation item not auto closing desktop sub-navigation menu by @nmerget in #3861
  • fix(DBNotification): responsive scaling of fonts by @mfranzke in #3874
  • fix: issue for angular and vue triggered "checked" instead of "value" by @nmerget in #3880
  • refactor: removed unnecessary base-line-height token by @nmerget in #3873
  • docs: mentioning DB Theme by @mfranzke in #3866, #3901 and #3864

Full Changelog: v1.1.0...v1.1.1

v1.1.0

21 Feb 10:59
4ce50d3
Compare
Choose a tag to compare

What's Changed

Added

Fixed

  • 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
  • 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

18 Feb 06:59
28fc6f8
Compare
Choose a tag to compare

What's Changed

  • fix: issues for new sass versions by @nmerget in #3819
  • fix: z-index for popover and tooltip to appear above other elements by @nmerget in #3825

Full Changelog: v1.0.0...v1.0.1

v1.0.0

13 Feb 14:56
d766d31
Compare
Choose a tag to compare

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

Full Changelog: v0.7.4...v1.0.0