Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix!: r144 geometry rename #225

Merged
merged 3 commits into from Dec 14, 2022

Conversation

CodyJasonBennett
Copy link
Contributor

@CodyJasonBennett CodyJasonBennett commented Nov 13, 2022

Fixes #192. Since r125 (mrdoob/three.js#21031), THREE.PlaneBufferGeometry etc. were aliased to THREE.PlaneGeometry and vice versa with the removal of THREE.Geometry. In r144 (mrdoob/three.js#24352), THREE.PlaneBufferGeometry is deprecated and slated for removal in r154 in favor of THREE.PlaneGeometry (they were effectively renamed).

This is a breaking change and will bump the minimum supported version of three to r125 in all packages that use built-in geometry.

@lojjic
Copy link
Collaborator

lojjic commented Nov 14, 2022

👍 Thank you for this. I had a very similar changeset in my local but hadn't pushed it yet. I'm in favor of the three version range bump.

I'll try and get this tested/merged/released in the next day or two.

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.

Update to latest Three
2 participants