@itwin/map-layers-formats 4.2.0-dev.5 → 4.2.0-dev.6

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 +19 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,24 @@
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 Tue, 15 Aug 2023 19:39:59 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
17
+
18
+ ## 4.0.7
19
+ Thu, 10 Aug 2023 13:19:24 GMT
20
+
21
+ _Version update only_
4
22
 
5
23
  ## 4.0.6
6
24
  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.2.0-dev.5",
3
+ "version": "4.2.0-dev.6",
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.2.0-dev.5",
47
- "@itwin/core-common": "4.2.0-dev.5",
48
- "@itwin/core-bentley": "4.2.0-dev.5",
49
- "@itwin/build-tools": "4.2.0-dev.5",
50
- "@itwin/core-frontend": "4.2.0-dev.5",
51
- "@itwin/core-geometry": "4.2.0-dev.5"
46
+ "@itwin/appui-abstract": "4.2.0-dev.6",
47
+ "@itwin/core-bentley": "4.2.0-dev.6",
48
+ "@itwin/build-tools": "4.2.0-dev.6",
49
+ "@itwin/core-common": "4.2.0-dev.6",
50
+ "@itwin/core-geometry": "4.2.0-dev.6",
51
+ "@itwin/core-frontend": "4.2.0-dev.6"
52
52
  },
53
53
  "peerDependencies": {
54
- "@itwin/appui-abstract": "4.2.0-dev.5",
55
- "@itwin/core-bentley": "4.2.0-dev.5",
56
- "@itwin/core-common": "4.2.0-dev.5",
57
- "@itwin/core-geometry": "4.2.0-dev.5"
54
+ "@itwin/appui-abstract": "4.2.0-dev.6",
55
+ "@itwin/core-bentley": "4.2.0-dev.6",
56
+ "@itwin/core-common": "4.2.0-dev.6",
57
+ "@itwin/core-geometry": "4.2.0-dev.6"
58
58
  },
59
59
  "dependencies": {
60
60
  "google-protobuf": "~3.20.1"