Releases: arnaudleclerc/AzureMapsControl.Components
Releases · arnaudleclerc/AzureMapsControl.Components
1.16.1
Fixes #98 - MediaLayerOptions 'Opacity' needs floating point value
Full Changelog: 1.16.0...1.16.1
1.16.0
What's Changed
- Add support of GetClusterLeaves and GetClusterExpansionZoom on Datasource by @arnaudleclerc in #95
- Register MapService as scoped by @arnaudleclerc in #99
Full Changelog: 1.15.0...1.16.0
1.15.0
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
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
New Contributors
Full Changelog: 1.13.0...1.14.0
1.13.0
1.12.0
- 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
- 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 onDatasourceOptions
. 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
- Add support of .NET 6. .NET 5 is still supported
Full Changelog: 1.9.0...1.10.0
1.10.0-net60-alpha0001
- 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
- Added
sourceadded
andsourceremoved
events on the Map