Skip to content

Releases: gabrielittner/renderer

0.13.1

10 Nov 15:27
bfb8871
Compare
Choose a tag to compare
  • Fix an issue in the Renderer composable that causes the collection of the actions of the renderer to be
    started, stopped and then started again whenever the composable enters the composition.
  • Updated dependencies

0.13.0

11 Jul 09:19
bce3e21
Compare
Choose a tag to compare
  • Updated dependencies

0.12.0

01 Jan 10:40
Compare
Choose a tag to compare

Added compose facilities to make a step by step migration from Renderer to Compose easier

  • Renderer composable that allows showing a renderer inside compose
  • ComposeRenderer can be used to create a Renderer that is implemented using composables
  • ViewRendererAdapter supports ComposeRenderer for step by step migration of lists

Other changes:

  • added SimpleViewRendererAdapter for lists that don't use diffing
  • ViewRendererAdapter and SimpleViewRendererAdapter support using plain adapter delegates
  • updated dependencies