Releases: Yet-another-solution/Blazor.MapLibre
v1.4.0-pre2
Fix issues with OneOf
What's Changed
- Fix #157: GeoJsonDataConverter is not applied correctly when s... by @MatejMa2ur in #158
Full Changelog: v1.4.0-pre1...v1.4.0-pre2
v1.4.0-pre1
What's Changed
- Refactors docs site to render Blazor examples inline by @ryanspain in #133
- Fix spelling of "listImages" by @larsabrasha in #144
- Fix typo in getContainer function name by @herrapa in #145
- Fix issue with type and .NET 10 by @MatejMa2ur in #148
- Allow both GeoJson and url on GeoJson Source by @MatejMa2ur in #150
- Fix issue with popups not closing | Bump MapLibre GL JS to 5.12.0 by @MatejMa2ur in #151
- Add [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)] to all optional nullable fields in VectorTileSource by @MatejMa2ur in #152
- Added the SourceLayer property to all vector-based layer classes by @MatejMa2ur in #153
- Adjust sources as are in MapLibre GL JS by @MatejMa2ur in #154
New Contributors
- @larsabrasha made their first contribution in #144
- @herrapa made their first contribution in #145
Full Changelog: v1.3.0...v1.4.0-pre1
HasLayer and Async add async callbacks
What's Changed
- Add SetLayoutProperty method by @mklimo in #135
- feat: add HasLayer and HasSource methods to check for layer and sourc… by @MatejMa2ur in #138
Breaking changes
New Contributors
Full Changelog: v1.2.0...v1.3.0
v1.2.0 - Disposal, Popup, .NET 8 support
What's Changed
- Properly remove map resources on map component disposal by @ryanspain in #126
- .gitignore: add more VS stuff by @mlidodo in #127
- Added popup attachment to marker using HTML Content by @Aadlei in #117
- Add .NET 8.0 multi-targeting support by @mlidodo in #128
New Contributors
Full Changelog: v1.1.0...v1.2.0
Remove HeadContnet from razor file
Hi,
so after issue request we decided to remove the default HeadContent from the MapLibre.razor, so now you need to add it.
Caution
Breaking change.
Add <link href="_content/Community.Blazor.MapLibre/maplibre-5.3.0.min.css" rel="stylesheet" /> to make this version work.
Check the Installatino guide for any more info.
v1.0.6
What's Changed
- Adds Map.setMaxBounds by @ryanspain in #106
- Adds base docfx docs site with dotnet CLI support by @ryanspain in #104
- Plugin support by @ryanspain in #95
- feat(marker): enables to add markers with an image by @kubikpatrick in #107
- Clean way to add HTML content to markers by @kubikpatrick in #112
- Publish version 1.0.6 by @ryanspain in #115
Full Changelog: v1.0.5...v1.0.6
v1.0.2 - Fix transactions, and add some more small fixes
What's Changed
- Adds missing models by @kjoergensen-foreflight in #69
- Adds projection by @kjoergensen-foreflight in #70
- Adds a default map style by @kjoergensen-foreflight in #75
- Implements SetFilter by @kjoergensen-foreflight in #78
- Fixes SetFilter by @kjoergensen-foreflight in #80
- Fix example image URLs by @ryanspain in #84
- Fix typo in
EaseToOptionsJsonPropertyNameannotation. Closes #85 by @ryanspain in #86 - Pass
MapIdtoexecuteTransactionJavaScript interop. Closes #87 by @ryanspain in #88
New Contributors
- @ryanspain made their first contribution in #84
Full Changelog: v0.3.6...v1.0.2
Release new features
What's Changed
- Adds layers and option models by @kjoergensen-foreflight in #53
- feat: add PR build/test workflow; update GeoJSON parsing by @MatejMa2ur in #58
- Adds antimeridian cutting by @kjoergensen-foreflight in #60
- Updates multiple MapLibre models by @kjoergensen-foreflight in #61
- Downloads MapLibre files and serves them by @kjoergensen-foreflight in #63
- Feature/add new options by @MatejMa2ur in #65
- Add support for popups by @kjoergensen-foreflight in #67
New Contributors
- @kjoergensen-foreflight made their first contribution in #53
Full Changelog: v0.3.4...v0.3.6
Add all Map functions - missing options
This introduces all the missing props of MapOptions
Full Changelog: v0.3.0...v0.3.1
Add all Map functions
This release contains all the functions implemented for the map. It is currently implemented in lot of the functions with object than with the desired Options, but that is feature for next release.
What's Changed
- Feature/add more functions by @MatejMa2ur in #7
Full Changelog: v0.2.0...v0.3.0