You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
env: The cache implementation and environment variables have
changed, which may affect existing clients relying on the previous setup.
Clients will need to be updated to accommodate these changes.
cache: The cache implementation now uses IDB instead of localforage.
This may affect existing clients relying on the previous caching mechanism.
Clients will need to be updated to accommodate this change.
utils: The cache implementation replaces the previous storeName
with a new instance configured with the store name and description. Any
existing code relying on the old storeName will need to be updated to use
the new instance configuration.
renderer: Any code directly importing Stats or Line classes will now
need to update the import paths to the new locations within three.utils.
renderer: Render orders have been removed from enums and
replaced with a more streamlined approach. Update your code to
reflect these changes in topic subscriptions and rendering.
renderer: The monitor utility has been removed in favor of stats. This
change will require updates to any components relying on the old monitor API.