Skip to content

v4.6.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 17:41
· 1 commit to main since this release
2d4d554

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 SnappingOptions used 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.SetLayer so it no longer calls a missing setLayer method directly on raw ArcGIS objects. This resolves runtime failures seen when updating SnappingOptions after render, including calls such as SetEnabled(true) in a Sketch workflow.

Internal / Build / Tooling

  • Refreshed bundled GeoBlazor build-tool binaries for Windows, Linux, and macOS.
  • Synced develop from main before release so this PR includes the published v4.6.0 baseline.

What's Changed

Full Changelog: v4.6.0...v4.6.1