Skip to content

Commit

Permalink
Merge pull request #294 from Esri/comps-breaking-change
Browse files Browse the repository at this point in the history
docs(changelog): breaking changes to default nav components
  • Loading branch information
andygup authored Apr 29, 2024
2 parents 9df1a6d + e4ab875 commit bf2c5ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<arcgis-map basemap="dark-gray-vector" center="-90,38" zoom="5">
<arcgis-zoom position="top-left"></arcgis-zoom>
<arcgis-home position="top-right"></arcgis-home>
</arcgis-map>
```

## Layer updates

TBD
Expand Down

0 comments on commit bf2c5ec

Please sign in to comment.