You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
# Changelog
2
2
3
-
### 0.7.0 - 2021-03-03
3
+
### 0.7.1 - 2022-05-16
4
+
5
+
- Internationalise start day of week in date picker ([#146](https://github.com/vanpra/compose-material-dialogs/issues/146) and [#54](https://github.com/vanpra/compose-material-dialogs/issues/54))
6
+
- Add modifier parameter to input component ([#141](https://github.com/vanpra/compose-material-dialogs/issues/141))
7
+
- Add state parameter to the list component ([#140](https://github.com/vanpra/compose-material-dialogs/issues/140))
8
+
9
+
### 0.7.0 - 2022-03-03
4
10
5
11
- Update compose to 1.1.1
6
12
-[BREAKING CHANGE] Modify arguments of the `input` component to better match those of `TextField`
@@ -9,7 +15,7 @@
9
15
- Add ability to change time picker title color ([#123](https://github.com/vanpra/compose-material-dialogs/issues/123))
10
16
- Fix bug which causes input field to lose focus on validity change ([#132](https://github.com/vanpra/compose-material-dialogs/issues/132))
11
17
12
-
### 0.6.3 - 2021-01-21
18
+
### 0.6.3 - 2022-01-21
13
19
14
20
- Update compose to 1.1.0-rc01
15
21
- Add ability to disable specific days in date picker (#126)[https://github.com/vanpra/compose-material-dialogs/pull/126]
0 commit comments