Skip to content

Commit d542674

Browse files
authored
ci: 3.0 release
BREAKING CHANGES refactor: removed aria attributes which have a 1:1 mapping #4476 refactor: align how to use a DBCard as button or link #4506 refactor: variables for transparent-hovered/-pressed #4565 refactor: 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 feat: add trailing icon for button #4474 (BREAKING CHANGE when integrated HTML code directly) refactor: 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 to the iconset: updated DB UX Theme with removed, renamed and new icons Added feat: add trailing icon for button #4474 feat: add multiple property for input[type=file] #4513 feat: add link property wrap #4540 feat: added playground page #4551 Changed refactor: use button type for react and vue based on click listener #4490 chore: remove button state property #4501
2 parents f8fd34d + c09d8b5 commit d542674

File tree

311 files changed

+2027
-714
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

311 files changed

+2027
-714
lines changed

.config/.jscpd.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"reporters": ["console"],
44
"minTokens": 65,
55
"ignore": [
6+
"showcases/patternhub/public/assets/images/*.svg",
67
"**/.angular/**",
78
".history/**",
89
"**/__snapshots__/**",

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ body:
99
value: |
1010
Thank you for taking the time to fill out this bug report! Feedback from the community is highly valuable to us, as it helps improve our work and benefits all users. 🙂
1111
12+
We would be more than happy if you could share a URL if the problem occurs in our [documentation](https://design-system.deutschebahn.com/core-web/), or at least some code. Even better would be a [working example on StackBlitz or CodeSandbox](https://design-system.deutschebahn.com/core-web/version/latest/foundations/playgrounds). Please keep in mind not to share any internal information or data this way. This includes internal URLs. Only use sample material.
13+
1214
- type: checkboxes
1315
id: component
1416
attributes:

README.md

Lines changed: 1 addition & 0 deletions
-2 Bytes
3 Bytes

0 commit comments

Comments
 (0)