Git Product home page Git Product logo

feedback-js-api-next's Introduction

ArcGIS API for JavaScript - next

Current build version

https://js.arcgis.com/next

Welcome to the next version of the ArcGIS API for JavaScript (4.24). This version of the API is currently in development and will be updated frequently until the production release in July 2022. Try out new features, perform regression testing, and get a feel for the next release - then share your feedback with the development team. Please make sure that bugs and enhancement requests are specific to https://js.arcgis.com/next and not applicable to a released version.

Please note: ArcGIS API for JavaScript release management is dynamic. Some new features and updates that appear in js.arcgis.com/next might not be present in the final production release due to a variety of factors (but will likely be present in an upcoming release).

Read about the current version of the JavaScript API at https://developers.arcgis.com/javascript/.

Read the CHANGELOG.md to find about new functionality, bug fixes and any breaking changes in the next version.

Instructions

Use CDN or npm to try the next version.

CDN

To test the 'next' version using the hosted version, simply reference the API and CSS from our CDN to start using the API in your app.

<link rel="stylesheet" href="https://js.arcgis.com/next/esri/themes/light/main.css">
<script src="https://js.arcgis.com/next/"></script>

The next version of the CDN is not available for download.

npm

The next version is available for testing with local builds. For all new applications, use the ES modules: npm install @arcgis/core@next. Existing applications using AMD modules can run npm install arcgis-js-api@next or consider upgrading to @arcgis/core. More information is available in the SDK's Introduction to tooling guide topic.

esri-loader

Or if you're using esri-loader to help load AMD modules, use options.version and specify next as the value. You can also lazy-load js.arcgis.com/next/esri/themes/light/main.css by adding the css: true option, or you can use any of the other methods supported by esri-loader instead.

const options = {
  version: 'next',
  css: true
};
const [Map] = await loadModules(['esri/map'], options);

TypeScript typings for ES modules

Typings are included with the npm install of @arcgis/core@next ES modules. For most use cases, no special TypeScript configurations are required by the API.

TypeScript typings for AMD modules

The typings are also included with arcgis-js-api@next AMD modules, and they can be used in two ways.

Include a /// directive in your main TypeScript file.

main.ts

/// <reference types="arcgis-js-api" />

Or add to the include of your tsconfig.json.

tsconfig.json

{
  "compilerOptions": {},
  "include": [
    "node_modules/arcgis-js-api/index.d.ts",
    "src/**/*.ts",
    "src/**/*.tsx"
  ]
}

Issues

Report issues with next version at https://github.com/Esri/feedback-js-api-next/issues/new/choose

  • Bugs: Bug reports should be specific to js.arcgis.com/next and not present in the current release.
  • Enhancements: For this initiative, enhancement requests should be specific to a feature in js.arcgis.com/next.

Licensing

Copyright 2022 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's license.txt file.

feedback-js-api-next's People

Contributors

bsvensson avatar andygup avatar odoe avatar hgonzago avatar lboyd93 avatar annelfitz avatar noashx avatar ubatsukh avatar mpayson avatar juliepowell avatar ekenes avatar stdavis avatar slibby avatar saschabrunnerch avatar ycabon avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.