Skip to content

Commit a017885

Browse files
authored
chore(release): prepare version 1.2.0 (#1497)
1 parent 942f159 commit a017885

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44

55
## [Unreleased]
66

7+
## [1.2.0]
8+
9+
_2025-03-19_
10+
11+
### Spark
12+
* ✨ New `Stepper` Component
13+
* 🗑️ `includeFontPadding` on Spark typographies is not removed since it's no longer needed since Compose 1.6
14+
15+
### Catalog
16+
17+
* 🔗 The catalog app now supports **deeplinks** to any pages! This allows us to redirect our user quickly to a component that has been introduced or changed.
18+
* ✨ Now when a component is being worked on you will see a Work in Progress illustration.
19+
* ✨ A new Catalog component has been created to simplify the uses & selection of enum for configuration.
20+
* ✨ A component can now have more than 1 Configurator. This is to avoid configurators that are too complex and won't fit easily into one screen.
21+
* 🚀 Material transitions can now be tested in the catalog app to showcase & test their behaviour.
22+
* 🕶️ The screen reader navigation has been improved and we'll continue to improve it globally to meet the same standard as lbc
23+
*
724
## [1.1.4]
825

926
_2025-02-19_
@@ -446,7 +463,9 @@ _2023-03-29_
446463

447464
<!-- Links -->
448465

449-
[Unreleased]: https://github.com/leboncoin/spark-android/compare/1.1.4...HEAD
466+
[Unreleased]: https://github.com/leboncoin/spark-android/compare/1.2.0...HEAD
467+
468+
[1.2.0]: https://github.com/leboncoin/spark-android/releases/tag/1.2.0
450469

451470
[1.1.4]: https://github.com/leboncoin/spark-android/releases/tag/1.1.4
452471

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.2.0-SNAPSHOT
23+
version=1.2.0
2424
group=com.adevinta.spark
2525

2626
org.gradle.caching=true

0 commit comments

Comments
 (0)