Release v2.3.0
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
, useGeometryEngineAreaUnit
instead - Deprecated
CompassWidget.IconClass
andHomeWidget.IconClass
, useWidget.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
- Adding CSV Layer by @AndersenBell in #169
- Feature/193 feature edits by @TimPurdum in #194
- Extra fixes for Pro widgets by @TimPurdum in #198
- Adding measurement widget by @AndersenBell in #196
- Moved and consolidated tests, fixed FeatureLayer unregister bug by @TimPurdum in #203
- Feature/64 add kmllayer by @seahro in #199
- Feature/51 bookmarks widget by @AndersenBell in #200
- fix popup actions by @TimPurdum in #208
- Adding support for time slider by @AndersenBell in #206
- Bug/214 sql filter by @TimPurdum in #217
- Clean up and revert bug-causing change to
featureLayerView.ts
by @TimPurdum in #213 - Feature/typescript cleanup by @AndersenBell in #218
- Updating feature layer Symbol rendering by @AndersenBell in #216
- Feature/70 add wcslayer by @seahro in #204
- Bug fixes and support for pro freatures by @AndersenBell in #219
- Bug/149 equality checks by @TimPurdum in #220
- Maintainer Documentation by @TimPurdum in #211
- Prep for Release by @TimPurdum in #221
New Contributors
- @AndersenBell made their first contribution in #169
Full Changelog: v2.2.1...v.2.3.0