Skip to content

Releases: Yet-another-solution/Blazor.MapLibre

v1.4.0-pre2

24 Nov 20:47
7234eac

Choose a tag to compare

Fix issues with OneOf

What's Changed

Full Changelog: v1.4.0-pre1...v1.4.0-pre2

v1.4.0-pre1

12 Nov 14:05

Choose a tag to compare

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

Full Changelog: v1.3.0...v1.4.0-pre1

HasLayer and Async add async callbacks

21 Sep 18:52

Choose a tag to compare

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

  • Add capability for async callbacks to be registered for map events by @jonaskpb in #141

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0 - Disposal, Popup, .NET 8 support

29 Jul 06:21

Choose a tag to compare

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

22 Jul 14:15

Choose a tag to compare

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

17 Jul 05:23
fb93912

Choose a tag to compare

What's Changed

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

v1.0.2 - Fix transactions, and add some more small fixes

09 Jun 14:37

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.6...v1.0.2

Release new features

30 Apr 21:59

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.4...v0.3.6

Add all Map functions - missing options

01 Feb 21:37

Choose a tag to compare

This introduces all the missing props of MapOptions

Full Changelog: v0.3.0...v0.3.1

Add all Map functions

28 Jan 23:43

Choose a tag to compare

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

Full Changelog: v0.2.0...v0.3.0