Skip to content

v0.19.0

Choose a tag to compare

@tchak tchak released this 01 May 19:50

Changed

  • Replaced morphdom with
    morphlex as the underlying morph
    engine. The wrapper around morphlex preserves coldwired's existing behavior
    (state preservation via metadata, data-turbo-force attribute, plugin
    integration) but matches elements by name / href / src and id rather
    than by position. This is more semantically correct, but in rare cases
    where the previous behavior relied on morphdom's positional reuse the
    result may differ — use data-turbo-force="server" to opt out of
    preservation when you need a clean re-render.
  • Bumped runtime and dev dependencies (notably react-aria-components).