Skip to content

Release v2.3.0

Compare
Choose a tag to compare
@TimPurdum TimPurdum released this 09 Aug 18:32
· 424 commits to main since this release
934a5d1

Release Notes

New Layers

  • CSVLayer
  • KMLLayer
  • WCSLayer

New Widgets

  • BookmarksWidget
  • MeasurementWidget

Other New Features

  • RasterStretchRenderer
  • ColorRamps
  • FormTemplate
  • MapView.SetCursor()
  • WebMap.GetBookmarks()

Dependencies

  • Update @arcgis/core to 4.27.6
  • Update esbuild to 0.17.19
  • Update protobufjs to 7.2.4

Bug Fixes

  • Removed IEquatable implementation that caused bug #149
  • Fixed bug with PopupTemplate impacting SQL Filter sample #214

Testing

  • Added a new suite of Blazor shared library and test runners in /test

Miscellaneous

  • Deprecated ArealUnit, use GeometryEngineAreaUnit instead
  • Deprecated CompassWidget.IconClass and HomeWidget.IconClass, use Widget.Icon instead
  • Deprecated ExpandWidget.ExpandIconClass, use ExpandWidget.ExpandIcon` instead
  • Deprecated ExpandWidget.CollapseIconClass, use ExpandWidget.CollapseIcon` instead
  • Removed the Jekyll site generation code for https://docs.geoblazor.com. Note that all docs are still buildable and available from the Core library.
  • Turned on TreatWarningsAsErrors for build process

----- Auto-Generated Changelog -----

What's Changed

New Contributors

Full Changelog: v2.2.1...v.2.3.0