Skip to content

Releases: rungwiroon/BlazorGoogleMaps

2.5.5

24 Feb 00:38
Compare
Choose a tag to compare

Bug - Marker.ClearListeners() has no effect. #246
https://www.nuget.org/packages/BlazorGoogleMaps/2.5.5

2.5.4

11 Feb 04:47
Compare
Choose a tag to compare

Enum parsing do not return correct result for drawing manager GetDrawingMode #242
https://www.nuget.org/packages/BlazorGoogleMaps/2.5.4

2.5.3

06 Feb 01:23
Compare
Choose a tag to compare

Bug. Removing Event Listeners throws consoler error #241
https://www.nuget.org/packages/BlazorGoogleMaps/2.5.3

2.5.2

20 Jan 00:57
aa88e23
Compare
Choose a tag to compare

Fixed Data.StyleOptions.FillColor naming #240
https://www.nuget.org/packages/BlazorGoogleMaps/2.5.2
Muchas gracias @Enritski

2.5.1

17 Jan 01:36
b59d034
Compare
Choose a tag to compare

Improvements to AddGeoJson and new PolygonList #238
Big Thank you for @Enritski

2.4.4

13 Dec 13:10
Compare
Choose a tag to compare

Get list of makers within a cluster a user clicks on #233
optimize JS loops to only read array lengths once #234
https://www.nuget.org/packages/BlazorGoogleMaps/2.4.4

2.4.3

29 Nov 20:45
Compare
Choose a tag to compare

Resolve javascript namespace issue, argument null exception and setDirections unsupported. #226
Again huge kudos to @Curlack for taking time for big refactoring and new features.
https://www.nuget.org/packages/BlazorGoogleMaps/2.4.3

More info (copy paste from PR :) )
The changes to objectManager.js looks vicious, in short, I only move the entire script into blazorGoogleMaps object that is returned by IIFE (immediately invoked function expression). I did this so we can encapsulate private members. Then I moved the directionService handler (previously known as googleMapDirectionServiceFunctions.route) into its own object (for neatness's sake, wasn't really required). Hopefully doesn't cause too much headache with the conflicts. If it wasn't changed between last time and now, maybe just replacing would be easier.

2.4.2

29 Nov 19:23
Compare
Choose a tag to compare

Bug: line in objectManager.js obj instanceof google.maps.places throws undefined exception #221
https://www.nuget.org/packages/BlazorGoogleMaps/2.4.2

2.4.1

25 Nov 08:11
13ad470
Compare
Choose a tag to compare

2.3.1

14 Nov 20:04
Compare
Choose a tag to compare