v8.0.0-a03
Pre-release
Pre-release
Warning
- Please see the release notes for the previous alpha versions
Breaking Changes
- eliminate "with*" methods in BadgeStyle in favor of kotlin preferred properties
- remove various with* methods in favor of their direct methods
- move various not necessary main drawer functions to an extensions class
- limit visibility of some extensions
Updates
- make most properties in the AccountHeaderView properly update the corresponding UI
- e.g. changing height will affect height, hiding a line will hide the line, ...
- make most properties of the drawer slider view directly update the UI
- make mini drawer properties update UI
Fix
- ensure we properly keep the position in case we re-create the drawer content due to ui changes