From 429adfe753d23a5f6ea9d83af72cd91f4b47a6d7 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Fri, 17 Jan 2025 12:46:18 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cffb6e6e..07a158f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Updated types for EnvironmentControls and GlobeControls. - TilesAttributionOverlay: Added "generateAttributions" callback for generating child elements. +### Changed +- Moved "visibleTiles" and "activeTiles" sets to the TilesRendererBase class. + ### Fixed - CanvasDOMOverlay is now correctly positioned at the same spot as the canvas. - UnloadTilesPlugin: Fixed incorrect reference to `visibleSet` rather than `visibleTiles`. +- R3F EnvironmentControls, GlobeControls: Add support for "ref", event props. ## [0.4.2] - 2025.01.14 ### Fixed