@arcgis/coding-components-react 4.33.0-next.9 → 4.33.0-next.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # ArcGIS Maps SDK for JavaScript - React wrapper for Coding Components
2
2
 
3
- The ArcGIS Maps SDK for JavaScript provides a suite of ready-to-use UI components that simplify the process of creating GIS web applications. Currently, this package only includes an [Arcade](https://developers.arcgis.com/arcade/) expression code editor.
3
+ > Note: `@arcgis/coding-components-react` was developed for use in React 18. Consider updating to React 19 where the React wrapper is no longer necessary. Check out the [documentation](https://developers.arcgis.com/javascript/latest/get-started-react/) to get started with `@arcgis/coding-components` in React 19.
4
4
 
5
- Samples for how to use this package are available on github in the [jsapi-resources](https://github.com/Esri/jsapi-resources) repository.
5
+ The ArcGIS Maps SDK for JavaScript provides a suite of ready-to-use UI components that simplify the process of creating GIS web applications. Currently, this package only includes an [Arcade](https://developers.arcgis.com/arcade/) expression code editor.
6
6
 
7
7
  ## Documentation
8
8
 
@@ -20,11 +20,15 @@ Samples for how to use this package are available on github in the [jsapi-resour
20
20
  - [Licensing](https://developers.arcgis.com/javascript/latest/licensing/)
21
21
  - [Working with `next` versions](https://github.com/Esri/feedback-js-api-next/blob/main/README.md)
22
22
 
23
- ## Issues
23
+ ## Support
24
24
 
25
25
  - General questions about using this package or the ArcGIS Maps SDK for JavaScript? See the [Esri developer community](https://community.esri.com/t5/arcgis-api-for-javascript/ct-p/arcgis-api-for-javascript).
26
26
  - [Technical support](https://support.esri.com/).
27
27
 
28
+ ## Quick start guide
29
+
30
+ An [example](https://github.com/Esri/jsapi-resources/tree/50579b9362b846e869a343b660c5a2415176a275/component-samples/coding-components/samples/react) is available from the 4.31 release in the jsapi-resources repo.
31
+
28
32
  ## License
29
33
 
30
34
  COPYRIGHT © 2025 Esri
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/coding-components-react",
3
- "version": "4.33.0-next.9",
3
+ "version": "4.33.0-next.91",
4
4
  "description": "A set of React components that wrap ArcGIS coding components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -29,12 +29,12 @@
29
29
  ],
30
30
  "license": "SEE LICENSE.md",
31
31
  "dependencies": {
32
- "@arcgis/coding-components": "4.33.0-next.9",
32
+ "@arcgis/coding-components": "4.33.0-next.91",
33
33
  "@lit/react": "^1.0.5",
34
34
  "tslib": "^2.7.0"
35
35
  },
36
36
  "peerDependencies": {
37
- "@arcgis/core": ">=4.32.0-next <4.33",
37
+ "@arcgis/core": ">=4.33.0-next <4.34",
38
38
  "react": ">=18.0.0 <19.0.0",
39
39
  "react-dom": ">=18.0.0 <19.0.0"
40
40
  }