@itwin/core-electron 4.0.0-dev.10 → 4.0.0-dev.15

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/core-electron
2
2
 
3
- This log was last generated on Thu, 26 Jan 2023 22:53:27 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 08 Feb 2023 14:58:39 GMT and should not be manually modified.
4
+
5
+ ## 3.6.0
6
+ Wed, 08 Feb 2023 14:58:39 GMT
7
+
8
+ ### Updates
9
+
10
+ - Added ElectronHost.getWindowSizeAndPositionSetting to replace now deprecated ElectronHost.getWindowSizeSetting
11
+ - Add support for Electron 22.
12
+ - Use EmptyLocalization for localization in tests to increase test performance
13
+ - React to RPC deprecations.
4
14
 
5
15
  ## 3.5.5
6
16
  Thu, 26 Jan 2023 22:53:27 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-electron",
3
- "version": "4.0.0-dev.10",
3
+ "version": "4.0.0-dev.15",
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": "^4.0.0-dev.10",
24
- "@itwin/core-bentley": "^4.0.0-dev.10",
25
- "@itwin/core-common": "^4.0.0-dev.10",
26
- "@itwin/core-frontend": "^4.0.0-dev.10",
27
- "@itwin/presentation-common": "^4.0.0-dev.10",
23
+ "@itwin/core-backend": "^4.0.0-dev.15",
24
+ "@itwin/core-bentley": "^4.0.0-dev.15",
25
+ "@itwin/core-common": "^4.0.0-dev.15",
26
+ "@itwin/core-frontend": "^4.0.0-dev.15",
27
+ "@itwin/presentation-common": "^4.0.0-dev.15",
28
28
  "electron": "^23.0.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@itwin/build-tools": "4.0.0-dev.10",
32
- "@itwin/certa": "4.0.0-dev.10",
33
- "@itwin/core-backend": "4.0.0-dev.10",
34
- "@itwin/core-bentley": "4.0.0-dev.10",
35
- "@itwin/core-common": "4.0.0-dev.10",
36
- "@itwin/core-frontend": "4.0.0-dev.10",
37
- "@itwin/eslint-plugin": "4.0.0-dev.10",
38
- "@itwin/presentation-common": "4.0.0-dev.10",
31
+ "@itwin/build-tools": "4.0.0-dev.15",
32
+ "@itwin/certa": "4.0.0-dev.15",
33
+ "@itwin/core-backend": "4.0.0-dev.15",
34
+ "@itwin/core-bentley": "4.0.0-dev.15",
35
+ "@itwin/core-common": "4.0.0-dev.15",
36
+ "@itwin/core-frontend": "4.0.0-dev.15",
37
+ "@itwin/eslint-plugin": "4.0.0-dev.15",
38
+ "@itwin/presentation-common": "4.0.0-dev.15",
39
39
  "@types/chai": "4.3.1",
40
40
  "@types/mocha": "^8.2.2",
41
41
  "@types/node": "18.11.5",