Minor Changes
-
Add animation prop, spring, and tween utilities
animateprop on host elements enables enter, exit, and layout (FLIP) animationsspring()function creates spring-based animation iterators with configurable stiffness, damping, and masstween()function creates time-based animation iterators with customizable duration and easing (includingeasingspresets)
-
VirtualRootnow extendsEventTargetand dispatcheserrorevents when errors occur during rendering or in event handlers. Listen for errors viaroot.addEventListener('error', (e) => { ... }).
Patch Changes
-
Change css processing to use data attribute instead of className
-
Add
aspect-ratioto numeric CSS properties (no longer appendspxto numeric values) -
Bumped
@remix-run/*dependencies: