Skip to content

Commit

Permalink
chore: prepare version 1.0.0 (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulcramer authored Oct 7, 2024
1 parent 04bf3ed commit 1c46455
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,33 @@

## [Unreleased]

## [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 intent Danger instead of Surface.
- 🐛 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 a `SparkFeatureFlag` 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.

Expand Down Expand Up @@ -334,7 +357,9 @@ _2023-03-29_

<!-- Links -->

[Unreleased]: https://github.com/adevinta/spark-android/compare/0.11.0...HEAD
[Unreleased]: https://github.com/adevinta/spark-android/compare/1.0.0...HEAD

[1.0.0]: https://github.com/adevinta/spark-android/releases/tag/1.0.0

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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# SOFTWARE.
#

version=1.0.0-SNAPSHOT
version=1.0.0
group=com.adevinta.spark

org.gradle.caching=true
Expand Down

0 comments on commit 1c46455

Please sign in to comment.