Skip to content

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

v3.0.2-copilot3

30 Jul 09:27

Choose a tag to compare

v3.0.2-copilot3 Pre-release
Pre-release

What's Changed

  • docs: corrected path and README by @mfranzke in several commits

Full Changelog: v3.0.2-copilot2...v3.0.2-copilot3

v3.0.2-shell4

29 Jul 19:34
bdb351c

Choose a tag to compare

v3.0.2-shell4 Pre-release
Pre-release
auto update snapshots (#4644)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v3.0.2-shell3

29 Jul 15:40

Choose a tag to compare

v3.0.2-shell3 Pre-release
Pre-release
fix: issue with drawer and sub-navigation

v3.0.2-shell2

29 Jul 15:15

Choose a tag to compare

v3.0.2-shell2 Pre-release
Pre-release
chore: update whitelabel icon font

v3.0.2-shell

29 Jul 14:11

Choose a tag to compare

v3.0.2-shell Pre-release
Pre-release
fix: issue with patternhub

v3.0.2-copilot2

25 Jul 09:43

Choose a tag to compare

v3.0.2-copilot2 Pre-release
Pre-release
chore: improve some ai related stuff

v3.0.2-copilot

25 Jul 06:18

Choose a tag to compare

v3.0.2-copilot Pre-release
Pre-release
chore: add agent-cli to build outputs

v3.0.2

24 Jul 08:40
bf5d116

Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

23 Jul 14:29
6b576f2

Choose a tag to compare

What's Changed

  • fix(DBLink): leading/trailing whitespace when using icons (by mitosis update) by @nmerget in #4310
  • fix: issues custom-select no result message when loading by @nmerget in #4608
  • chore: update index.ts to provide all prop types by @nmerget in #4609
  • fix(DBCustomSelect): placeholder colliding with selected value by @mfranzke in #4611
  • fix: rendering empty aria-describedby attributes by @nmerget in #4610

Full Changelog: v3.0.0...v3.0.1

v3.0.0

21 Jul 12:13
d542674

Choose a tag to compare

What's Changed

BREAKING CHANGES

Please have a look at our migration guide to see all changed packages. You'll find the current migration script there as well.

  • removed aria attributes which have a 1:1 mapping (#4476)
  • align how to use a DBCard as button or link (#4506)
  • variables for transparent-hovered/-pressed (#4565)
  • changed and added container and screen sizes (#4486)
  • renamed the data-icon-after and data-icon-before properties to data-icon-trailing and data-icon-leading with #4474 (BREAKING CHANGE when integrated HTML code directly)
  • renamed data-hide-icon to data-show-icon to match property (#4568) (BREAKING CHANGE when integrated HTML code directly)

Besides our main library, we've updated the DB Theme with changes in the iconset (@db-ux/db-theme-icons node package) with removed, renamed and new icons:

Added

  • trailing icon for button (#4474)
  • multiple property for input[type=file] (#4513)
  • link property wrap (#4540)
  • docs: playgrounds page (#4551)

Changed

  • use button type for react and vue based on click listener (#4490)
  • remove button state property (#4501)

New Contributors

Full Changelog: v2.4.4...v3.0.0