@itwin/core-frontend 4.0.0-dev.10 → 4.0.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.
- package/CHANGELOG.md +24 -1
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
# Change Log - @itwin/core-frontend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 08 Feb 2023 14:58:40 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.6.0
|
|
6
|
+
Wed, 08 Feb 2023 14:58:40 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Allow map-layer requiring authentication to be correctly initialized after a saved view restore.
|
|
11
|
+
- Map-layers oauth2 requests optimization and improvements
|
|
12
|
+
- Added new viewport event (onMapLayerScaleRangeVisibilityChanged); this event is fired, whenever the visibility of a tile tree changes based on the current viewport state.
|
|
13
|
+
- Remove dependency on xml-js library in core-frontend.
|
|
14
|
+
- Improved map-layer coordinate systems validation and error reporting.
|
|
15
|
+
- Send single change event for deletion of selected/hilited elements.
|
|
16
|
+
- Use new 'ProgressFunction' instead of 'ProgressCallback' when downloading briefcase or changes.
|
|
17
|
+
- Use EmptyLocalization for localization in tests to increase test performance
|
|
18
|
+
- Save the tool settings property before reinitialize the tool when a property change in the tool settings of the MeasureAreaByPointsTool
|
|
19
|
+
- Fix greenUp flag for GLTF normal maps (set to true).
|
|
20
|
+
- Promote ViewState3d.lookAt and Viewport.queryVisibleFeatures to public.
|
|
21
|
+
- Deprecate IModelConnection.displayedExtents.
|
|
22
|
+
- Prevent flickering skybox in synchronized viewports.
|
|
23
|
+
- Add support for normal maps in iModel tiles.
|
|
24
|
+
- Avoid creating unnecessary copies of tile trees for context reality models.
|
|
25
|
+
- Make the contents of a Viewport react more smoothly when the containing div is resized."
|
|
26
|
+
- React to RPC deprecations.
|
|
4
27
|
|
|
5
28
|
## 3.5.5
|
|
6
29
|
Thu, 26 Jan 2023 22:53:27 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-frontend",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.11",
|
|
4
4
|
"description": "iTwin.js frontend components",
|
|
5
5
|
"main": "lib/cjs/core-frontend.js",
|
|
6
6
|
"module": "lib/esm/core-frontend.js",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@itwin/appui-abstract": "^4.0.0-dev.8",
|
|
26
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
|
27
|
-
"@itwin/core-common": "^4.0.0-dev.
|
|
28
|
-
"@itwin/core-geometry": "^4.0.0-dev.
|
|
29
|
-
"@itwin/core-orbitgt": "^4.0.0-dev.
|
|
30
|
-
"@itwin/core-quantity": "^4.0.0-dev.
|
|
26
|
+
"@itwin/core-bentley": "^4.0.0-dev.11",
|
|
27
|
+
"@itwin/core-common": "^4.0.0-dev.11",
|
|
28
|
+
"@itwin/core-geometry": "^4.0.0-dev.11",
|
|
29
|
+
"@itwin/core-orbitgt": "^4.0.0-dev.11",
|
|
30
|
+
"@itwin/core-quantity": "^4.0.0-dev.11"
|
|
31
31
|
},
|
|
32
32
|
"//devDependencies": [
|
|
33
33
|
"NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
],
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@itwin/appui-abstract": "4.0.0-dev.8",
|
|
38
|
-
"@itwin/build-tools": "4.0.0-dev.
|
|
39
|
-
"@itwin/core-bentley": "4.0.0-dev.
|
|
40
|
-
"@itwin/core-common": "4.0.0-dev.
|
|
41
|
-
"@itwin/core-geometry": "4.0.0-dev.
|
|
42
|
-
"@itwin/core-orbitgt": "4.0.0-dev.
|
|
43
|
-
"@itwin/core-quantity": "4.0.0-dev.
|
|
44
|
-
"@itwin/certa": "4.0.0-dev.
|
|
45
|
-
"@itwin/eslint-plugin": "4.0.0-dev.
|
|
46
|
-
"@itwin/webgl-compatibility": "4.0.0-dev.
|
|
38
|
+
"@itwin/build-tools": "4.0.0-dev.11",
|
|
39
|
+
"@itwin/core-bentley": "4.0.0-dev.11",
|
|
40
|
+
"@itwin/core-common": "4.0.0-dev.11",
|
|
41
|
+
"@itwin/core-geometry": "4.0.0-dev.11",
|
|
42
|
+
"@itwin/core-orbitgt": "4.0.0-dev.11",
|
|
43
|
+
"@itwin/core-quantity": "4.0.0-dev.11",
|
|
44
|
+
"@itwin/certa": "4.0.0-dev.11",
|
|
45
|
+
"@itwin/eslint-plugin": "4.0.0-dev.11",
|
|
46
|
+
"@itwin/webgl-compatibility": "4.0.0-dev.11",
|
|
47
47
|
"@types/chai": "4.3.1",
|
|
48
48
|
"@types/chai-as-promised": "^7",
|
|
49
49
|
"@types/deep-assign": "^0.1.0",
|
|
@@ -77,9 +77,9 @@
|
|
|
77
77
|
"@itwin/object-storage-azure": "~1.4.0",
|
|
78
78
|
"@itwin/cloud-agnostic-core": "~1.4.0",
|
|
79
79
|
"@itwin/object-storage-core": "~1.4.0",
|
|
80
|
-
"@itwin/core-i18n": "4.0.0-dev.
|
|
81
|
-
"@itwin/core-telemetry": "4.0.0-dev.
|
|
82
|
-
"@itwin/webgl-compatibility": "4.0.0-dev.
|
|
80
|
+
"@itwin/core-i18n": "4.0.0-dev.11",
|
|
81
|
+
"@itwin/core-telemetry": "4.0.0-dev.11",
|
|
82
|
+
"@itwin/webgl-compatibility": "4.0.0-dev.11",
|
|
83
83
|
"@loaders.gl/core": "^3.1.6",
|
|
84
84
|
"@loaders.gl/draco": "^3.1.6",
|
|
85
85
|
"deep-assign": "^2.0.0",
|