Skip to content

v2.61.0

Compare
Choose a tag to compare
@joelhawksley joelhawksley released this 18 Jul 18:43
· 469 commits to main since this release
515f6bb
  • Ensure side-effects in content are consistently evaluated before components are rendered. This change effectively means that content is evaluated for every component render where render? returns true. As a result, code that is passed to a component via a block/content will now always be evaluated, before #call, which can reveal bugs in existing components.

    Blake Williams