Skip to content

Releases: bjtrounson/BlazorLeafletInterop

v3.0.0

19 Oct 21:46
Compare
Choose a tag to compare

I switched out the runtime I was using, after a bit of testing I found the performance impact using the new JSImport for Blazor WASM was to great for this interop.

So I have switched it old IJSRuntime which is supported on more Blazor implementations.
Blazor Server should technically be working now yet I having not tested.
I've also reworked the namespace structure to more align with the Leaflet API docs.
You will also need to register a service with this version as it handles the bundle import used.

Full Changelog: v2.1.0...v3.0.0

v2.1.0

18 Oct 21:12
Compare
Choose a tag to compare

Performance Improvements and automatic layer removal for disposed components
Full Changelog: v2.0.0...v2.1.0

v2.0.0

18 Oct 02:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v2.0.0

v1.0.6

17 Oct 21:04
c63dcbc
Compare
Choose a tag to compare

What's Changed

  • Still trying to fix staticwebassets not being included by @bjtrounson in #4

Full Changelog: v1.0.5...v1.0.6

v1.0.5

17 Oct 20:38
0d856ad
Compare
Choose a tag to compare

What's Changed

  • Trying to fix staticwebassets in when packed by @bjtrounson in #3

Full Changelog: v1.0.4...v1.0.5

v1.0.4

17 Oct 03:37
df2a937
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

17 Oct 02:44
ba3bcfc
Compare
Choose a tag to compare
  • Improved Map Methods
  • Ids for Popups, Tooltips and Markers

v1.0.2 Fixing CI

16 Oct 22:57
Compare
Choose a tag to compare
Changed release.yml to push to main nuget repo

v1.0.1

16 Oct 22:41
Compare
Choose a tag to compare

Fixing release CI

v1.0.0 Release

16 Oct 22:32
Compare
Choose a tag to compare

Initial Release

  • Support for TileLayers
  • Support for Markers
  • Support for Popups and Tooltips
  • Support for GeoJson
  • Support for FeatureGroups and LayerGroups
  • Support for Icons