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: CHANGELOG.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,23 @@
4
4
5
5
## [Unreleased]
6
6
7
+
## [1.2.0]
8
+
9
+
_2025-03-19_
10
+
11
+
### Spark
12
+
* ✨ New `Stepper` Component
13
+
* 🗑️ `includeFontPadding` on Spark typographies is not removed since it's no longer needed since Compose 1.6
14
+
15
+
### Catalog
16
+
17
+
* 🔗 The catalog app now supports **deeplinks** to any pages! This allows us to redirect our user quickly to a component that has been introduced or changed.
18
+
* ✨ Now when a component is being worked on you will see a Work in Progress illustration.
19
+
* ✨ A new Catalog component has been created to simplify the uses & selection of enum for configuration.
20
+
* ✨ A component can now have more than 1 Configurator. This is to avoid configurators that are too complex and won't fit easily into one screen.
21
+
* 🚀 Material transitions can now be tested in the catalog app to showcase & test their behaviour.
22
+
* 🕶️ The screen reader navigation has been improved and we'll continue to improve it globally to meet the same standard as lbc
0 commit comments