pmndrs/react-three-fiber
 Watch   
 Star   
 Fork   
13 days ago
react-three-fiber

v9.5.0

After a bit of research and development, R3F is now compatible with React 19.2, including the Activity feature!

Why did this take some effort, you might wonder? When React bumped to version 19.2.x, they also bumped the internal reconciler up a version which was not backwards compatible with 19.1.x. This put us in an awkward position of either making a breaking change in the middle of R3F v9, bump to another major just because of an internal detail from React or get creative. We chose to get creative and R3F is compatible with all versions of React between 19.0 and 19.2. The downside is we had to bundle the reconciler with R3F, but react-dom already does this so for now it is the best solution available.

Forcing breaking changes on libraries is likely not what the React teams intended so we will be working with them to try to avoid this in the future.

Happy coding.

What's Changed

Full Changelog: https://github.com/pmndrs/react-three-fiber/compare/v9.4.2...v9.5.0

2025-11-29 17:53:04
react-three-fiber

v9.4.2

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/react-three-fiber/compare/v9.4.1...v9.4.2

2025-11-29 17:42:05
react-three-fiber

v9.4.1

What's Changed

Full Changelog: https://github.com/pmndrs/react-three-fiber/compare/v9.4.0...v9.4.1

2025-10-13 14:47:14
react-three-fiber

v9.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/react-three-fiber/compare/v9.3.0...v9.4.0

2025-07-28 10:21:46
react-three-fiber

v9.3.0

With these release we have two big fixes.

  1. flushSync now works properly. To prove it we added an example that allows you to React props and then take a screenshot of the R3F canvas with the latest state. This is a pretty advanced use case, but one people might be interested to explore for exporting videos or images using R3F.
  2. React Native support has been fixed for 0.79 and newer when combined with the same update to Drei: https://github.com/pmndrs/drei/pull/2494. A big thanks to @thejustinwalsh for helping us with this one.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/react-three-fiber/compare/v9.1.4...v9.3.0

2025-06-29 08:46:17
react-three-fiber

v9.1.4

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/react-three-fiber/compare/v9.1.3...v9.1.4

2025-06-29 08:37:47
react-three-fiber

v9.1.3

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/react-three-fiber/compare/v9.1.2...v9.1.3

2025-04-06 13:38:46
react-three-fiber

v9.1.2

What's Changed

Full Changelog: https://github.com/pmndrs/react-three-fiber/compare/v9.1.1...v9.1.2

2025-04-01 01:04:00
react-three-fiber

v9.1.1

Most importantly, this fixes rsbuild with vReact 19.1.0 and later.

What's Changed

Full Changelog: https://github.com/pmndrs/react-three-fiber/compare/v9.1.0...v9.1.1

2025-03-08 09:57:51
react-three-fiber

v9.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/react-three-fiber/compare/v9.0.4...v9.1.0