Skip to content

v3.0.0

Compare
Choose a tag to compare
@pierpo pierpo released this 22 Mar 13:11
· 94 commits to main since this release

3.0.0 (2024-03-22)

⚠ BREAKING CHANGES

  • core: remove side effects from rendering cycles. This is marked as breaking change but this might have no impact. Since there's a deep change in the registering mechanism of the nodes, we mark it just in case as breaking to raise your attention.

Bug Fixes

  • core: remove side effects from rendering cycles (d2a0ef2)
  • prevent setting virtualized list size to zero (df9d1c1). Happens when a list is mounted while not on the screen (example: when using react navigation and rendering a new list on another screen).