Select to view content in your preferred language

Migrating from JavaScript 4.10 to 4.23 tips

477
3
Jump to solution
09-21-2023 09:16 AM
TimDietz
New Contributor III

We have an existing application that has been pointing to the 4.10 version of ArcGIS JavaScript API.  To add additional functionality, we have found that we can update to V4.23 with minimal updates.  Problem is, we don't really know what some of the upgrade "must do's" are.

Things like esri/tasks/support/Query is now esri/rest/support/Query (as of V4.20).

Is there a place where I can find all of the release notes for each update to see what I need to change in my app?

TIA

-Tim

0 Kudos
1 Solution

Accepted Solutions
LaurenBoyd
Esri Contributor

Hi @TimDietz -

I would suggest reviewing the breaking changes page: https://developers.arcgis.com/javascript/latest/breaking-changes/ 

It is a curated list of breaking changes from each release and matches what is on the release notes.

Hope that helps!

Lauren

View solution in original post

3 Replies
KenBuja
MVP Esteemed Contributor

There's not one page to do that, but you can use the url https://developers.arcgis.com/javascript/latest/4.xx/ (replacing xx with your version number) to go through the Release notes for each version

JeffreyThompson2
MVP Regular Contributor

https://developers.arcgis.com/javascript/latest/4.10/#previous-releases

Looks like ESRI hid the old versions in the sidebar on the documentation site, but the links to the older versions are still available at the bottom of the page.

GIS Developer
City of Arlington, Texas
0 Kudos
LaurenBoyd
Esri Contributor

Hi @TimDietz -

I would suggest reviewing the breaking changes page: https://developers.arcgis.com/javascript/latest/breaking-changes/ 

It is a curated list of breaking changes from each release and matches what is on the release notes.

Hope that helps!

Lauren