@itwin/map-layers-formats 4.1.0-dev.84 → 4.1.0

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/CHANGELOG.md +14 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,19 @@
1
1
  # Change Log - @itwin/map-layers-formats
2
2
 
3
- This log was last generated on Mon, 24 Jul 2023 12:35:20 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 14 Aug 2023 14:36:34 GMT and should not be manually modified.
4
+
5
+ ## 4.1.0
6
+ Mon, 14 Aug 2023 14:36:34 GMT
7
+
8
+ ### Updates
9
+
10
+ - Added support for UniqueValue renderer in ArcGIS feature format
11
+ - Fix leaks in map-layers-formats tests
12
+ - Fix issues with ArcGIS feature service not providing its extent in EPSG:3857. Also make sure default symbology is correctly applied if none is provided.
13
+ - Improved ArcGIS map-layers validation.
14
+ - Revisited getMapFeatureInfo, it now returns graphics along with records.
15
+ - Upgrade sinon to 15.0.4
16
+ - Switch to ESLint new flat config system
4
17
 
5
18
  ## 4.0.6
6
19
  Mon, 24 Jul 2023 05:07:33 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers-formats",
3
- "version": "4.1.0-dev.84",
3
+ "version": "4.1.0",
4
4
  "description": "Enables additional map-layers formats in iTwin.js",
5
5
  "main": "lib/cjs/map-layers-formats.js",
6
6
  "module": "lib/esm/map-layers-formats.js",
@@ -43,18 +43,18 @@
43
43
  "sinon-chai": "^3.2.0",
44
44
  "source-map-support": "^0.5.6",
45
45
  "typescript": "~5.0.2",
46
- "@itwin/appui-abstract": "4.1.0-dev.84",
47
- "@itwin/core-frontend": "4.1.0-dev.84",
48
- "@itwin/core-bentley": "4.1.0-dev.84",
49
- "@itwin/build-tools": "4.1.0-dev.84",
50
- "@itwin/core-geometry": "4.1.0-dev.84",
51
- "@itwin/core-common": "4.1.0-dev.84"
46
+ "@itwin/build-tools": "4.1.0",
47
+ "@itwin/appui-abstract": "4.1.0",
48
+ "@itwin/core-bentley": "4.1.0",
49
+ "@itwin/core-geometry": "4.1.0",
50
+ "@itwin/core-frontend": "4.1.0",
51
+ "@itwin/core-common": "4.1.0"
52
52
  },
53
53
  "peerDependencies": {
54
- "@itwin/appui-abstract": "4.1.0-dev.84",
55
- "@itwin/core-bentley": "4.1.0-dev.84",
56
- "@itwin/core-common": "4.1.0-dev.84",
57
- "@itwin/core-geometry": "4.1.0-dev.84"
54
+ "@itwin/appui-abstract": "4.1.0",
55
+ "@itwin/core-bentley": "4.1.0",
56
+ "@itwin/core-geometry": "4.1.0",
57
+ "@itwin/core-common": "4.1.0"
58
58
  },
59
59
  "dependencies": {
60
60
  "google-protobuf": "~3.20.1"