Changes in version 1.5.0
Improvements
-
Redesigned the right side panel: (#477)
- Replaced the tabs by a sidebar comprising panel icons;
extension panels can now be positioned and can have own icons. - Restyled many side panels
- The panel's resize handle now provides visual feedback
when hovering over it.
- Replaced the tabs by a sidebar comprising panel icons;
-
Variable layer legends are now styled according to the
current theme mode. (#491) -
Added a
Divider
to provide a visual separation of control bar items for
better clarity to the users. (#487) -
Various style adjustments with respect to the current theme modes
Dark and Light. -
Renamed "Info" panel into "Details"; using new icon too.
-
Improved Developer Reference documentation.
-
Improved UX as users can now easily identify which dataset a variable belongs
to in variable comparison mode on the map. The infobox (when enabled and
hovered) marks variables with(R)
and(L)
, clarifying their dataset
origins when the same variable appears from different datasets. -
Users can now also identify the datasets in the Time Series chart.
-
Toolbars on time-series and statistics charts now fade into the background
until you hover over them, reducing visual clutter and improving focus on the
data. -
Now supporting
DataGrid
component in server-side extensions.
(Added dependency@mui/x-data-grid
.)
Fixes
-
Fixed the problem where a server-side side panel was not rendered
after app start, if it was the initially selected one. (#476) -
Fixed a problem where mouse splitters used to resize
two components (e.g., two layers in map view, or map view and side panels)
created a drift while dragging. -
Added some missing language translations.
-
Fixed the map's infobox so that it now correctly removes the second
variable when the user disables the variable comparison mode.
Other Changes
-
Updated development tools. Now using
vite 6.2
eslint 9.21
storybook 8.6
-
Added
selectedPlace
andselectedPlaceGroup
to the list
of available state properties. (#455)
Full Changelog: v1.4.2...v1.5.0