@itwin/core-electron 3.0.0 → 3.1.0-dev.12
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 +7 -20
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,6 @@
|
|
|
1
1
|
# Change Log - @itwin/core-electron
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
4
|
-
|
|
5
|
-
## 3.0.0
|
|
6
|
-
Mon, 24 Jan 2022 14:00:52 GMT
|
|
7
|
-
|
|
8
|
-
### Updates
|
|
9
|
-
|
|
10
|
-
- Upgrade target to ES2019
|
|
11
|
-
- Updated to Electron 14
|
|
12
|
-
- use new @itwin package names
|
|
13
|
-
- rename to @itwin/core-electron
|
|
14
|
-
- remove ClientRequestContext and its subclasses
|
|
15
|
-
- remove ClientRequestContext.current
|
|
16
|
-
- Removed ElectronAuthorizationBackend and related files
|
|
3
|
+
This log was last generated on Wed, 12 Jan 2022 14:52:38 GMT and should not be manually modified.
|
|
17
4
|
|
|
18
5
|
## 2.19.28
|
|
19
6
|
Wed, 12 Jan 2022 14:52:38 GMT
|
|
@@ -300,7 +287,7 @@ Fri, 30 Apr 2021 12:36:58 GMT
|
|
|
300
287
|
### Updates
|
|
301
288
|
|
|
302
289
|
- allow authConfig to be supplied from backend
|
|
303
|
-
- Fixes to desktop and iOS apps.
|
|
290
|
+
- Fixes to desktop and iOS apps.
|
|
304
291
|
- Saving & restoring Electron main window size, position & maximized state
|
|
305
292
|
|
|
306
293
|
## 2.14.4
|
|
@@ -507,7 +494,7 @@ Fri, 02 Oct 2020 18:03:32 GMT
|
|
|
507
494
|
|
|
508
495
|
### Updates
|
|
509
496
|
|
|
510
|
-
- Fixed desktop authorization after recent changes.
|
|
497
|
+
- Fixed desktop authorization after recent changes.
|
|
511
498
|
|
|
512
499
|
## 2.6.5
|
|
513
500
|
Sat, 26 Sep 2020 16:06:34 GMT
|
|
@@ -631,9 +618,9 @@ Wed, 06 May 2020 13:17:49 GMT
|
|
|
631
618
|
|
|
632
619
|
- Update to Electron 8
|
|
633
620
|
- react to changes in imodeljs-clients
|
|
634
|
-
- FrontendAuthorizationClient does not extend IDisposable.
|
|
621
|
+
- FrontendAuthorizationClient does not extend IDisposable.
|
|
635
622
|
- Update minimum Node version to 10.16.0
|
|
636
|
-
- Renamed OIDC constructs for consistency; Removed SAML support.
|
|
623
|
+
- Renamed OIDC constructs for consistency; Removed SAML support.
|
|
637
624
|
- order imports.
|
|
638
625
|
- Upgrade to Rush 5.23.2
|
|
639
626
|
- Update electron version to ^8.2.1
|
|
@@ -659,7 +646,7 @@ Wed, 12 Feb 2020 17:45:50 GMT
|
|
|
659
646
|
|
|
660
647
|
### Updates
|
|
661
648
|
|
|
662
|
-
- Setup oidc client for backend use in electron applications.
|
|
649
|
+
- Setup oidc client for backend use in electron applications.
|
|
663
650
|
|
|
664
651
|
## 1.11.0
|
|
665
652
|
Wed, 22 Jan 2020 19:24:12 GMT
|
|
@@ -741,7 +728,7 @@ Mon, 13 May 2019 15:52:05 GMT
|
|
|
741
728
|
|
|
742
729
|
- Adds parameter for api-extractor to validate missing release tags
|
|
743
730
|
- Fix broken links
|
|
744
|
-
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
731
|
+
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
745
732
|
- Upgrade TypeDoc dependency to 0.14.2
|
|
746
733
|
|
|
747
734
|
## 0.190.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-electron",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.1.0-dev.12",
|
|
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.0.
|
|
24
|
-
"@itwin/core-bentley": "^3.0.
|
|
25
|
-
"@itwin/core-common": "^3.0.
|
|
26
|
-
"@itwin/core-frontend": "^3.0.
|
|
27
|
-
"@itwin/presentation-common": "^3.0.
|
|
23
|
+
"@itwin/core-backend": "^3.1.0-dev.12",
|
|
24
|
+
"@itwin/core-bentley": "^3.1.0-dev.12",
|
|
25
|
+
"@itwin/core-common": "^3.1.0-dev.12",
|
|
26
|
+
"@itwin/core-frontend": "^3.1.0-dev.12",
|
|
27
|
+
"@itwin/presentation-common": "^3.1.0-dev.12",
|
|
28
28
|
"electron": "^14.0.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@itwin/build-tools": "3.0.
|
|
32
|
-
"@itwin/core-backend": "3.0.
|
|
33
|
-
"@itwin/core-bentley": "3.0.
|
|
34
|
-
"@itwin/core-common": "3.0.
|
|
35
|
-
"@itwin/core-frontend": "3.0.
|
|
36
|
-
"@itwin/eslint-plugin": "3.0.
|
|
37
|
-
"@itwin/presentation-common": "3.0.
|
|
31
|
+
"@itwin/build-tools": "3.1.0-dev.12",
|
|
32
|
+
"@itwin/core-backend": "3.1.0-dev.12",
|
|
33
|
+
"@itwin/core-bentley": "3.1.0-dev.12",
|
|
34
|
+
"@itwin/core-common": "3.1.0-dev.12",
|
|
35
|
+
"@itwin/core-frontend": "3.1.0-dev.12",
|
|
36
|
+
"@itwin/eslint-plugin": "3.1.0-dev.12",
|
|
37
|
+
"@itwin/presentation-common": "3.1.0-dev.12",
|
|
38
38
|
"@types/node": "14.14.31",
|
|
39
39
|
"electron": "^14.0.0",
|
|
40
40
|
"eslint": "^7.11.0",
|