Skip to content

Commit 59350bf

Browse files
committed
Prepare for release 1.15.0.
1 parent 34ae7b1 commit 59350bf

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## Version 1.15.0
4+
5+
_2021-02-26_
6+
7+
* Breaking change: `activity.showKeyboard()` and `Activity.hideKeyboard(focusedView: View)` have been replaced with `Window.showSoftKeyboard()` and `Window.hideSoftKeyboard()` using the `WindowInsetsControllerCompat` APIs.
8+
* Replace deprecated `systemUiVisibility` with `WindowInsetsControllerCompat`.
9+
* Enable IR compiler.
10+
* Kotlin 1.4.31.
11+
* Coroutines 1.4.2.
12+
* Update AndroidX and MDC.
13+
314
## Version 1.14.1
415

516
_2020-09-14_

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Dependencies are hosted on [Maven Central][maven-central].
2222
Latest stable version:
2323

2424
```groovy
25-
def blueprint_version = "1.14.1"
25+
def blueprint_version = "1.15.0"
2626
```
2727

2828
If you use **Kotlin Coroutines and Flow**:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.github.reactivecircus.blueprint
2-
VERSION_NAME=1.15.0-SNAPSHOT
2+
VERSION_NAME=1.15.0
33

44
POM_URL=https://github.com/reactivecircus/blueprint
55
POM_SCM_URL=https://github.com/reactivecircus/blueprint

0 commit comments

Comments
 (0)