You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/blog/2023-06-08.mdx
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,18 +14,24 @@ Die wichtigsten Änderungen sind:
14
14
15
15
- Verbesserungen
16
16
- Refactorings
17
-
- Vereinheitlichung von Komponenten-Eigenschaften (siehe <KolLink_href="/docs/concepts/properties"_label="Eigenschaften" />-Konzept)
17
+
- Vereinheitlichung von Properties der Komponenten (siehe <KolLink_href="/docs/concepts/properties"_label="Eigenschaften" />-Konzept)
18
18
-`_alignment` vom Popover in `_align` umbenannt
19
19
- Typ `Alignment` wurde intern in `Align` umbenannt
20
20
-`_label` wird in Version 2 folgende Properties ersetzen:
21
21
-`_aria-label` von Breadcrumb, Button, ButtonLink, Icon, Link, LinkButton, Modal, Nav, SkipNav, SplitButton, Symbol und Tabs
22
-
-~~`_caption` von Quote und Table~~
22
+
-`_caption` von Quote und Table
23
23
-`_heading` von Accordion, Alert, Card und Toast
24
24
-`_headline` von Card
25
-
-`_quote` von Quote
25
+
-`_quote` von Quote (?)
26
26
-`_summary` von Details
27
27
-`_symbol` von Symbol
28
28
-`_title` von Abbr
29
+
- Properties, die zukünftig nicht mehr benötigt werden
30
+
-`_has-footer` von Card
31
+
-`_height_` von Select
32
+
-`_icon-align` ...
33
+
-`_part` ...
34
+
-`_show-dropdown` ...
29
35
- Expert-Slot
30
36
- Alle Inputs-, Select- und Textarea-Komponenten haben nun einen Expert-Slot und das `_label` ist Pflicht. Wenn das `_label=""` leer bleibt, dann wird das Label über den Slot, wie gewohnt angezeigt.
0 commit comments