Skip to content

Commit

Permalink
Introduce "Snapshot" section to changelog (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton committed Oct 26, 2020
1 parent 57663ab commit 007f337
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

### Snapshot
_Not yet released in a stable build_

Introduce `SdkIntDeferredColor`, a `DeferredColor` implementation that delegates to different `DeferredColor` sources
depending on the Android OS runtime version.

Add a few extension functions for accessibility to the view extensions library, including `setContentDescription`.

Use AppCompat to improve DeferredColor and DeferredDrawable implementations on Android OS versions < 23. In particular,
default DeferredColor implementations can resolve attribute-backed color selectors, and default DeferredDrawable
implementations can resolve vector drawables and tints correctly.

Compile with Kotlin 1.4.10 and publish the source code in
[explicit mode](https://kotlinlang.org/docs/reference/whatsnew14.html#explicit-api-mode-for-library-authors).

Target Android SDK 30.

## 1.0.0
_2020-07-29_

Expand Down

0 comments on commit 007f337

Please sign in to comment.