Skip to content

Commit be5d1f9

Browse files
committed
v0.7.0
1 parent f425472 commit be5d1f9

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Changelog
22

3-
### 0.7.0 - 2021-03-03
4-
5-
- Update compose to 1.1.1
6-
- [BREAKING CHANGE] Modify arguments of the `input` component to better match those of `TextField`
7-
- Add `textFieldStyle` parameter to `input` component to allow for outlined text field style ([#92](https://github.com/vanpra/compose-material-dialogs/issues/92))
8-
- Add text color options for month and day of week header text of date picker ([#124](https://github.com/vanpra/compose-material-dialogs/issues/124))
9-
- Add ability to change time picker title color ([#123](https://github.com/vanpra/compose-material-dialogs/issues/123))
10-
- Fix bug which causes input field to lose focus on validity change ([#132](https://github.com/vanpra/compose-material-dialogs/issues/132))
3+
### 0.7.0 - 2021-03-27
4+
5+
- Update Compose Multiplatform to 1.1.1
6+
- [BREAKING CHANGE] Modify arguments of the `input` component to better match those of `TextField`
7+
- Add `textFieldStyle` parameter to `input` component to allow for outlined text field style ([#92](https://github.com/vanpra/compose-material-dialogs/issues/92))
8+
- Add text color options for month and day of week header text of date picker ([#124](https://github.com/vanpra/compose-material-dialogs/issues/124))
9+
- Add ability to change time picker title color ([#123](https://github.com/vanpra/compose-material-dialogs/issues/123))
10+
- Fix bug which causes input field to lose focus on validity change ([#132](https://github.com/vanpra/compose-material-dialogs/issues/132))
11+
- Change how desktop dialog shape is handled
1112

1213
### 0.6.6 - 2021-03-03
1314

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
```gradle
2020
dependencies {
2121
...
22-
implementation "ca.gosyer:compose-material-dialogs-core:0.6.6"
22+
implementation "ca.gosyer:compose-material-dialogs-core:0.7.0"
2323
...
2424
}
2525
```
@@ -35,7 +35,7 @@ dependencies {
3535
```gradle
3636
dependencies {
3737
...
38-
implementation "ca.gosyer:compose-material-dialogs-datetime:0.6.6"
38+
implementation "ca.gosyer:compose-material-dialogs-datetime:0.7.0"
3939
...
4040
}
4141
```
@@ -51,7 +51,7 @@ dependencies {
5151
```gradle
5252
dependencies {
5353
...
54-
implementation "ca.gosyer:compose-material-dialogs-color:0.6.6"
54+
implementation "ca.gosyer:compose-material-dialogs-color:0.7.0"
5555
...
5656
}
5757
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android.enableJetifier=false
1010
kotlin.code.style=official
1111

1212
GROUP=ca.gosyer
13-
VERSION_NAME=0.6.6
13+
VERSION_NAME=0.7.0
1414

1515
POM_DESCRIPTION=A Material Dialog Builder for Jetpack Compose
1616
POM_INCEPTION_YEAR=2020

0 commit comments

Comments
 (0)