diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-05 23:10:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-05 23:10:28 -0700 |
commit | 187d8e64dc7189f63707d154166867084662dbe3 (patch) | |
tree | 372503ac381f12a905a0608519228f9792bb1c0b /sample/src/main/res/xml | |
parent | caaa5653deda0640a475d0ccad6daeb7852502f7 (diff) | |
download | kau-187d8e64dc7189f63707d154166867084662dbe3.tar.gz kau-187d8e64dc7189f63707d154166867084662dbe3.tar.bz2 kau-187d8e64dc7189f63707d154166867084662dbe3.zip |
Create debounce and update searchview (#27)
* Prepare version
* Create debounce base
* Add debouncer and fix transition crash
* Add debounce docs
* Update links
* Update searchview docs
* Test without a ref
* Add links to core components
* Update links
* Update to bullet points
* Test core md
* Test slash
* Test slash
* Specify implemented dependencies
Diffstat (limited to 'sample/src/main/res/xml')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index c11353d..96ae965 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,7 +6,13 @@ <item text="" /> --> - <version title="v3.2.4"/> + <version title="v3.3.0"/> + <item text=":core: Create debounce methods" /> + <item text=":searchview: [Breaking] remove reactive dependencies and stick with basic callbacks" /> + <item text="" /> + <item text="" /> + + <version title="v3.2.5"/> <item text=":core: Fix FAQ background" /> <item text=":core: Create FileUtils" /> <item text=":core: Create NotificationUtils" /> @@ -14,8 +20,6 @@ <item text=":core: Make logging class functions inline" /> <item text=":core: Create removeIf for mutableIteratables" /> <item text=":core-ui: Move reactive libs to :searchview:" /> - <item text="" /> - <item text="" /> <version title="v3.2.3"/> <item text=":about: Modularize everything" /> |