1.0.0
[1.0.0]
2024-10-07
Spark
Caution
All the code that was legacy, coming from brikke and was deprecated has been removed from Spark.
This mean you build with break with this change
Caution
Material 3 compose & Compose has been upgraded to version 1.3 and 1.7 which introduce compiling & visual breaking changes.
Be sure to verify your UIs when upgrading.
- 🐛 Add statusBar size on the content padding on
BottomSheet
content. - 🐛 One of
TextLinkButton
overloads was using intentDanger
instead ofSurface
. - 🐛
Dividers
no longer have a minimum width/height of 40.dp. - 💄
ModalScaffold
now has a padding between its buttons when they overflow and stack each others. - 🔧
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. - 🔧 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. - 🔧
SparkTheme
now take aSparkFeatureFlag
for the activation of the debug features. - 📝 Documentation for
annotatedStringResource
has been improved with usage examples
Catalog App
- ♿ A colorbliness filter has been added to improve testing of components for this disability.
- 💄 New examples for the elevation tokens have been added.
CI
- Icons screenshot are not bound to the theme colors anymore to reduce invalidation not related to the icons themselves.
Full Changelog: 0.11.3...1.0.0