From 7974302d72dd23188cc53cba771905e1ffac37c9 Mon Sep 17 00:00:00 2001 From: Andy G Date: Fri, 26 Apr 2024 15:45:23 -0600 Subject: [PATCH 1/2] docs(changelog): components breaking changes --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d916533..3c28393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ The `next` version of 4.30 is now available. Planned release date is June 2024. - Map and coding components are coming out of beta at 4.30. +### Components breaking changes + +- In `@arcgis/map-components@next`, `Zoom` and other navigation components have been removed as defaults in the `arcgis-map` and `arcgis-scene` components. The only default component will be `Attribution`. All others need to be added manually, for example: + +```html + + + + +``` + ## Layer updates TBD From e4ab875f6c3b1436097b6efd236dc79a84a7ee19 Mon Sep 17 00:00:00 2001 From: Andy G Date: Fri, 26 Apr 2024 16:27:03 -0600 Subject: [PATCH 2/2] Simplify map attributes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c28393..cb0990c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ The `next` version of 4.30 is now available. Planned release date is June 2024. - In `@arcgis/map-components@next`, `Zoom` and other navigation components have been removed as defaults in the `arcgis-map` and `arcgis-scene` components. The only default component will be `Attribution`. All others need to be added manually, for example: ```html - +