Releases: brianzinn/react-babylonjs
Releases · brianzinn/react-babylonjs
v3.0.28
v3.0.27
- add
<Layer ... />
- @brianzinn - show story add-on tab by default #171 - @brianzinn
- add contribution credit to @dennemark for Html component (HTML projection ported from drei), createPortal and Tunnel storybook example (with zustand state management)! - @brianzinn
- move Tunnel and Zustand dep to storybook #168 - @brianzinn
- Create Tunnel (#168) - @dennemark
v3.0.26
- fix: 🐛 fix html loosing anchor node - camera transformation matrix is 0 on first render, led to vec being [NaN, NaN], therefore just added an isNaN check. - @dennemark
- add typings and extensions for module support (fix build) - @brianzinn
- add typings and import extensions for module support - @brianzinn
- feat: ✨ Html Component that will place DOM content on the canvas at the location of its parent babylon node. - @dennemark
- fix: 🐛 fixed hack to use __rb_createdInstance on createPortal in render.ts and in storybook. portal is now outside of transformnode -> box is moved from outside into node - @dennemark
- #164: WIP still... - @brianzinn
- #164 WIP: add property '__rb_createdInstance' for
CreatedInstance<T>
- seems like createPortal is adding to root container. Something wonky going on here. I may need to attach everything to the babylon object (and return directly as public instance) and that has some odd side-effects for swapping children/fibers etc. - @brianzinn - #164 WIP - Error: "Expected host context to exist. This error is likely caused by a bug in React. Please file an issue." - @brianzinn