Skip to content

v3.0.0

Choose a tag to compare

@mfranzke mfranzke released this 21 Jul 12:13
· 413 commits to main since this release
d542674

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