From f826b6f129b4f6e13246f7bedc4adebb8de424cb Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Fri, 20 Dec 2024 10:47:54 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d932ed25..9fc7abe74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Types: Convert types of use non-wrapper types. - Types: Adjust GLTF Plugin classes to extend appropriate type. +- BatchedMeshPlugin: Prevent empty groups from being added for each tile when using BatchedMeshPlugin + +### Added +- Added "priority" field to plugins to ensure correct execution order. `TilesCompression` and `BatchedMesh` plugin will always run first. +- Added `UnloadTilesPlugin`. +- Plugins: Add support for "setTileVisible" plugin callbacks. +- Add names to some plugins that were missing them. ## [0.3.45] - 2024.12.13 ### Fixed