A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.arcgis.com/javascript/latest/breaking-changes/ below:

Breaking changes | Overview | ArcGIS Maps SDK for JavaScript 4.33

A comprehensive guide to all breaking changes for the ArcGIS Maps SDK for JavaScript, ordered by release version. This guide is helpful for people upgrading versions of the API in their app(s). Scroll down to find the current version of the API in use, then follow the changes up to the latest version, and make the relevant updates.

To see all the latest features and advancements, please refer to the Release Notes. To see all the added features and advancements from all versions, please refer to the Previous Versions Release Notes section.

4.33 Core API breaking changes

The following classes, methods, properties and events have been deprecated for at least 2 releases and have now been removed from the API:

Map components breaking changes Charts components breaking changes 4.32 Core API breaking changes

The following classes, methods, properties and events have been deprecated for at least 2 releases and have now been removed from the API:

Map components breaking changes Charts components breaking changes 4.31 Charts components breaking changes

Charts components are still in beta, so the API and user experience may change based on user feedback or an improved design. The following properties were updated/removed in this release:

Additional breaking changes

The following classes, methods, properties and events have been deprecated for at least 2 releases and have now been removed from the API:

4.30 Components breaking changes

For an improved developer experience (e.g., readability and code writing), Map and Coding components have been updated to use a new event naming pattern, arcgis<nameOfEvent>, instead of arcgis<nameOfComponent><nameofEvent>. For example, the Bookmarks ready event name was changed from arcgisBookmarksReady to arcgisReady. This change does not affect view based components such as arcgis-map and arcgis-scene.

Navigational components, such as Zoom, no longer display by default in the arcgis-map and arcgis-scene components. The only default component in a map or scene will be the attribution. All other components need to be added manually like so:

Use dark colors for code blocks Copy

1
2
3
4
<arcgis-map basemap="dark-gray-vector" center="-90,38" zoom="5">
  <arcgis-zoom position="top-left"></arcgis-zoom>
  <arcgis-home position="top-right"></arcgis-home>
</arcgis-map>
Additional breaking changes

The following classes, methods, properties and events have been deprecated for at least 2 releases and have now been removed from the API:

4.29

The following classes, methods, properties and events have been deprecated for at least 2 releases and have now been removed from the API:

4.28 Removal of watchUtils

The watchUtils class has been deprecated since version 4.24 and has been removed from the API at this release. This is a breaking change and applications will need to use reactiveUtils instead, which provides significantly improved utilities and convenience functions for watching properties inherited from Accessor. Check out the Why you should be using reactiveUtils instead of watchUtils blog for more details on how to migrate from watchUtils to reactiveUtils.

TypeScript breaking changes Additional breaking changes

The following classes, methods, properties and events have been deprecated for at least 2 releases and have now been removed from the API:

4.27

The following classes, methods, properties and events have been deprecated for at least 2 releases and have now been removed from the API:

4.26

The following classes, methods, properties and events have been deprecated for at least 2 releases and have now been removed from the API:

Class/Property/Method/Event Alternate option Version deprecated esri/widgets/Slice/SlicePlane esri/analysis/SlicePlane 4.23 Knowledge Graph beta changes

The knowledgeGraphService remains in beta. Capabilities in version 4.26 are only supported against ArcGIS Enterprise 11.1 and later. To access a knowledgeGraphService on ArcGIS Enterprise 11.0 and earlier, use version 4.25.

In 4.26/Enterprise 11.1, the data model and service definition of knowledge graph services were updated. With the exception of GraphSearchStreaming.globalIdsFilter, this change will not break client-side code written using the methods for knowledgeGraphService. The table below lists the knowledge graph properties that have been removed at this release:

4.25

The following classes, methods, properties and events have been deprecated for at least 2 releases and have now been removed from the API:

4.24

The following classes, methods, properties and events have been deprecated for at least 2 releases and have now been removed from the API:

The following tasks have been deprecated for at least 3 releases and have now been removed from the API:

4.23

The following classes, methods, properties and events have been deprecated for at least 2 releases and have now been removed from the API:

4.22

The following classes, methods, properties and events have been deprecated for at least 2 releases and have now been removed from the API:

4.21

The following classes, methods, properties and events have been deprecated for at least 2 releases and have been removed from the API:

4.20

The following classes, methods, properties and events have been deprecated for at least 2 releases and have now been removed from the API:

4.19

The following classes, methods, properties and events have been deprecated for at least 2 releases and have now been removed from the API:

4.18 4.17

Use dark colors for code blocks Copy

1
2
3
4
5
6
7
8
// destroy the view and all attached resources
view.destroy();

// unset map from the view so that it is not destroyed
// then destroy the view and all attached resources
const map = view.map;
view.map = null;
view.destroy();
4.16 4.15 4.14 4.13 4.12 4.11 4.10 4.9 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.1 4.0

This was the first official release of the 4x API. Since the prior 4x releases were in beta, they will not be considered here.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4