@itwin/map-layers-formats 4.5.0-dev.7 → 4.5.0-dev.9
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.
- package/CHANGELOG.md +11 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/map-layers-formats
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 12 Feb 2024 19:26:22 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.4.0
|
|
6
|
+
Mon, 12 Feb 2024 18:15:58 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Improve documentation
|
|
11
|
+
- Custom query parameters can now be configured on map layers objects.
|
|
12
|
+
- Improved MapFeatureInfo display of decorations outside of project extent.
|
|
13
|
+
- Added missing `@itwin/core-frontend` peer dependency
|
|
4
14
|
|
|
5
15
|
## 4.3.3
|
|
6
16
|
Wed, 03 Jan 2024 19:28:38 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/map-layers-formats",
|
|
3
|
-
"version": "4.5.0-dev.
|
|
3
|
+
"version": "4.5.0-dev.9",
|
|
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",
|
|
@@ -44,19 +44,19 @@
|
|
|
44
44
|
"source-map-support": "^0.5.6",
|
|
45
45
|
"typemoq": "^2.1.0",
|
|
46
46
|
"typescript": "~5.0.2",
|
|
47
|
-
"@itwin/
|
|
48
|
-
"@itwin/
|
|
49
|
-
"@itwin/
|
|
50
|
-
"@itwin/
|
|
51
|
-
"@itwin/core-
|
|
52
|
-
"@itwin/core-frontend": "4.5.0-dev.
|
|
47
|
+
"@itwin/appui-abstract": "4.5.0-dev.9",
|
|
48
|
+
"@itwin/build-tools": "4.5.0-dev.9",
|
|
49
|
+
"@itwin/core-bentley": "4.5.0-dev.9",
|
|
50
|
+
"@itwin/core-common": "4.5.0-dev.9",
|
|
51
|
+
"@itwin/core-geometry": "4.5.0-dev.9",
|
|
52
|
+
"@itwin/core-frontend": "4.5.0-dev.9"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@itwin/
|
|
56
|
-
"@itwin/
|
|
57
|
-
"@itwin/core-
|
|
58
|
-
"@itwin/core-
|
|
59
|
-
"@itwin/core-
|
|
55
|
+
"@itwin/appui-abstract": "4.5.0-dev.9",
|
|
56
|
+
"@itwin/core-bentley": "4.5.0-dev.9",
|
|
57
|
+
"@itwin/core-common": "4.5.0-dev.9",
|
|
58
|
+
"@itwin/core-frontend": "4.5.0-dev.9",
|
|
59
|
+
"@itwin/core-geometry": "4.5.0-dev.9"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"google-protobuf": "~3.20.1"
|