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
+26-1Lines changed: 26 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,33 @@
4
4
5
5
## [Unreleased]
6
6
7
+
## [1.0.0]
8
+
9
+
_2024-10-07_
10
+
7
11
### Spark
12
+
> [!CAUTION]
13
+
> All the code that was legacy, coming from brikke and was deprecated has been removed from Spark.
14
+
> This mean you build with break with this change
15
+
16
+
> [!CAUTION]
17
+
> Material 3 compose & Compose has been upgraded to version 1.3 and 1.7 which introduce compiling & visual breaking changes.
18
+
> Be sure to verify your UIs when upgrading.
19
+
20
+
- 🐛 Add statusBar size on the content padding on BottomSheet content.
21
+
- 🐛 One of TextLinkButton overloads was using intent Danger instead of Surface.
22
+
- 🐛 Dividers no longer have a minimum width/height of 40.dp.
23
+
- 💄 ModalScaffold now has a padding between its buttons when they overflow and stack each others.
24
+
- 🔧 Chips now have a leading/trailing icon slots to ensure these content are not hidden when the chip content is too big for the required width.
25
+
- 🔧 Components were missing `sparkUsageOverlay` so it has been added to them and remove on Icons to reduce the confusions with the huge amount of icons used in apps and our components.
26
+
- 🔧 `SparkTheme` now take a `SparkFeatureFlag` for the activation of the debug features.
27
+
- 📝 Documentation for `annotatedStringResource` has been improved with usage examples
8
28
9
29
### Catalog App
10
30
31
+
- ♿ A colorbliness filter has been added to improve testing of components for this disability.
32
+
- 💄 New examples for the elevation tokens have been added.
33
+
11
34
### CI
12
35
- Icons screenshot are not bound to the theme colors anymore to reduce invalidation not related to the icons themselves.
0 commit comments