Skip to content

Releases: arnaudleclerc/AzureMapsControl.Components

1.17.1

Choose a tag to compare

@arnaudleclerc arnaudleclerc released this 10 Mar 17:49
c4d77d5

What's Changed

Full Changelog: 1.17.0...1.17.1

1.17.0

Choose a tag to compare

@arnaudleclerc arnaudleclerc released this 09 Oct 07:33
ef97648

What's Changed

New Contributors

Full Changelog: 1.16.1...1.17.0

1.16.1

Choose a tag to compare

@arnaudleclerc arnaudleclerc released this 18 Jun 13:11

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

Full Changelog: 1.16.0...1.16.1

1.16.0

Choose a tag to compare

@arnaudleclerc arnaudleclerc released this 14 Jun 16:13
84e6567

What's Changed

Full Changelog: 1.15.0...1.16.0

1.15.0

Choose a tag to compare

@arnaudleclerc arnaudleclerc released this 12 Mar 13:54

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

Choose a tag to compare

@arnaudleclerc arnaudleclerc released this 22 Dec 12:03

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

Choose a tag to compare

@arnaudleclerc arnaudleclerc released this 14 Sep 07:09
8ec56dc

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

Choose a tag to compare

@arnaudleclerc arnaudleclerc released this 03 Aug 07:27
c252e58
  • 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

Choose a tag to compare

@arnaudleclerc arnaudleclerc released this 12 Nov 14:37
  • 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

Choose a tag to compare

@arnaudleclerc arnaudleclerc released this 08 Nov 09:57
  • Add support of .NET 6. .NET 5 is still supported

Full Changelog: 1.9.0...1.10.0