Skip to content

Releases: arnaudleclerc/AzureMapsControl.Components

1.16.1

18 Jun 13:11
Compare
Choose a tag to compare

Fixes #98 - MediaLayerOptions 'Opacity' needs floating point value

Full Changelog: 1.16.0...1.16.1

1.16.0

14 Jun 16:13
84e6567
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.15.0...1.16.0

1.15.0

12 Mar 13:54
Compare
Choose a tag to compare

Bugfixes

  • Fixes ComponentNotAddedToMapException happening when calling a method on a datasource before the JSRuntime had been affected.

Full Changelog: 1.14.0...1.15.0

1.14.0

22 Dec 12:03
Compare
Choose a tag to compare

What's Changed

  • Drop support of .NET 5

  • Add support of .NET 7 and .NET 8

  • Bump minimatch from 3.0.4 to 3.1.2 in /src/AzureMapsControl.Components by @dependabot in #77

  • Bump json5 from 1.0.1 to 1.0.2 in /src/AzureMapsControl.Components by @dependabot in #80

  • Bump json5 and tsconfig-paths in /src/AzureMapsControl.Components by @dependabot in #79

  • Update Azure Maps to V3 by @cschotte in #83

New Contributors

Full Changelog: 1.13.0...1.14.0

1.13.0

14 Sep 07:09
8ec56dc
Compare
Choose a tag to compare

What's Changed

  • Add class parameter to allow styling independently from ID by @sensslen in #75

New Contributors

Full Changelog: 1.12.0...1.13.0

1.12.0

03 Aug 07:27
c252e58
Compare
Choose a tag to compare
  • Fixes #68 (Trying to bind to the DrawingComplete eventcallback resulted in this error: System.NotSupportedException: Deserialization of types without a parameterless constructor, a singular parameterized constructor, or a parameterized constructor annotated with 'JsonConstructorAttribute' is not supported. Type 'AzureMapsControl.Components.Atlas.Feature')
  • Enrich Expressions API (#71 & #72)

Many thanks to @abannsunny and @mitikov for the improvments!

1.11.0

12 Nov 14:37
Compare
Choose a tag to compare
  • Added support of Gridded datasource. Relevant types can be found under the namespace AzureMapsControl.Components.Data.Grid. Please take a look at the documentation and the samples for more information.
  • Following structs now expose a FromString method to easilly retrieve the matching instance :
    • AzureMapsControl.Components.Animations.Options.Easing
    • AzureMapsControl.Components.Animations.Options.PlayType
    • AzureMapsControl.Components.Atlas.PitchAlignment
    • AzureMapsControl.Components.Indoor.IndoorLayerTheme
    • AzureMapsControl.Components.Layers.LineCap
    • AzureMapsControl.Components.Map.CameraType
    • AzureMapsControl.Components.Map.MapStyle
    • AzureMapsControl.Components.Markers.MarkerAnchor
    • AzureMapsControl.Components.Traffic.TrafficFlow
  • Added AzureMapsControl.Components.Atlas.Math.DistanceUnits representing units of measurements for distances.
  • Added new SetOptionsAsync method on all layers.
  • Added missing ClusterProperties field on DatasourceOptions. This field can be used to define custom properties that are calculated using expressions against all the points within each cluster and added to the properties of each cluster point.

Full Changelog: 1.10.0...1.11.0

1.10.0

08 Nov 09:57
Compare
Choose a tag to compare
  • Add support of .NET 6. .NET 5 is still supported

Full Changelog: 1.9.0...1.10.0

1.10.0-net60-alpha0001

19 Oct 05:02
Compare
Choose a tag to compare
Pre-release
  • Add support of .NET 6 RC 2. .NET 5 is still supported

Full Changelog: 1.9.0...1.10.0-net60-alpha0001

1.9.0

04 Aug 04:33
Compare
Choose a tag to compare
  • Added sourceadded and sourceremoved events on the Map