Releases: bjtrounson/BlazorLeafletInterop
v3.0.0
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
Performance Improvements and automatic layer removal for disposed components
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- BREAKING CHANGE: Global Module v2.0.0 by @bjtrounson in #5
Full Changelog: v1.0.6...v2.0.0
v1.0.6
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
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
v1.0.3
- Improved Map Methods
- Ids for Popups, Tooltips and Markers
v1.0.2 Fixing CI
Changed release.yml to push to main nuget repo
v1.0.1
Fixing release CI
v1.0.0 Release
Initial Release
- Support for TileLayers
- Support for Markers
- Support for Popups and Tooltips
- Support for GeoJson
- Support for FeatureGroups and LayerGroups
- Support for Icons