@itwin/core-electron 4.0.0-dev.70 → 4.0.0-dev.72
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 +40 -7
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,39 @@
|
|
|
1
1
|
# Change Log - @itwin/core-electron
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed,
|
|
3
|
+
This log was last generated on Wed, 12 Apr 2023 13:12:42 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.7.2
|
|
6
|
+
Wed, 12 Apr 2023 13:12:42 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 3.7.1
|
|
11
|
+
Mon, 03 Apr 2023 15:15:37 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
15
|
+
## 3.7.0
|
|
16
|
+
Wed, 29 Mar 2023 15:02:27 GMT
|
|
17
|
+
|
|
18
|
+
### Updates
|
|
19
|
+
|
|
20
|
+
- React to IModelApp.rpcInterfaces and BentleyCloudRpcManager changes.
|
|
21
|
+
- Add support for Electron 23.
|
|
22
|
+
|
|
23
|
+
## 3.6.3
|
|
24
|
+
Mon, 27 Mar 2023 16:26:47 GMT
|
|
25
|
+
|
|
26
|
+
_Version update only_
|
|
27
|
+
|
|
28
|
+
## 3.6.2
|
|
29
|
+
Fri, 17 Mar 2023 17:52:32 GMT
|
|
30
|
+
|
|
31
|
+
_Version update only_
|
|
32
|
+
|
|
33
|
+
## 3.6.1
|
|
34
|
+
Fri, 24 Feb 2023 22:00:48 GMT
|
|
35
|
+
|
|
36
|
+
_Version update only_
|
|
4
37
|
|
|
5
38
|
## 3.6.0
|
|
6
39
|
Wed, 08 Feb 2023 14:58:39 GMT
|
|
@@ -512,7 +545,7 @@ Fri, 30 Apr 2021 12:36:58 GMT
|
|
|
512
545
|
### Updates
|
|
513
546
|
|
|
514
547
|
- allow authConfig to be supplied from backend
|
|
515
|
-
- Fixes to desktop and iOS apps.
|
|
548
|
+
- Fixes to desktop and iOS apps.
|
|
516
549
|
- Saving & restoring Electron main window size, position & maximized state
|
|
517
550
|
|
|
518
551
|
## 2.14.4
|
|
@@ -719,7 +752,7 @@ Fri, 02 Oct 2020 18:03:32 GMT
|
|
|
719
752
|
|
|
720
753
|
### Updates
|
|
721
754
|
|
|
722
|
-
- Fixed desktop authorization after recent changes.
|
|
755
|
+
- Fixed desktop authorization after recent changes.
|
|
723
756
|
|
|
724
757
|
## 2.6.5
|
|
725
758
|
Sat, 26 Sep 2020 16:06:34 GMT
|
|
@@ -843,9 +876,9 @@ Wed, 06 May 2020 13:17:49 GMT
|
|
|
843
876
|
|
|
844
877
|
- Update to Electron 8
|
|
845
878
|
- react to changes in imodeljs-clients
|
|
846
|
-
- FrontendAuthorizationClient does not extend IDisposable.
|
|
879
|
+
- FrontendAuthorizationClient does not extend IDisposable.
|
|
847
880
|
- Update minimum Node version to 10.16.0
|
|
848
|
-
- Renamed OIDC constructs for consistency; Removed SAML support.
|
|
881
|
+
- Renamed OIDC constructs for consistency; Removed SAML support.
|
|
849
882
|
- order imports.
|
|
850
883
|
- Upgrade to Rush 5.23.2
|
|
851
884
|
- Update electron version to ^8.2.1
|
|
@@ -871,7 +904,7 @@ Wed, 12 Feb 2020 17:45:50 GMT
|
|
|
871
904
|
|
|
872
905
|
### Updates
|
|
873
906
|
|
|
874
|
-
- Setup oidc client for backend use in electron applications.
|
|
907
|
+
- Setup oidc client for backend use in electron applications.
|
|
875
908
|
|
|
876
909
|
## 1.11.0
|
|
877
910
|
Wed, 22 Jan 2020 19:24:12 GMT
|
|
@@ -953,7 +986,7 @@ Mon, 13 May 2019 15:52:05 GMT
|
|
|
953
986
|
|
|
954
987
|
- Adds parameter for api-extractor to validate missing release tags
|
|
955
988
|
- Fix broken links
|
|
956
|
-
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
989
|
+
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
957
990
|
- Upgrade TypeDoc dependency to 0.14.2
|
|
958
991
|
|
|
959
992
|
## 0.190.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-electron",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.72",
|
|
4
4
|
"description": "iTwin.js ElectronHost and ElectronApp",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -21,28 +21,28 @@
|
|
|
21
21
|
"url": "http://www.bentley.com"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@itwin/core-backend": "^4.0.0-dev.
|
|
25
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
|
26
|
-
"@itwin/core-common": "^4.0.0-dev.
|
|
27
|
-
"@itwin/core-frontend": "^4.0.0-dev.
|
|
28
|
-
"@itwin/presentation-common": "^4.0.0-dev.
|
|
29
|
-
"electron": "
|
|
24
|
+
"@itwin/core-backend": "^4.0.0-dev.72",
|
|
25
|
+
"@itwin/core-bentley": "^4.0.0-dev.72",
|
|
26
|
+
"@itwin/core-common": "^4.0.0-dev.72",
|
|
27
|
+
"@itwin/core-frontend": "^4.0.0-dev.72",
|
|
28
|
+
"@itwin/presentation-common": "^4.0.0-dev.72",
|
|
29
|
+
"electron": ">=23.0.0 <25.0.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@itwin/build-tools": "4.0.0-dev.
|
|
33
|
-
"@itwin/certa": "4.0.0-dev.
|
|
34
|
-
"@itwin/core-backend": "4.0.0-dev.
|
|
35
|
-
"@itwin/core-bentley": "4.0.0-dev.
|
|
36
|
-
"@itwin/core-common": "4.0.0-dev.
|
|
37
|
-
"@itwin/core-frontend": "4.0.0-dev.
|
|
38
|
-
"@itwin/eslint-plugin": "^4.0.0-dev.
|
|
39
|
-
"@itwin/presentation-common": "4.0.0-dev.
|
|
32
|
+
"@itwin/build-tools": "4.0.0-dev.72",
|
|
33
|
+
"@itwin/certa": "4.0.0-dev.72",
|
|
34
|
+
"@itwin/core-backend": "4.0.0-dev.72",
|
|
35
|
+
"@itwin/core-bentley": "4.0.0-dev.72",
|
|
36
|
+
"@itwin/core-common": "4.0.0-dev.72",
|
|
37
|
+
"@itwin/core-frontend": "4.0.0-dev.72",
|
|
38
|
+
"@itwin/eslint-plugin": "^4.0.0-dev.33",
|
|
39
|
+
"@itwin/presentation-common": "4.0.0-dev.72",
|
|
40
40
|
"@types/chai": "4.3.1",
|
|
41
41
|
"@types/mocha": "^8.2.2",
|
|
42
42
|
"@types/node": "^18.11.5",
|
|
43
43
|
"chai": "^4.1.2",
|
|
44
|
-
"electron": "^
|
|
45
|
-
"eslint": "^
|
|
44
|
+
"electron": "^24.0.0",
|
|
45
|
+
"eslint": "^8.36.0",
|
|
46
46
|
"mocha": "^10.0.0",
|
|
47
47
|
"rimraf": "^3.0.2",
|
|
48
48
|
"source-map-loader": "^4.0.0",
|