From 2795e1d4b3b947e4b0322a534f1b7f7e4086c814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Rayapoull=C3=A9?= Date: Wed, 16 Aug 2023 18:25:52 +0200 Subject: [PATCH] chore: prepare version 0.4.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ gradle.properties | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d409bbfb..55b7ce980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,29 @@ ## [Unreleased] +## [0.4.0] + +### Spark +* 🆕 Implement `Spark Tab` and `Tab Group` +* 💄 `Checkbox`, `Switch`, `RadioButton` now has intents support +* 💄 Disabled components now have use dim3 +* 💄 `Button Outline` border size is now 1dp instead of 2dp +* 💄 `TextField` update TextField background color +* 💄 `TextField` leading content padding is adjusted +* 💄 `TextField` addons content color is always `onSurface` even when unfocused +* 💄 `ButtonContrast` in Surface intent is now readable +* 💄 `ModalFullScreenScaffold` spaces and layout has been adjusted +* 🗑️ Small size for `Button` has been removed +* 🐛 Replace Modifier.autofill by Autofill Composable + + +### Catalog App +* 🆕 Now have examples and a configurator for `Button`, `Checkbox`, `Switch`, `RadioButton` `TextField` +* 💄 The launcher icon now has a light and dark variant depending on the theme mode +* 🐛 The app state is saved on configuration change +* 🐛 Fix the link to component documentation +* + ## [0.3.1] _2023-07-31_ diff --git a/gradle.properties b/gradle.properties index bed313f46..303a66617 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,7 +20,7 @@ # SOFTWARE. # -version=0.4.0-SNAPSHOT +version=0.5.0-SNAPSHOT group=com.adevinta.spark org.gradle.caching=true