File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments