diff --git a/CHANGELOG.md b/CHANGELOG.md index d36c253..5626afc 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