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 v12 deprecations #686

Closed
4 tasks done
wake42 opened this issue Jan 7, 2024 · 0 comments · Fixed by #678
Closed
4 tasks done

Fix v12 deprecations #686

wake42 opened this issue Jan 7, 2024 · 0 comments · Fixed by #678
Assignees
Labels
type: feature New feature not currently present. Use "feat: " commit message
Milestone

Comments

@wake42
Copy link
Collaborator

wake42 commented Jan 7, 2024

Make sure all deprecations in Foundry v12 are migrated:

  • You are accessing globalThis.isEmpty which must now be accessed via foundry.utils.isEmpty
  • You are accessing globalThis.mergeObject which must now be accessed via foundry.utils.mergeObject
  • You are accessing globalThis.duplicate which must now be accessed via foundry.utils.duplicate
  • DOCUMENT_PERMISSION_LEVELS is now called DOCUMENT_OWNERSHIP_LEVELS
@wake42 wake42 added the type: feature New feature not currently present. Use "feat: " commit message label Jan 7, 2024
@wake42 wake42 modified the milestones: 3.5.0, 3.4.1 Jan 7, 2024
@wake42 wake42 self-assigned this Jan 9, 2024
@wake42 wake42 closed this as completed in e7e04d5 Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature not currently present. Use "feat: " commit message
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant