Skip to content

feat: Add new snippet for adding the map components and update the ge… #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ All notable changes to the "arcgis-jsapi-snippets" extension will be documented

- Add latest versions to the getAPI snippet
- Fix typo in package.json
- Update tsconfig snippet to include ```importHelpers``` and ```moduleResolution```
- Update tsconfig snippet to include `importHelpers` and `moduleResolution`

## [Version 1.1.2]

Expand All @@ -31,7 +31,7 @@ All notable changes to the "arcgis-jsapi-snippets" extension will be documented
## [Version 1.1.4]

- Added React Map snippet
- Added Calcite snippet
- Added Calcite snippet
- Added latest versions to the getAPI snippet

## [Version 1.1.5]
Expand Down Expand Up @@ -74,4 +74,10 @@ All notable changes to the "arcgis-jsapi-snippets" extension will be documented

- Added `searchWidget` snippet
- Added `searchWidgetWithCustomSources` snippet
- Added `searchWidgetWithSources` snippet
- Added `searchWidgetWithSources` snippet

## [Version 1.1.7]

- Updated the getApi snippet to use the selected version for both the css and javascript to prevent having to choose the same version twice.
- Added `getApiPlusComponents` snippet.
- Added `addArcgisMapComponent`snippet
Loading