Skip to content

v2.1.1

Latest
Compare
Choose a tag to compare
@pardom pardom released this 13 Aug 17:14
· 17 commits to main since this release

Added

  • Update Kotlin to 1.7.10
  • Update Kotlin Coroutines to 1.6.4
  • Add a next builder function.
  • Runtime factory that passes dispatch to view instead of render.

Changed

  • View function changed from (Model) -> Props as (Model, Dispatch<Msg>) -> Props.
  • Render function changed from (Props, Dispatch<Msg>) -> Any? to (Props) -> Any?.

Deprecated

  • Runtime factories that pass dispatch to render instead of view.

Removed

  • Remove deprecated type aliases.