Today we released version 3.11 of the ArcGIS API for JavaScript. The optimizer has been updated to support the latest version, and the API & SDK is also available for download. Note that the downloads have moved to a new place.
Read the blog at http://blogs.esri.com/esri/arcgis/2014/10/06/arcgis-api-for-javascript-version-3-11-released/ .
Or for the complete details, read the Whats New at https://developers.arcgis.com/javascript/jshelp/whats_new.html.
For those of you not usually reading any of the above, please read at least the first item, that says:
"This is important if you’re upgrading from earlier versions!
To update your code for version 3.11 references, replace the following URLs:
change /3.10/js/dojo/
to /3.11/
(note the dropped “/js/dojo”) and change /3.10/js/esri/
to /3.11/esri/
(note the dropped “/js”).
"
An example of this is shown below
<link rel="stylesheet" href="http://js.arcgis.com/3.11/dijit/themes/claro/claro.css">
<link rel="stylesheet" href="http://js.arcgis.com/3.11/esri/css/esri.css">
Good stuff!
What's going on with the Explore Heat Map sample as you pan east?
This is the result when panning east across the dateline
Which is different from panning west
Hi Ken Buja, the heatmaprenderer is currently in beta and has issues with wraparound if the map starts centered in the eastern hemisphere (which is what you already spotted).
Hi Bjorn-
Can you tell us where we might go for the ExpandoPane css? At 3.10 the url is:
http://js.arcgis.com/3.10/js/dojo/dojox/layout/resources/ExpandoPane.css"
Thanks
Change the number to 3.11 and remove the "js/dojo":
http://js.arcgis.com/3.11/dojox/layout/resources/ExpandoPane.css
Thank you that was it
Great!
There is an issue with my measure widget in 3.11. Has this css for the buttons changed?
Yes. As mentioned in What's new in Version 3.11 | Guide | ArcGIS API for JavaScript we did a number of changes to the Measurement widget (even though we didn't specifically mention CSS on that page).
Could you maybe create a new thread with an example of your code, and/or link to your app?