Releases: Mariana-Tek/DKouple
Releases · Mariana-Tek/DKouple
5.0.0
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
In this release, we add the ability to append new components onto the current ComponentAdapter list
Also upgraded dependencies
4.2.0
add "update single component" api to ComponentAdapter
4.1.0
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
revert to using previous component cache as in version 3.0.0
4.0.1
make previous component null in onViewUpdate if component ids are not
equal
4.0.1-rc1
configure dkouple for modularized publishing
4.0.0
utilize component layout annotation and refactor ComponentManager to …
3.0.0
cache previous component when scrolling
2.0.2
make StaticView able to be sub classed