From 726b609a902f7e6f90ae11443a33fe717ca3b2eb Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Sat, 7 Dec 2024 17:05:29 +0900 Subject: [PATCH] CHANGELOG update --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efc5c5d3f..23a3b1335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.3.43] - 2024.12-07 +## [0.3.44] - 2024.12.07 +### Fixed +- TilesRenderer: Root tile load state not getting set correctly. + +## [0.3.43] - 2024.12.07 ### Fixed - TilesFadePlugin: Adjust "TilesFadePlugin" such that it causes are rerender for r3f. - EnvironmentControls: Fix orthographic camera zoom so it does not pop if too close to a surface. - CesiumIonAuthPlugin and GoogleCloudAuthPlugin: The plugins now automatically retry root tile if it hasn't been loaded upon add. - + ## [0.3.42] - 2024.12.02 ### Changed - Increased default `downloadQueue` max jobs from 4 to 10.