Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@haroldadmin haroldadmin released this 04 Aug 11:50
· 115 commits to master since this release

Features:

  • Add SavedStateVectorViewModel which has access to SavedStateHandle to easily persist state
  • Change LiveData based state observable from VectorViewModel to a Kotlin Flow based observable
  • Updated sample app with support for editing entities

Fixes:

  • Remove unused Fragment dependency from vector module

Deprecations:

  • Deprecate renderState() method in VectorFragment in favour or a parameterized implementation