Skip to content

Commit

Permalink
Prepare for release 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Jun 5, 2021
1 parent 4cac860 commit 0cff50d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## 1.1.0

### Added
- New bindings for `MaterialTimePicker`:
- `fun <S> MaterialDatePicker<S>.cancels(): Flow<Unit>`
- `fun <S> MaterialDatePicker<S>.dismisses(): Flow<Unit>`
- `fun <S> MaterialDatePicker<S>.negativeButtonClicks(): Flow<Unit>`
- `fun <S> MaterialDatePicker<S>.positiveButtonClicks(): Flow<S>`

### Changed
- Kotlin 1.5.10.
- Coroutines 1.5.0.
- Material Components 1.3.0
- AndroidX Activity 1.2.3.
- AndroidX Annotation 1.2.0.
- AndroidX AppCompat 1.3.0.
- AndroidX Core 1.5.0.
- AndroidX Fragment 1.3.4.
- AndroidX Lifecycle 2.3.1.
- AndroidX Navigation 2.3.5.
- AndroidX RecyclerView 1.2.1.

## 1.0.0

This is our first stable release! Thanks everyone for using FlowBinding, reporting bugs, providing feedback and sending PRs.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=io.github.reactivecircus.flowbinding
VERSION_NAME=1.1.0-SNAPSHOT
VERSION_NAME=1.1.0

POM_URL=https://github.com/reactivecircus/FlowBinding
POM_SCM_URL=https://github.com/reactivecircus/FlowBinding
Expand Down

0 comments on commit 0cff50d

Please sign in to comment.