Skip to content

chore: version packages#2552

Merged
joshuaellis merged 1 commit into
v10from
changeset-release/v10
Jun 24, 2026
Merged

chore: version packages#2552
joshuaellis merged 1 commit into
v10from
changeset-release/v10

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to v10, this PR will be updated.

Releases

@react-spring/animated@10.1.2

Patch Changes

  • 2c65624 Thanks @literalpie! - improve performance of string interpolation when used with large ammounts of data

  • #2535 ea94949 Thanks @AndreiCalazans! - Fix cannot add a new property crash when wrapping non-extensible React Native host components.

    createHost cached animated wrappers by writing directly to the component object via Component[Symbol.for('AnimatedComponent')] = .... On Hermes (React Native), host components like View, Text, and Image become non-extensible after their first JSX render, causing a TypeError in strict mode.

    The fix attempts the direct write first (fast path, no change for extensible components) and falls back to a module-level WeakMap when the write is rejected.

  • Updated dependencies [2c65624]:

    • @react-spring/shared@10.1.2
    • @react-spring/types@10.1.2

@react-spring/core@10.1.2

Patch Changes

  • 2c65624 Thanks @literalpie! - improve performance of string interpolation when used with large ammounts of data

  • bb37051 Thanks @joshuaellis! - fix(core): infer all animated keys when a partial from is provided

    PickAnimated returned only the from shape whenever a from prop was present, dropping forward props, to keys, and the other transition phases. useSpring({ width: 100, height: 100, from: { width: 0 } }) typed its result as { width }, so styles.height was a compile error even though height animates at runtime. It now merges from with the to, forward, and transition-phase values.

  • 589ee01 Thanks @patrickwehbe! - fix(core): pass an AnimationResult to SpringValue onChange

    The SpringValue-level onChange was called with the raw value instead of an AnimationResult, so result.value was undefined mid-animation even though the type advertises it as the value. onChange now receives { value, finished: false, cancelled: false }, matching onStart/onRest and the Controller-level onChange. The internal change event the animated tree subscribes to still emits the raw value.

  • Updated dependencies [2c65624, ea94949]:

    • @react-spring/shared@10.1.2
    • @react-spring/animated@10.1.2
    • @react-spring/types@10.1.2

@react-spring/parallax@10.1.2

Patch Changes

  • 2c65624 Thanks @literalpie! - improve performance of string interpolation when used with large ammounts of data

  • Updated dependencies [2c65624]:

    • @react-spring/shared@10.1.2
    • @react-spring/web@10.1.2

@react-spring/rafz@10.1.2

Patch Changes

  • 2c65624 Thanks @literalpie! - improve performance of string interpolation when used with large ammounts of data

@react-spring/shared@10.1.2

Patch Changes

  • 2c65624 Thanks @literalpie! - improve performance of string interpolation when used with large ammounts of data

  • Updated dependencies [2c65624]:

    • @react-spring/rafz@10.1.2
    • @react-spring/types@10.1.2

@react-spring/types@10.1.2

Patch Changes

  • 2c65624 Thanks @literalpie! - improve performance of string interpolation when used with large ammounts of data

@react-spring/konva@10.1.2

Patch Changes

  • Updated dependencies [2c65624, bb37051, 589ee01, ea94949]:
    • @react-spring/shared@10.1.2
    • @react-spring/animated@10.1.2
    • @react-spring/core@10.1.2
    • @react-spring/types@10.1.2

@react-spring/native@10.1.2

Patch Changes

  • Updated dependencies [2c65624, bb37051, 589ee01, ea94949]:
    • @react-spring/shared@10.1.2
    • @react-spring/animated@10.1.2
    • @react-spring/core@10.1.2
    • @react-spring/types@10.1.2

@react-spring/three@10.1.2

Patch Changes

  • 2c65624 Thanks @literalpie! - improve performance of string interpolation when used with large ammounts of data

  • Updated dependencies [2c65624, bb37051, 589ee01, ea94949]:

    • @react-spring/shared@10.1.2
    • @react-spring/animated@10.1.2
    • @react-spring/core@10.1.2
    • @react-spring/types@10.1.2

@react-spring/web@10.1.2

Patch Changes

  • 2c65624 Thanks @literalpie! - improve performance of string interpolation when used with large ammounts of data

  • Updated dependencies [2c65624, bb37051, 589ee01, ea94949]:

    • @react-spring/shared@10.1.2
    • @react-spring/animated@10.1.2
    • @react-spring/core@10.1.2
    • @react-spring/types@10.1.2

@react-spring/zdog@10.1.2

Patch Changes

  • Updated dependencies [2c65624, bb37051, 589ee01, ea94949]:
    • @react-spring/shared@10.1.2
    • @react-spring/animated@10.1.2
    • @react-spring/core@10.1.2
    • @react-spring/types@10.1.2

@react-spring/mock-raf@10.1.2

Patch Changes

  • 2c65624 Thanks @literalpie! - improve performance of string interpolation when used with large ammounts of data

@joshuaellis joshuaellis merged commit 59b1e53 into v10 Jun 24, 2026
21 checks passed
@joshuaellis joshuaellis deleted the changeset-release/v10 branch June 24, 2026 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant