File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,35 @@ export default MDXLayout;
4
4
5
5
# Release Notes
6
6
7
+ ## v0.4.0
8
+
9
+ ### New components
10
+
11
+ * [ Accordion] ( ?path=/docs/accordion--docs )
12
+ * [ Disclosure] ( ?path=/docs/disclosure--docs )
13
+ * [ Card] ( ?path=/docs/card--docs )
14
+ * [ CardView] ( ?path=/docs/cardview--docs )
15
+ * [ SegmentedControl] ( ?path=/docs/segmentedcontrol--docs )
16
+ * [ Table] ( ?path=/docs/table--docs )
17
+
18
+ ### Updates
19
+
20
+ * [ ProgressBar] ( ?path=/docs/progressbar--docs ) : Support side label, update edges to be rounded, and support custom widths
21
+ * [ ProgressCircle] ( (?path=/docs/progresscircle--docs) ) : Update edges to be rounded
22
+ * [ Badge] ( ?path=/docs/badge--docs ) : Add subtle and outline fill variants
23
+ * [ Breadcrumbs] ( ?path=/docs/breadcrumbs--docs ) : Add collapse behavior
24
+ * [ Button] ( ?path=/docs/button--docs ) : Add support for pending state
25
+ * Update Spectrum Tokens to v46
26
+
27
+ ### Codemods
28
+
29
+ * Handle legacy Link API
30
+ * Remove Section and Items imports if not used elsewhere in file
31
+ * Support Badge
32
+ * Support Well
33
+ * Support icons
34
+ * Fix links and install step
35
+
7
36
## v0.3.0
8
37
9
38
<Release030Intro />
You can’t perform that action at this time.
0 commit comments