From c5b3c673683e0911c91fef93289325b05c99863e Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Wed, 6 Mar 2024 10:28:44 -0700 Subject: [PATCH] CHANGELOG WIP --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f0b108..0926cc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# v1.0.0 (Unreleased) + +* Update expected JSON structures to match new snow-today-webapp-server specifications. + * Support arbitrary nesting of sub-regions specified in server-side data. +* Update appearance + * New Super Region splash selector on first launch of application. + * Legends are now displayed at the bottom of the map instead of as a draggable and + resizable element within the map viewport. + * Display sensor/platform/algorithm in variable selectors. + + +## Under the hood + +* Migrate from Recoil to Jotai + + # v0.16.0 (2024-02-08) * Support multiple super-regions