Skip to content

Commit d9103a5

Browse files
authored
Merge branch 'main' into chore-updated-icons
2 parents 3c9b006 + 1eb89fc commit d9103a5

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,33 @@
44

55
## [Unreleased]
66

7+
## [1.0.0]
8+
9+
_2024-10-07_
10+
711
### 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
828

929
### Catalog App
1030

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+
1134
### CI
1235
- Icons screenshot are not bound to the theme colors anymore to reduce invalidation not related to the icons themselves.
1336

@@ -334,7 +357,9 @@ _2023-03-29_
334357

335358
<!-- Links -->
336359

337-
[Unreleased]: https://github.com/adevinta/spark-android/compare/0.11.0...HEAD
360+
[Unreleased]: https://github.com/adevinta/spark-android/compare/1.0.0...HEAD
361+
362+
[1.0.0]: https://github.com/adevinta/spark-android/releases/tag/1.0.0
338363

339364
[0.11.0]: https://github.com/adevinta/spark-android/releases/tag/0.11.0
340365

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# SOFTWARE.
2121
#
2222

23-
version=1.0.0-SNAPSHOT
23+
version=1.1.0-SNAPSHOT
2424
group=com.adevinta.spark
2525

2626
org.gradle.caching=true

0 commit comments

Comments
 (0)