Skip to content

Commit

Permalink
chore: prepare release 1.1.0 & merge hotfixes (#1415)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Rayapoullé <scott.rayapoulle@adevinta.com>
  • Loading branch information
soulcramer authored Jan 6, 2025
1 parent 9f1180d commit 5d13b98
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 3 deletions.
61 changes: 59 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,60 @@

## [Unreleased]

## [1.1.0]

_2025-01-06_

### Animated Icons
> [!CAUTION]
> The api for `Icon`, `IconButton`, `IconToggleButton` , `Button`, `Tag` & `Chip` has their api modified to support animated vector icons
Animated Icons can now be used with spark components!

### Image
> [!IMPORTANT]
> Image component now has it's specs updated to the design ones! with new colors to its error state!
### TextField
> [!CAUTION]
> The position of the TextField status icon has been moved from the trailing addon to the support message which might impact your screens!
Now all textfields (not only the multi line one) can display a character count and their min width has been reduced to allow for side to side Textfield layout to be possible (previously it was too big to allow it)!

### Spark
- ✨ New icons available.
- 🥳 Showkase is no longer used in the catalog app which means it'll also no longer bleed in your code!
- 🎨 A new api allow you to convert a **Material Theme** to a **Spark theme** which could be used to support dynamic theming for ex.
- 🐛 `UserAvatar` badge position is now correctly positioned.
- ⬆️ The Compose BOM version has been upgraded from `2024.10.01` to `2024.12.01`.
- ⬆️ Bump compileSdk & targetSdk to API level 35 (Android 15).
- ⬆️ Bump kotlin from 2.0.21 to 2.1.0.
- ✨ A lint rule to detect wrong string annotation usages has been added by @EliottLujan!
- 🎨 Theme color has been updated.

### Catalog App

- 🥳 Showkase is no longer used to preview some of our caspule components.
- ✨ A `Modal` configurator as been added.
- 💄 IconScreen no longer has clipping with the search bar.
- 🛠️ Migrated from uri to the new Typesafe routes for navigation.
- ✨ New examples for the shape tokens has benn added by @EliottLujan!

- 🎨 Add a new function to convert a Material Theme colors to a Spark Theme colors.
## [1.0.2]

_2024-12-11_

### Spark

- ⬆️ Upgrade Compose BOM to `2024.11.00` since it only contains bugfixes changes.
-
- ## [1.0.1]

_2024-11-07_

### Spark

- 🐛 User Avatar presence badge was incorrectly placed, especially in big sizes.

## [1.0.0]

Expand Down Expand Up @@ -361,7 +412,13 @@ _2023-03-29_

<!-- Links -->

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

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

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

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

[1.0.0]: https://github.com/adevinta/spark-android/releases/tag/1.0.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.1.0-SNAPSHOT
version=1.1.0
group=com.adevinta.spark

org.gradle.caching=true
Expand Down

0 comments on commit 5d13b98

Please sign in to comment.