Motion+
Motion / Changelog925 releases

Changelog

Releases across Motion, Motion+, and Motion AI Kit.

  1. Motion+patch2.11.3

    Fixed

    • AnimateNumber: Ensure values are updated when only§ suffix/prefix update.
  2. Motion+patch2.11.2

    Fixed

    • splitText: Ensure split text elements retain vertical positioning.
    • Carousel: Fix focus from breaking item reprojection.
  3. Motion+patch2.11.1

    Fixed

    • Ticker: Improve accessibility attributes.
    • Cursor: Fix when using with browser-native drag gestures.
    • Updating ref type inference for Typewriter, Ticker and ScrambleText.
  4. Motion+minor2.11.0

    Added

    • Carousel: New wheelSwipeThreshold prop configures the distance of wheel scroll before triggering a swipe.
  5. Motion+minor2.10.0

    Added

    • AnimateNumber: trend prop to control digit spin direction. - trend={1}: Digits always spin upward, wrapping 9 → 0. - trend={-1}: Digits always spin downward, wrapping 0 → 9. - trend={(oldValue, newValue) => number}: Function for custom logic. - Default (no trend): Auto-detects direction based on value change.

    Changed

    • AnimateNumber: Now uses manual FLIP measurements instead of layout animations.
  6. Motion+minor2.9.0

    Added

    • useCarousel and useTicker: Provides offset motion value, which contains the unwrapped offset of a Carousel or Ticker.
  7. Motion+minor2.8.0

    Added

    • AnimateView: View animations for React.
  8. Motion+patch2.7.2

    Changed

    • ScrambleText: Removing span.
  9. Motion+patch2.7.1

    Fixed

    • scrambleText: Fixed delay handling.
  10. Motion+minor2.7.0

    Added

    • scrambleText: Now supports string MotionValue.
  11. Motion+patch2.6.2

    Added

    • Typewriter: onChange callback.

    Fixed

    • ScrambleText: Switch from useEffect to useLayoutEffect.
  12. Motion+patch2.6.1

    Fixed

    • scrambleText and ScrambleText: Default duration is now 1.
  13. Motion+minor2.6.0

    Added

    • scrambleText and ScrambleText: Added scramble text for vanilla JS and React.
  14. Motion+minor2.5.0

    Added

    • Typewriter: Added cursorBlinkRepeat option for capping the number of times a cursor blinks after typing stops.
  15. Motion+minor2.4.0

    Added

    • splitText: Added preserveHyphens option.
  16. Motion+patch2.3.1

    Fixed

    • Carousel: Removing pageTransition from generated types - use transition instead.
  17. Motion+minor2.3.0

    Added

    • animateLayout: Vanilla layout animations.
  18. Motion+minor2.2.0

    Added

    • Carousel: Added page prop for controlling the current page via props.
  19. Motion+minor2.1.0

    Added

    • UMD bundle now published via GitHub.
  20. Motion+patch2.0.2

    Fixed

    • Carousel: Ensure only on-axis wheel scrolls prevent native browser scrolling.
  21. Motion+patch2.0.1

    Fixed

    • Carousel: Improved handling of pointer and wheel events in item gaps.
  22. Motion+major2.0.0

    Added

    • Carousel: Create accessible, performant, infinitely-scrolling carousels.
    • useTickerItem: Access item-relative offset within Carousel and Ticker, as well as item information like itemIndex, cloneIndex, layout start and end.
    • Ticker: Added fade and safeMargin options.

    Removed

    • useItemOffset. Replace const offset = useItemOffset() with const { offset } = useTickerItem().
  23. Motion+minor1.6.0

    Added

    • Ticker: RTL support.
  24. Motion+patch1.5.1

    Changed

    • Typewriter: Adjusted natural typing variance calculations.
  25. Motion+minor1.5.0

    Added

    • Typewriter
  26. Motion+minor1.4.0

    Added

    • Ticker: overflow option for showing items outside the ticker layout boundaries.

    Fixed

    • Ticker: Fixing layoutId on repeated items.
    • Ticker: Reduce number of clones in tickers with padding.
  27. Motion+patch1.3.2

    Changed

    • Ticker: Fixed sizing for emoji content.
  28. Motion+patch1.3.1

    Changed

    • Ticker: Add will-change: transform to ul while animating.

    Fixed

    • Ticker: Disable animations when in background tab.
  29. Motion+minor1.3.0

    Added

    • Ticker: Added isStatic mode.
  30. Motion+patch1.2.1

    Fixed

    • Ticker: Prevent infinite cloning.