<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic heads up: esri-loader is deprecated in 4.29 of the JS API in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/heads-up-esri-loader-is-deprecated-in-4-29-of-the/m-p/1370920#M83354</link>
    <description>&lt;P&gt;Wanted to give as advanced notice as possible as Esri updated their&amp;nbsp;&lt;A title="Esri's JS-API-Next GitHub" href="https://github.com/Esri/feedback-js-api-next?tab=readme-ov-file" target="_blank" rel="noopener"&gt;Next JS API GitHub&lt;/A&gt;&amp;nbsp;with the 4.29 change notices yesterday.&lt;/P&gt;&lt;P&gt;Per the &lt;A title="Esri JS-API-Next Change Log" href="https://github.com/Esri/feedback-js-api-next/blob/main/CHANGELOG.md" target="_blank" rel="noopener"&gt;change log&lt;/A&gt;&amp;nbsp;"&lt;EM&gt;The esri-loader library is deprecated at version 4.29. Use components or the &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/642472"&gt;@ArcGIS&lt;/a&gt;/core ES modules instead.&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;Additionally, there're a host of other breaking changes in this release. I've catalogued them below, but the full list of recent deprecations and breaking changes are available via the above links:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;At version 4.29, only WebGL2-enabled browsers are supported for both 2D and 3D. See the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/system-requirements/" target="_blank" rel="nofollow noopener"&gt;System Requirements&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for more information. (&lt;A href="https://caniuse.com/webgl2" target="_self"&gt;here's the support matrix&lt;/A&gt;)&lt;/LI&gt;&lt;LI&gt;For local builds, using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://webpack.js.org/" target="_blank" rel="nofollow noopener"&gt;Webpack&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;versions prior to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;5.84.0&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is not recommended for 4.29. This is related to bug fixes in Webpack.&lt;/LI&gt;&lt;LI&gt;Removal of FetchPopupFeaturesResult members in the Popup class. The FetchPopupFeaturesResult type definition in the Popup class had the following properties removed from the API at this release:&amp;nbsp;&lt;EM&gt;FetchPopupFeaturesResult.clientOnlyGraphics&lt;/EM&gt;,&amp;nbsp;&lt;EM&gt;FetchPopupFeaturesResult.promisesPerLayerView&lt;/EM&gt;,&amp;nbsp;&lt;EM&gt;FetchPopupFeaturesPromisesPerLayerView&amp;nbsp;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;BasemapLayerList.multipleSelectionEnabled deprecated since 4.29. Use selectionMode instead.&lt;/LI&gt;&lt;LI&gt;BasemapLayerList.editingEnabled deprecated since 4.29. Use dragEnabled, selectionMode, and visibleElements.editButton instead.&lt;/LI&gt;&lt;LI&gt;LayerList.multipleSelectionEnabled deprecated since 4.29. Use selectionMode instead.&lt;/LI&gt;&lt;LI&gt;LayerList.selectionEnabled deprecated since 4.29. Use dragEnabled and selectionMode instead.&lt;/LI&gt;&lt;LI&gt;Popup.spinnerEnabled deprecated since 4.29. Use PopupVisibleElements.spinner instead.&lt;/LI&gt;&lt;LI&gt;TableList.multipleSelectionEnabled deprecated since 4.29. Use selectionMode instead.&lt;/LI&gt;&lt;LI&gt;TableList.selectionEnabled deprecated since 4.29. Use dragEnabled and selectionMode instead.&lt;/LI&gt;&lt;LI&gt;Popup.collapseEnabled deprecated since 4.29. Use PopupVisibleElements.collapseButton instead.&lt;/LI&gt;&lt;LI&gt;Popup.spinnerEnabled deprecated since 4.29. Use PopupVisibleElements.spinner instead.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4.29 is set for release in February of 2024.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jan 2024 13:01:57 GMT</pubDate>
    <dc:creator>AValenski</dc:creator>
    <dc:date>2024-01-17T13:01:57Z</dc:date>
    <item>
      <title>heads up: esri-loader is deprecated in 4.29 of the JS API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/heads-up-esri-loader-is-deprecated-in-4-29-of-the/m-p/1370920#M83354</link>
      <description>&lt;P&gt;Wanted to give as advanced notice as possible as Esri updated their&amp;nbsp;&lt;A title="Esri's JS-API-Next GitHub" href="https://github.com/Esri/feedback-js-api-next?tab=readme-ov-file" target="_blank" rel="noopener"&gt;Next JS API GitHub&lt;/A&gt;&amp;nbsp;with the 4.29 change notices yesterday.&lt;/P&gt;&lt;P&gt;Per the &lt;A title="Esri JS-API-Next Change Log" href="https://github.com/Esri/feedback-js-api-next/blob/main/CHANGELOG.md" target="_blank" rel="noopener"&gt;change log&lt;/A&gt;&amp;nbsp;"&lt;EM&gt;The esri-loader library is deprecated at version 4.29. Use components or the &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/642472"&gt;@ArcGIS&lt;/a&gt;/core ES modules instead.&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;Additionally, there're a host of other breaking changes in this release. I've catalogued them below, but the full list of recent deprecations and breaking changes are available via the above links:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;At version 4.29, only WebGL2-enabled browsers are supported for both 2D and 3D. See the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/system-requirements/" target="_blank" rel="nofollow noopener"&gt;System Requirements&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for more information. (&lt;A href="https://caniuse.com/webgl2" target="_self"&gt;here's the support matrix&lt;/A&gt;)&lt;/LI&gt;&lt;LI&gt;For local builds, using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://webpack.js.org/" target="_blank" rel="nofollow noopener"&gt;Webpack&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;versions prior to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;5.84.0&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is not recommended for 4.29. This is related to bug fixes in Webpack.&lt;/LI&gt;&lt;LI&gt;Removal of FetchPopupFeaturesResult members in the Popup class. The FetchPopupFeaturesResult type definition in the Popup class had the following properties removed from the API at this release:&amp;nbsp;&lt;EM&gt;FetchPopupFeaturesResult.clientOnlyGraphics&lt;/EM&gt;,&amp;nbsp;&lt;EM&gt;FetchPopupFeaturesResult.promisesPerLayerView&lt;/EM&gt;,&amp;nbsp;&lt;EM&gt;FetchPopupFeaturesPromisesPerLayerView&amp;nbsp;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;BasemapLayerList.multipleSelectionEnabled deprecated since 4.29. Use selectionMode instead.&lt;/LI&gt;&lt;LI&gt;BasemapLayerList.editingEnabled deprecated since 4.29. Use dragEnabled, selectionMode, and visibleElements.editButton instead.&lt;/LI&gt;&lt;LI&gt;LayerList.multipleSelectionEnabled deprecated since 4.29. Use selectionMode instead.&lt;/LI&gt;&lt;LI&gt;LayerList.selectionEnabled deprecated since 4.29. Use dragEnabled and selectionMode instead.&lt;/LI&gt;&lt;LI&gt;Popup.spinnerEnabled deprecated since 4.29. Use PopupVisibleElements.spinner instead.&lt;/LI&gt;&lt;LI&gt;TableList.multipleSelectionEnabled deprecated since 4.29. Use selectionMode instead.&lt;/LI&gt;&lt;LI&gt;TableList.selectionEnabled deprecated since 4.29. Use dragEnabled and selectionMode instead.&lt;/LI&gt;&lt;LI&gt;Popup.collapseEnabled deprecated since 4.29. Use PopupVisibleElements.collapseButton instead.&lt;/LI&gt;&lt;LI&gt;Popup.spinnerEnabled deprecated since 4.29. Use PopupVisibleElements.spinner instead.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4.29 is set for release in February of 2024.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 13:01:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/heads-up-esri-loader-is-deprecated-in-4-29-of-the/m-p/1370920#M83354</guid>
      <dc:creator>AValenski</dc:creator>
      <dc:date>2024-01-17T13:01:57Z</dc:date>
    </item>
  </channel>
</rss>

