github Makin-Things/weather-radar-card v3.1.3-beta
v3.1.3-beta — fix empty marker pane with clustering on (#110)

latest releases: v3.3.0, v3.3.0-beta2
pre-release3 hours ago

Patch release on top of v3.1.2. One bug fix.

Fixed

  • Markers disappeared when clustering was on (#110). The map's maxZoom bump from 10 to 16 in 3.1.2 expanded markercluster's internal cluster tree by six zoom levels, exposing a markercluster bug where a cluster's _bounds could end up undefined and crash _zoomEnd (Cannot read properties of undefined (reading 'lat')). The crash left the marker pane completely empty and clusters unclickable.

    Fix: set disableClusteringAtZoom: 11 on the cluster group. Beyond zoom 11 markers display individually anyway, so there's no behavioural cost.

Install

Beta — please file issues you hit before the 3.1.3 final cut.

Don't miss a new weather-radar-card release

NewReleases is sending notifications on new releases.