Skip to content

Commit

Permalink
Prepare for release 0.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed May 29, 2020
1 parent c879226 commit 5c42248
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## Version 0.12.0

_2020-05-29_

* New: Added new bindings for Material Components:
* `fun Slider.touchEvents(): Flow<SliderTouchEvent>`
* `fun RangeSlider.valuesChanges(emitImmediately: Boolean = false): Flow<List<Float>>`
* `fun RangeSlider.changeEvents(emitImmediately: Boolean = false): Flow<RangeSliderChangeEvent>`
* `fun RangeSlider.touchEvents(): Flow<RangeSliderTouchEvent>`
* `fun TextInputLayout.errorIconClicks(): Flow<Unit>`
* `fun TextInputLayout.errorIconLongClicks(): Flow<Unit>`
* Enhancement: Updated to Material Components 1.2.0-beta01.
* Enhancement: Updated to Coroutines 1.3.7.
* Enhancement: Started downgrading alpha versions of AndroidX dependencies to latest stable for upcoming FlowBinding 1.0 release.

## Version 0.11.1

_2020-04-20_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Dependencies are hosted on [Maven Central][maven-central].
Latest version:

```groovy
def flowbinding_version = "0.11.1"
def flowbinding_version = "0.12.0"
```

### Platform Bindings
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=0.12.0-SNAPSHOT
VERSION_NAME=0.12.0

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

0 comments on commit 5c42248

Please sign in to comment.