Skip to content

chore: version packages (beta)#2550

Open
github-actions[bot] wants to merge 1 commit into
nextfrom
changeset-release/next
Open

chore: version packages (beta)#2550
github-actions[bot] wants to merge 1 commit into
nextfrom
changeset-release/next

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 next, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@react-spring/web@11.0.0-beta.0

Major Changes

  • #2544 ddb4b02 Thanks @joshuaellis! - refactor!: ship ESM-only builds

    Every package now publishes a single modern ESM bundle (dist/<name>.modern.mjs) and drops its CommonJS output, the Webpack 4 legacy-esm fallback, and the orphaned pre-compiled dev/prod variants.

    ESM consumers (Vite, webpack 5, Next, esbuild, Bun, Deno, native Node ESM) are unaffected. CommonJS consumers must migrate to ESM or run on Node ≥22.12, where require() of an ESM package is supported. Webpack 4 is no longer supported.

  • #2526 8cbc52d Thanks @copilot-swe-agent! - refactor!: remove deprecated targets and the react-spring umbrella

    Removes the deprecated @react-spring/native, @react-spring/konva, and @react-spring/zdog targets (along with the React Native hook variants), plus the react-spring umbrella package. Install a target directly — @react-spring/web or @react-spring/three.

    For React Native, use Reanimated — its springs run on the UI thread, unlike react-spring's JS-thread engine.

Patch Changes

  • #2547 e8e96a7 Thanks @literalpie! - improve performance of string interpolation when used with large ammounts of data

  • Updated dependencies [e8e96a7, e09a310, 498d81a]:

    • @react-spring/shared@11.0.0-beta.0
    • @react-spring/animated@11.0.0-beta.0
    • @react-spring/core@11.0.0-beta.0
    • @react-spring/types@11.0.0-beta.0

@react-spring/animated@11.0.0-beta.0

Patch Changes

  • #2547 e8e96a7 Thanks @literalpie! - improve performance of string interpolation when used with large ammounts of data

  • Updated dependencies [e8e96a7]:

    • @react-spring/shared@11.0.0-beta.0
    • @react-spring/types@11.0.0-beta.0

@react-spring/core@11.0.0-beta.0

Patch Changes

  • #2547 e8e96a7 Thanks @literalpie! - improve performance of string interpolation when used with large ammounts of data

  • #2545 e09a310 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.

  • #2548 498d81a 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 [e8e96a7]:

    • @react-spring/shared@11.0.0-beta.0
    • @react-spring/animated@11.0.0-beta.0
    • @react-spring/types@11.0.0-beta.0

@react-spring/parallax@11.0.0-beta.0

Patch Changes

  • #2547 e8e96a7 Thanks @literalpie! - improve performance of string interpolation when used with large ammounts of data

  • Updated dependencies [e8e96a7, ddb4b02, 8cbc52d]:

    • @react-spring/shared@11.0.0-beta.0
    • @react-spring/web@11.0.0-beta.0

@react-spring/rafz@11.0.0-beta.0

Patch Changes

  • #2547 e8e96a7 Thanks @literalpie! - improve performance of string interpolation when used with large ammounts of data

@react-spring/shared@11.0.0-beta.0

Patch Changes

  • #2547 e8e96a7 Thanks @literalpie! - improve performance of string interpolation when used with large ammounts of data

  • Updated dependencies [e8e96a7]:

    • @react-spring/rafz@11.0.0-beta.0
    • @react-spring/types@11.0.0-beta.0

@react-spring/types@11.0.0-beta.0

Patch Changes

  • #2547 e8e96a7 Thanks @literalpie! - improve performance of string interpolation when used with large ammounts of data

@react-spring/three@11.0.0-beta.0

Patch Changes

  • #2547 e8e96a7 Thanks @literalpie! - improve performance of string interpolation when used with large ammounts of data

  • Updated dependencies [e8e96a7, e09a310, 498d81a]:

    • @react-spring/shared@11.0.0-beta.0
    • @react-spring/animated@11.0.0-beta.0
    • @react-spring/core@11.0.0-beta.0
    • @react-spring/types@11.0.0-beta.0

@react-spring/mock-raf@11.0.0-beta.0

Patch Changes

  • #2547 e8e96a7 Thanks @literalpie! - improve performance of string interpolation when used with large ammounts of data

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.

0 participants