From c2cc0fff5d6741013beeae7e74d59ff74c378dfc Mon Sep 17 00:00:00 2001 From: Carson Date: Tue, 28 Jan 2025 19:07:53 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef63a12..8fd1a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] - 2025-01-23 +* Updates to accomodate the new plotly v6.0.0 release. (#182) * Fixed an issue with plotly graphs sometimes not getting fully removed from the DOM. (#178) * Fixed an issue with ipyleaflet erroring out when attempting to read the `.model_id` property of a closed widget object. (#179) * Fixed an issue where altair charts would sometimes render to a 0 height after being shown, hidden, and then shown again. (#180)