v4.6.1
Release v4.6.1
Highlights
- Patch release for GeoBlazor Core with no public API changes or breaking changes.
- Fixes ESBuild incremental checks so CI branch metadata does not force unnecessary rebuilds.
- Fixes runtime layer updates for components backed by raw ArcGIS JavaScript objects, including
SnappingOptionsused by Pro widgets.
Bug Fixes
- Fixed Core build script handling for ESBuild incremental checks so branch-name noise in CI does not invalidate JavaScript build state.
- Fixed
MapComponent.SetLayerso it no longer calls a missingsetLayermethod directly on raw ArcGIS objects. This resolves runtime failures seen when updatingSnappingOptionsafter render, including calls such asSetEnabled(true)in a Sketch workflow.
Internal / Build / Tooling
- Refreshed bundled GeoBlazor build-tool binaries for Windows, Linux, and macOS.
- Synced
developfrommainbefore release so this PR includes the published v4.6.0 baseline.
What's Changed
- Release v4.6.1 by @TimPurdum in #534
Full Changelog: v4.6.0...v4.6.1