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

v4: Remove deprecated APIs #1211

Merged
merged 2 commits into from
Dec 20, 2023
Merged

v4: Remove deprecated APIs #1211

merged 2 commits into from
Dec 20, 2023

Conversation

donmccurdy
Copy link
Owner

@donmccurdy donmccurdy commented Dec 20, 2023

Removes:

  • extra getters/setters for hex colors (getBaseColorHex, setBaseColorHex, ...)
  • bounds — renamed to getBounds
  • textureResize — merged to textureCompress
  • Node#getParent — use .getParentNode() and .listNodeScenes() instead
  • MathUtils#denormalize — renamed to decodeNormalizedInt
  • MathUtils#normalize — renamed to encodeNormalizedInt

Related:

@donmccurdy donmccurdy merged commit fbbc5ca into main Dec 20, 2023
6 checks passed
@donmccurdy donmccurdy deleted the cleanup/v4-migrations branch December 20, 2023 01:45
@donmccurdy donmccurdy mentioned this pull request Dec 29, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment