github remix-run/remix @remix-run/component@0.4.0
@remix-run/component v0.4.0

latest releases: remix@3.0.0-alpha.2, @remix-run/static-middleware@0.4.3, @remix-run/method-override-middleware@0.1.3...
15 hours ago

Minor Changes

  • Add animation prop, spring, and tween utilities

    • animate prop on host elements enables enter, exit, and layout (FLIP) animations
    • spring() function creates spring-based animation iterators with configurable stiffness, damping, and mass
    • tween() function creates time-based animation iterators with customizable duration and easing (including easings presets)
  • VirtualRoot now extends EventTarget and dispatches error events when errors occur during rendering or in event handlers. Listen for errors via root.addEventListener('error', (e) => { ... }).

Patch Changes

  • Change css processing to use data attribute instead of className

  • Add aspect-ratio to numeric CSS properties (no longer appends px to numeric values)

  • Bumped @remix-run/* dependencies:

Don't miss a new remix release

NewReleases is sending notifications on new releases.