- 497d5a3: feat: forward support for React 19
- 06266b4: chore(deps): bump three-bvh-csg from 0.0.10 to 0.0.16
- 06266b4: chore(deps): bump three-mesh-bvh from 0.6.7 to 0.6.8
- d464279: add ReverseSubtraction, introduced in three-bvh-csg 0.0.10
- d464279: feat: update three-bvh-csg from 0.0.8 to 0.0.10
- a0eb3053: chore: update three-bvh-csg
- d9d8513: chore: update three-bvh-csg
- usecsg hook
- bcbae0a: feat: export props and ref types for base and operation components
- fix: hot reload issues
- feat: show base without ops, support index
- readme updates
- fix: compute vertex normals
- fix: deps
- readme updates
- fix: compute vertex normals false by default
- readme updates
- feat: make recomputing vertex normals optional
- fix: recompute vertex normals
- react-three/csg 2.x has been released!
- 🎉 simple api to capture constructive solid geometry
- 💫 chaining as many ops as you like
- 👨👧👦 hierarchies, nesting, grouping, re-use
- 🙌 interop with other eco system components
- fix types
- update csg
- c9bca82: Remove three-bvh-csg source from codebase, use three-bvh-csg npm package
- 21f42fe: fix: remove storybook from tsconfig.json, removes unwanted storybook type declarations from dist
- 02c4423: fix: operation component props causing typescript errors
- c36f03c: fix: multi layer material groups
- dab4889: feat: usegroups
- Initial release