@itwin/core-electron 3.1.0-dev.8 → 3.1.2
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 +50 -7
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,49 @@
|
|
|
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, 06 Apr 2022 22:27:56 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.1.2
|
|
6
|
+
Wed, 06 Apr 2022 22:27:56 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 3.1.1
|
|
11
|
+
Thu, 31 Mar 2022 15:55:48 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
15
|
+
## 3.1.0
|
|
16
|
+
Tue, 29 Mar 2022 20:53:47 GMT
|
|
17
|
+
|
|
18
|
+
_Version update only_
|
|
19
|
+
|
|
20
|
+
## 3.0.3
|
|
21
|
+
Fri, 25 Mar 2022 15:10:02 GMT
|
|
22
|
+
|
|
23
|
+
_Version update only_
|
|
24
|
+
|
|
25
|
+
## 3.0.2
|
|
26
|
+
Thu, 10 Mar 2022 21:18:13 GMT
|
|
27
|
+
|
|
28
|
+
_Version update only_
|
|
29
|
+
|
|
30
|
+
## 3.0.1
|
|
31
|
+
Thu, 24 Feb 2022 15:26:55 GMT
|
|
32
|
+
|
|
33
|
+
_Version update only_
|
|
34
|
+
|
|
35
|
+
## 3.0.0
|
|
36
|
+
Mon, 24 Jan 2022 14:00:52 GMT
|
|
37
|
+
|
|
38
|
+
### Updates
|
|
39
|
+
|
|
40
|
+
- Upgrade target to ES2019
|
|
41
|
+
- Updated to Electron 14
|
|
42
|
+
- use new @itwin package names
|
|
43
|
+
- rename to @itwin/core-electron
|
|
44
|
+
- remove ClientRequestContext and its subclasses
|
|
45
|
+
- remove ClientRequestContext.current
|
|
46
|
+
- Removed ElectronAuthorizationBackend and related files
|
|
4
47
|
|
|
5
48
|
## 2.19.28
|
|
6
49
|
Wed, 12 Jan 2022 14:52:38 GMT
|
|
@@ -287,7 +330,7 @@ Fri, 30 Apr 2021 12:36:58 GMT
|
|
|
287
330
|
### Updates
|
|
288
331
|
|
|
289
332
|
- allow authConfig to be supplied from backend
|
|
290
|
-
- Fixes to desktop and iOS apps.
|
|
333
|
+
- Fixes to desktop and iOS apps.
|
|
291
334
|
- Saving & restoring Electron main window size, position & maximized state
|
|
292
335
|
|
|
293
336
|
## 2.14.4
|
|
@@ -494,7 +537,7 @@ Fri, 02 Oct 2020 18:03:32 GMT
|
|
|
494
537
|
|
|
495
538
|
### Updates
|
|
496
539
|
|
|
497
|
-
- Fixed desktop authorization after recent changes.
|
|
540
|
+
- Fixed desktop authorization after recent changes.
|
|
498
541
|
|
|
499
542
|
## 2.6.5
|
|
500
543
|
Sat, 26 Sep 2020 16:06:34 GMT
|
|
@@ -618,9 +661,9 @@ Wed, 06 May 2020 13:17:49 GMT
|
|
|
618
661
|
|
|
619
662
|
- Update to Electron 8
|
|
620
663
|
- react to changes in imodeljs-clients
|
|
621
|
-
- FrontendAuthorizationClient does not extend IDisposable.
|
|
664
|
+
- FrontendAuthorizationClient does not extend IDisposable.
|
|
622
665
|
- Update minimum Node version to 10.16.0
|
|
623
|
-
- Renamed OIDC constructs for consistency; Removed SAML support.
|
|
666
|
+
- Renamed OIDC constructs for consistency; Removed SAML support.
|
|
624
667
|
- order imports.
|
|
625
668
|
- Upgrade to Rush 5.23.2
|
|
626
669
|
- Update electron version to ^8.2.1
|
|
@@ -646,7 +689,7 @@ Wed, 12 Feb 2020 17:45:50 GMT
|
|
|
646
689
|
|
|
647
690
|
### Updates
|
|
648
691
|
|
|
649
|
-
- Setup oidc client for backend use in electron applications.
|
|
692
|
+
- Setup oidc client for backend use in electron applications.
|
|
650
693
|
|
|
651
694
|
## 1.11.0
|
|
652
695
|
Wed, 22 Jan 2020 19:24:12 GMT
|
|
@@ -728,7 +771,7 @@ Mon, 13 May 2019 15:52:05 GMT
|
|
|
728
771
|
|
|
729
772
|
- Adds parameter for api-extractor to validate missing release tags
|
|
730
773
|
- Fix broken links
|
|
731
|
-
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
774
|
+
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
732
775
|
- Upgrade TypeDoc dependency to 0.14.2
|
|
733
776
|
|
|
734
777
|
## 0.190.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-electron",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.2",
|
|
4
4
|
"description": "iTwin.js ElectronHost and ElectronApp",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -20,21 +20,21 @@
|
|
|
20
20
|
"url": "http://www.bentley.com"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@itwin/core-backend": "^3.1.
|
|
24
|
-
"@itwin/core-bentley": "^3.1.
|
|
25
|
-
"@itwin/core-common": "^3.1.
|
|
26
|
-
"@itwin/core-frontend": "^3.1.
|
|
27
|
-
"@itwin/presentation-common": "^3.1.
|
|
23
|
+
"@itwin/core-backend": "^3.1.2",
|
|
24
|
+
"@itwin/core-bentley": "^3.1.2",
|
|
25
|
+
"@itwin/core-common": "^3.1.2",
|
|
26
|
+
"@itwin/core-frontend": "^3.1.2",
|
|
27
|
+
"@itwin/presentation-common": "^3.1.2",
|
|
28
28
|
"electron": "^14.0.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@itwin/build-tools": "3.1.
|
|
32
|
-
"@itwin/core-backend": "3.1.
|
|
33
|
-
"@itwin/core-bentley": "3.1.
|
|
34
|
-
"@itwin/core-common": "3.1.
|
|
35
|
-
"@itwin/core-frontend": "3.1.
|
|
36
|
-
"@itwin/eslint-plugin": "3.1.
|
|
37
|
-
"@itwin/presentation-common": "3.1.
|
|
31
|
+
"@itwin/build-tools": "3.1.2",
|
|
32
|
+
"@itwin/core-backend": "3.1.2",
|
|
33
|
+
"@itwin/core-bentley": "3.1.2",
|
|
34
|
+
"@itwin/core-common": "3.1.2",
|
|
35
|
+
"@itwin/core-frontend": "3.1.2",
|
|
36
|
+
"@itwin/eslint-plugin": "3.1.2",
|
|
37
|
+
"@itwin/presentation-common": "3.1.2",
|
|
38
38
|
"@types/node": "14.14.31",
|
|
39
39
|
"electron": "^14.0.0",
|
|
40
40
|
"eslint": "^7.11.0",
|