Skip to content

Commit 007f337

Browse files
authored
Introduce "Snapshot" section to changelog (#39)
1 parent 57663ab commit 007f337

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
### Snapshot
4+
_Not yet released in a stable build_
5+
6+
Introduce `SdkIntDeferredColor`, a `DeferredColor` implementation that delegates to different `DeferredColor` sources
7+
depending on the Android OS runtime version.
8+
9+
Add a few extension functions for accessibility to the view extensions library, including `setContentDescription`.
10+
11+
Use AppCompat to improve DeferredColor and DeferredDrawable implementations on Android OS versions < 23. In particular,
12+
default DeferredColor implementations can resolve attribute-backed color selectors, and default DeferredDrawable
13+
implementations can resolve vector drawables and tints correctly.
14+
15+
Compile with Kotlin 1.4.10 and publish the source code in
16+
[explicit mode](https://kotlinlang.org/docs/reference/whatsnew14.html#explicit-api-mode-for-library-authors).
17+
18+
Target Android SDK 30.
19+
320
## 1.0.0
421
_2020-07-29_
522

0 commit comments

Comments
 (0)