@itwin/core-electron 3.7.0-dev.2 → 3.7.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.
- package/CHANGELOG.md +17 -7
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/core-electron
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 17 Mar 2023 17:52:32 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.6.2
|
|
6
|
+
Fri, 17 Mar 2023 17:52:32 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 3.6.1
|
|
11
|
+
Fri, 24 Feb 2023 22:00:48 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
4
14
|
|
|
5
15
|
## 3.6.0
|
|
6
16
|
Wed, 08 Feb 2023 14:58:39 GMT
|
|
@@ -512,7 +522,7 @@ Fri, 30 Apr 2021 12:36:58 GMT
|
|
|
512
522
|
### Updates
|
|
513
523
|
|
|
514
524
|
- allow authConfig to be supplied from backend
|
|
515
|
-
- Fixes to desktop and iOS apps.
|
|
525
|
+
- Fixes to desktop and iOS apps.
|
|
516
526
|
- Saving & restoring Electron main window size, position & maximized state
|
|
517
527
|
|
|
518
528
|
## 2.14.4
|
|
@@ -719,7 +729,7 @@ Fri, 02 Oct 2020 18:03:32 GMT
|
|
|
719
729
|
|
|
720
730
|
### Updates
|
|
721
731
|
|
|
722
|
-
- Fixed desktop authorization after recent changes.
|
|
732
|
+
- Fixed desktop authorization after recent changes.
|
|
723
733
|
|
|
724
734
|
## 2.6.5
|
|
725
735
|
Sat, 26 Sep 2020 16:06:34 GMT
|
|
@@ -843,9 +853,9 @@ Wed, 06 May 2020 13:17:49 GMT
|
|
|
843
853
|
|
|
844
854
|
- Update to Electron 8
|
|
845
855
|
- react to changes in imodeljs-clients
|
|
846
|
-
- FrontendAuthorizationClient does not extend IDisposable.
|
|
856
|
+
- FrontendAuthorizationClient does not extend IDisposable.
|
|
847
857
|
- Update minimum Node version to 10.16.0
|
|
848
|
-
- Renamed OIDC constructs for consistency; Removed SAML support.
|
|
858
|
+
- Renamed OIDC constructs for consistency; Removed SAML support.
|
|
849
859
|
- order imports.
|
|
850
860
|
- Upgrade to Rush 5.23.2
|
|
851
861
|
- Update electron version to ^8.2.1
|
|
@@ -871,7 +881,7 @@ Wed, 12 Feb 2020 17:45:50 GMT
|
|
|
871
881
|
|
|
872
882
|
### Updates
|
|
873
883
|
|
|
874
|
-
- Setup oidc client for backend use in electron applications.
|
|
884
|
+
- Setup oidc client for backend use in electron applications.
|
|
875
885
|
|
|
876
886
|
## 1.11.0
|
|
877
887
|
Wed, 22 Jan 2020 19:24:12 GMT
|
|
@@ -953,7 +963,7 @@ Mon, 13 May 2019 15:52:05 GMT
|
|
|
953
963
|
|
|
954
964
|
- Adds parameter for api-extractor to validate missing release tags
|
|
955
965
|
- Fix broken links
|
|
956
|
-
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
966
|
+
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
957
967
|
- Upgrade TypeDoc dependency to 0.14.2
|
|
958
968
|
|
|
959
969
|
## 0.190.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-electron",
|
|
3
|
-
"version": "3.7.0-dev.
|
|
3
|
+
"version": "3.7.0-dev.3",
|
|
4
4
|
"description": "iTwin.js ElectronHost and ElectronApp",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -20,22 +20,22 @@
|
|
|
20
20
|
"url": "http://www.bentley.com"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@itwin/core-backend": "^3.7.0-dev.
|
|
24
|
-
"@itwin/core-bentley": "^3.7.0-dev.
|
|
25
|
-
"@itwin/core-common": "^3.7.0-dev.
|
|
26
|
-
"@itwin/core-frontend": "^3.7.0-dev.
|
|
27
|
-
"@itwin/presentation-common": "^3.7.0-dev.
|
|
23
|
+
"@itwin/core-backend": "^3.7.0-dev.3",
|
|
24
|
+
"@itwin/core-bentley": "^3.7.0-dev.3",
|
|
25
|
+
"@itwin/core-common": "^3.7.0-dev.3",
|
|
26
|
+
"@itwin/core-frontend": "^3.7.0-dev.3",
|
|
27
|
+
"@itwin/presentation-common": "^3.7.0-dev.3",
|
|
28
28
|
"electron": ">=14.0.0 <18.0.0 || >=22.0.0 <23.0.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@itwin/build-tools": "3.7.0-dev.
|
|
32
|
-
"@itwin/certa": "3.7.0-dev.
|
|
33
|
-
"@itwin/core-backend": "3.7.0-dev.
|
|
34
|
-
"@itwin/core-bentley": "3.7.0-dev.
|
|
35
|
-
"@itwin/core-common": "3.7.0-dev.
|
|
36
|
-
"@itwin/core-frontend": "3.7.0-dev.
|
|
37
|
-
"@itwin/eslint-plugin": "3.7.0-dev.
|
|
38
|
-
"@itwin/presentation-common": "3.7.0-dev.
|
|
31
|
+
"@itwin/build-tools": "3.7.0-dev.3",
|
|
32
|
+
"@itwin/certa": "3.7.0-dev.3",
|
|
33
|
+
"@itwin/core-backend": "3.7.0-dev.3",
|
|
34
|
+
"@itwin/core-bentley": "3.7.0-dev.3",
|
|
35
|
+
"@itwin/core-common": "3.7.0-dev.3",
|
|
36
|
+
"@itwin/core-frontend": "3.7.0-dev.3",
|
|
37
|
+
"@itwin/eslint-plugin": "3.7.0-dev.3",
|
|
38
|
+
"@itwin/presentation-common": "3.7.0-dev.3",
|
|
39
39
|
"@types/chai": "4.3.1",
|
|
40
40
|
"@types/mocha": "^8.2.2",
|
|
41
41
|
"@types/node": "18.11.5",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"rimraf": "^3.0.2",
|
|
47
47
|
"source-map-loader": "^4.0.0",
|
|
48
48
|
"typescript": "~4.4.0",
|
|
49
|
-
"webpack": "^5.
|
|
49
|
+
"webpack": "^5.76.0"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@openid/appauth": "^1.2.6",
|