@itwin/map-layers-formats 4.4.0-dev.1 → 4.4.0-dev.3

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 +16 -1
  2. 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 Thu, 30 Nov 2023 17:07:27 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 08 Dec 2023 15:26:18 GMT and should not be manually modified.
4
+
5
+ ## 4.3.0
6
+ Thu, 07 Dec 2023 17:43:09 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.2.4
6
16
  Mon, 20 Nov 2023 16:14:45 GMT
@@ -132,6 +142,11 @@ Mon, 22 May 2023 15:34:14 GMT
132
142
  - Update to eslint@8
133
143
  - Upgrade TypeScript compile target to es2021.
134
144
 
145
+ ## 3.8.0
146
+ Fri, 08 Dec 2023 15:23:59 GMT
147
+
148
+ _Version update only_
149
+
135
150
  ## 3.7.17
136
151
  Mon, 20 Nov 2023 18:24:23 GMT
137
152
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers-formats",
3
- "version": "4.4.0-dev.1",
3
+ "version": "4.4.0-dev.3",
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/appui-abstract": "4.4.0-dev.1",
48
- "@itwin/core-bentley": "4.4.0-dev.1",
49
- "@itwin/core-common": "4.4.0-dev.1",
50
- "@itwin/build-tools": "4.4.0-dev.1",
51
- "@itwin/core-geometry": "4.4.0-dev.1",
52
- "@itwin/core-frontend": "4.4.0-dev.1"
47
+ "@itwin/appui-abstract": "4.4.0-dev.3",
48
+ "@itwin/core-bentley": "4.4.0-dev.3",
49
+ "@itwin/build-tools": "4.4.0-dev.3",
50
+ "@itwin/core-common": "4.4.0-dev.3",
51
+ "@itwin/core-frontend": "4.4.0-dev.3",
52
+ "@itwin/core-geometry": "4.4.0-dev.3"
53
53
  },
54
54
  "peerDependencies": {
55
- "@itwin/appui-abstract": "4.4.0-dev.1",
56
- "@itwin/core-bentley": "4.4.0-dev.1",
57
- "@itwin/core-common": "4.4.0-dev.1",
58
- "@itwin/core-frontend": "4.4.0-dev.1",
59
- "@itwin/core-geometry": "4.4.0-dev.1"
55
+ "@itwin/appui-abstract": "4.4.0-dev.3",
56
+ "@itwin/core-bentley": "4.4.0-dev.3",
57
+ "@itwin/core-common": "4.4.0-dev.3",
58
+ "@itwin/core-frontend": "4.4.0-dev.3",
59
+ "@itwin/core-geometry": "4.4.0-dev.3"
60
60
  },
61
61
  "dependencies": {
62
62
  "google-protobuf": "~3.20.1"