Skip to content

Commit

Permalink
chore: updates for 4.31
Browse files Browse the repository at this point in the history
  • Loading branch information
andygup committed Oct 23, 2024
1 parent 899580b commit 76bd296
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 484,587 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/issue-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ body:
attributes:
label: Reproduction browser
description: Browser (check https://whatismybrowser.com/)
placeholder: e.g. Chrome 103 on Windows 11
placeholder: e.g. Chrome 130 on Windows 11
validations:
required: true
- type: textarea
Expand All @@ -58,9 +58,9 @@ body:
description: Provide the operating system version and device make/model.
placeholder: |
- OS:
e.g. Apple iOS 15.5, Windows 10* 64-bit or MacOS 12.4
e.g. Apple iOS 18, Windows 10* 64-bit or MacOS 14.7
- Device:
e.g. iPhone 13, Samsung Galaxy S22 or Macbook Pro
e.g. iPhone 15, Samsung Galaxy S24 or Macbook Pro
...
validations:
required: true
4 changes: 0 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@ Esri welcomes contributions from anyone and everyone. There are several ways you

* Contact [Esri Tech Support](https://support.esri.com/en-us/contact)
* Ask the [Esri community](https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bd-p/arcgis-api-for-javascript-questions)

# Contributing to this repo

We recommend opening issues before submitting a pull request.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ This repository provides a collection of code samples that provide _proof-of-con

If you have set OAuthInfo's [`popup`](https://developers.arcgis.com/javascript/latest/api-reference/esri-identity-OAuthInfo.html#popup) property to `true`, you'll need to host a [callback page](./oauth/) on your server. For more information, visit the Maps SDK's [Access secure resources](https://developers.arcgis.com/javascript/latest/secure-resources/) guide topic.

## AMD TypeScript declaration files (Deprecated)
## TypeScript declaration files

The AMD TypeScript `.d.ts` files are deprecated at 4.29 and the final update will be 4.31. The last several files can be downloaded from this [repo](./typescript/README.md). The NPM `.d.ts` files can be installed via the [`arcgis-js-api`](https://www.npmjs.com/package/arcgis-js-api) package, which was also deprecated at 4.29. Use the [`@arcgis/core`](https://www.npmjs.com/package/@arcgis/core) package instead.
TypeScript definitions are included in the [`@arcgis/core`](https://www.npmjs.com/package/@arcgis/core) npm package.

## Contributing

Expand Down
44 changes: 0 additions & 44 deletions typescript/README.md

This file was deleted.

Loading

0 comments on commit 76bd296

Please sign in to comment.