You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).