ArcGIS API for JavaScript 4.15 and 3.32

3037
4
04-09-2020 11:48 AM
Noah-Sager
Esri Regular Contributor
3 4 3,037

Today, we are pleased to release versions 4.15 and 3.32 of the ArcGIS API for JavaScript. Here are some of the 4.15 highlights (please refer to the 3.32 link at the end for 3.x updates).

The stats

We fixed 50 bugs, added 17 new classes, created 8 new samples, and 99% of the codebase in now written in TypeScript. We also play nicely with deck.gl:

Build a custom layer view using deck.gl

Edit Features in 3D

Make sweet edits and updates to FeatureLayers in 3D SceneViews with your favorite 2D editing widgets: Editor, FeatureForm, FeatureTemplates, and Sketch. When you scale or rotate 3D symbols with the interactive handles of the 3D point transform tool, the feature attributes are automatically updated through VisualVariable configurations. Check out the new Edit features in 3D with the Editor widget sample for a live example.

https://developers.arcgis.com/javascript/latest/guide/release-notes/#featurelayer-editing-in-3d

Edit features in 3D with the Editor widget

Modernize. Adapt. Overcome.

The API returns native promises (instead of Dojo promises) by default. We plan to completely remove Dojo promises at 4.16. This change might break your app, or it might not. You can opt-out of this change with a flag, but we’ll remove this opt-out flag at 4.16, so you might as well make your updates now. You can also use the esriConfig object as a global variable to set esri/config properties.

https://developers.arcgis.com/javascript/latest/guide/release-notes/#api-modernization

 

Seat at the Feature Table

Win friends and influence stakeholders with the new FeatureTable (beta) widget. When working with a large dataset, the table loads additional features as the user scrolls. Users can select rows (features) within the table. Works well with or without a map.

https://developers.arcgis.com/javascript/latest/sample-code/widgets-featuretable/index.html?search=F...

FeatureTable widget with a map

Attachment issues?

Don’t worry, this is all work related. The Editor widget was updated to support attachment editing. We also introduced a new Attachments widget which allows users to view attachments associated with a feature (pop-ups now use this widget under the hood to display attachments).

https://developers.arcgis.com/javascript/latest/guide/release-notes/#attachments%3A-viewing-and-edit...

That’s so Metal

The MeshMaterialMetallicRoughness (based on MeshMaterial) uses the metallic/roughness lighting model to enable physically based lighting. The metallic and roughness properties can be used to model various realistic materials including metals and plastics.

https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-support-MeshMaterialMeta...

Low poly terrain using mesh geometry

Wait, there’s more!

Act now to receive even more updates at no additional cost. Tools to better explore BuildingSceneLayer. Display features on top of IntegratedMeshLayer. Helpful updates to Clustering, MapImageLayer, and a variety of widgets. And there’s even more than that. Check out the links below to discover everything that’s new and exciting at 4.15 and 3.32.

Release Blog

https://www.esri.com/arcgis-blog/products/product/announcements/whats-new-in-arcgis-api-for-javascri...

4.15 Release Notes

https://developers.arcgis.com/javascript/latest/guide/release-notes/index.html

 

4.15 Samples

https://developers.arcgis.com/javascript/latest/sample-code/?search=4.15

 

3.32 What’s New

https://developers.arcgis.com/javascript/3/jshelp/whats_new.html

4 Comments
by Anonymous User
Not applicable

If geography doesn't "pan" out (), you can at least have a career in comedy. That was both an exciting and a hilarious read. 

Noah-Sager
Esri Regular Contributor

Ha, thanks Kevin!

YousefQuran
Occasional Contributor

This is super exciting, I love to be part of these great achievements which will make a huge impact! 
Noah Sager Thank you very much. 

shaileshgavathe
Occasional Contributor II

Is there a way to display deck.gl renderers under Legend Widget. tried to apply a renderer after layer is rendered but it don't work  ? 

About the Author
Noah Sager is a Product Engineer on the ArcGIS Maps SDK for JavaScript team at Esri. Prior to joining Esri, he mapped utility lines around Appalachia, investigated public restroom access in Chicago, and studied foraging behavior in squirrels in Canada.