Skip to content

Releases: Mariana-Tek/DKouple

5.0.0

24 Sep 18:41
35fffba
Compare
Choose a tag to compare

Features:

  • ComponentFactory code generation with Annotation Processing. This allows you to not maintain a local version of ComponentFactory, but let the framework build/maintain it for you.

Enhancements:

  • Documentation
  • Cruft Removal

4.3.0

02 Jul 21:14
Compare
Choose a tag to compare

In this release, we add the ability to append new components onto the current ComponentAdapter list

Also upgraded dependencies

4.2.0

06 May 13:14
Compare
Choose a tag to compare
add "update single component" api to ComponentAdapter

4.1.0

02 Apr 11:54
Compare
Choose a tag to compare
create ComponentAdapter.onComponentsUpdated, which will invoke a

lambda set by the client (if not-null) immediately after the adapter has
updated the components

4.0.2

26 Mar 23:21
Compare
Choose a tag to compare
revert to using previous component cache as in version 3.0.0

4.0.1

20 Mar 11:22
Compare
Choose a tag to compare
make previous component null in onViewUpdate if component ids are not

 equal

4.0.1-rc1

22 Jan 11:06
Compare
Choose a tag to compare
4.0.1-rc1 Pre-release
Pre-release
configure dkouple for modularized publishing

4.0.0

21 Jan 15:01
Compare
Choose a tag to compare
utilize component layout annotation and refactor ComponentManager to …

3.0.0

30 Dec 16:28
Compare
Choose a tag to compare
cache previous component when scrolling

2.0.2

23 Dec 19:19
Compare
Choose a tag to compare
make StaticView able to be sub classed