diff options
-rw-r--r-- | docs/Migration.md | 6 | ||||
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/Migration.md b/docs/Migration.md index cdaca4c..c0816d4 100644 --- a/docs/Migration.md +++ b/docs/Migration.md @@ -2,6 +2,12 @@ Below are some highlights on major refactoring/breaking changes +# v5.0.0 + +* Material Dialog is now 3.x. This leads to a whole new API, but fortunately it is based around kotlin. Please refer to [MD's documents](https://github.com/afollestad/material-dialogs/tree/3.0.0-rc2/documentation) for the new methods. + * Alongside such changes, `:colorpicker` is no longer as necessary. It exists mainly to provide an internal interface for other submodules. + + # v4.0.1-alpha02 * `kauParseFaq` is now synchronous. diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 0b13dd4..53265d0 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,6 +6,14 @@ <item text="" /> --> + <version title="v5.0.0" /> + <item text=":core: Update Material Dialogs to 3.x" /> + <item text=":colorpicker: Strip down to just the interface; unless you require the accent palette, it may be fine to just use MD's color extension" /> + <item text="" /> + <item text="" /> + <item text="" /> + <item text="" /> + <version title="v4.1.0" /> <item text=":core: Deprecate NetworkUtils, as the underlying functions are deprecated" /> <item text=":core: Permission manager no longer synchronized, as all actions should occur in the main thread" /> |