Skip to content

Commit

Permalink
chore: prepare version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soulcramer committed Aug 17, 2023
1 parent abcc4fb commit 2795e1d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_
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=0.4.0-SNAPSHOT
version=0.5.0-SNAPSHOT
group=com.adevinta.spark

org.gradle.caching=true
Expand Down

0 comments on commit 2795e1d

Please sign in to comment.