UNPKG

@react-three/csg

Version:

Constructive solid geometry for React

148 lines (79 loc) โ€ข 2.11 kB
# @react-three/fiber ## 4.0.0 ### Major Changes - 4.x, react19, fiber v9 ## 3.3.0 ### Minor Changes - 497d5a3: feat: forward support for React 19 ## 3.2.0 ### Minor Changes - 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 ## 3.1.0 ### Minor Changes - 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 ## 3.0.0 ### Major Changes - a0eb3053: chore: update three-bvh-csg ## 2.2.0 ### Minor Changes - d9d8513: chore: update three-bvh-csg ## 2.1.1 ### Patch Changes - usecsg hook ## 2.0.7 ### Patch Changes - bcbae0a: feat: export props and ref types for base and operation components ## 2.0.6 ### Patch Changes - fix: hot reload issues ## 2.0.5 ### Patch Changes - feat: show base without ops, support index ## 2.0.4 ### Patch Changes - readme updates - fix: compute vertex normals - fix: deps ## 2.0.3 ### Patch Changes - readme updates - fix: compute vertex normals false by default ## 2.0.2 ### Patch Changes - readme updates - feat: make recomputing vertex normals optional ## 2.0.1 ### Patch Changes - fix: recompute vertex normals ## 2.0.0 ## Major Changes - 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 ## 1.1.7 ### Patch Changes - fix types ## 1.1.6 ### Patch Changes - update csg ## 1.1.4 ### Patch Changes - c9bca82: Remove three-bvh-csg source from codebase, use three-bvh-csg npm package ## 1.1.3 ### Patch Changes - 21f42fe: fix: remove storybook from tsconfig.json, removes unwanted storybook type declarations from dist ## 1.1.2 ### Patch Changes - 02c4423: fix: operation component props causing typescript errors ## 1.1.1 ### Patch Changes - c36f03c: fix: multi layer material groups ## 1.1.0 ## Minor Changes - dab4889: feat: usegroups ## 1.0.0 - Initial release