@itwin/map-layers-formats 4.2.0-dev.1 → 4.2.0-dev.11

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 +34 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,29 @@
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 Thu, 17 Aug 2023 07:50:06 GMT and should not be manually modified.
4
+
5
+ ## 4.1.1
6
+ Fri, 18 Aug 2023 13:02:53 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.1.0
11
+ Mon, 14 Aug 2023 14:36:34 GMT
12
+
13
+ ### Updates
14
+
15
+ - Added support for UniqueValue renderer in ArcGIS feature format
16
+ - Fix leaks in map-layers-formats tests
17
+ - 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.
18
+ - Improved ArcGIS map-layers validation.
19
+ - Revisited getMapFeatureInfo, it now returns graphics along with records.
20
+ - Upgrade sinon to 15.0.4
21
+ - Switch to ESLint new flat config system
22
+
23
+ ## 4.0.7
24
+ Thu, 10 Aug 2023 13:19:24 GMT
25
+
26
+ _Version update only_
4
27
 
5
28
  ## 4.0.6
6
29
  Mon, 24 Jul 2023 05:07:33 GMT
@@ -40,6 +63,16 @@ Mon, 22 May 2023 15:34:14 GMT
40
63
  - Update to eslint@8
41
64
  - Upgrade TypeScript compile target to es2021.
42
65
 
66
+ ## 3.7.13
67
+ Tue, 08 Aug 2023 19:49:18 GMT
68
+
69
+ _Version update only_
70
+
71
+ ## 3.7.12
72
+ Thu, 27 Jul 2023 21:50:57 GMT
73
+
74
+ _Version update only_
75
+
43
76
  ## 3.7.11
44
77
  Tue, 11 Jul 2023 17:17:22 GMT
45
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers-formats",
3
- "version": "4.2.0-dev.1",
3
+ "version": "4.2.0-dev.11",
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.1",
47
- "@itwin/core-frontend": "4.2.0-dev.1",
48
- "@itwin/core-common": "4.2.0-dev.1",
49
- "@itwin/core-bentley": "4.2.0-dev.1",
50
- "@itwin/build-tools": "4.2.0-dev.1",
51
- "@itwin/core-geometry": "4.2.0-dev.1"
46
+ "@itwin/appui-abstract": "4.2.0-dev.11",
47
+ "@itwin/build-tools": "4.2.0-dev.11",
48
+ "@itwin/core-bentley": "4.2.0-dev.11",
49
+ "@itwin/core-common": "4.2.0-dev.11",
50
+ "@itwin/core-frontend": "4.2.0-dev.11",
51
+ "@itwin/core-geometry": "4.2.0-dev.11"
52
52
  },
53
53
  "peerDependencies": {
54
- "@itwin/appui-abstract": "4.2.0-dev.1",
55
- "@itwin/core-bentley": "4.2.0-dev.1",
56
- "@itwin/core-common": "4.2.0-dev.1",
57
- "@itwin/core-geometry": "4.2.0-dev.1"
54
+ "@itwin/appui-abstract": "4.2.0-dev.11",
55
+ "@itwin/core-bentley": "4.2.0-dev.11",
56
+ "@itwin/core-geometry": "4.2.0-dev.11",
57
+ "@itwin/core-common": "4.2.0-dev.11"
58
58
  },
59
59
  "dependencies": {
60
60
  "google-protobuf": "~3.20.1"