@itwin/presentation-frontend 4.9.0-dev.1 → 4.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # Change Log - @itwin/presentation-frontend
2
2
 
3
- This log was last generated on Wed, 31 Jul 2024 13:39:32 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 08 Aug 2024 17:40:25 GMT and should not be manually modified.
4
+
5
+ ## 4.8.0
6
+ Thu, 08 Aug 2024 16:15:38 GMT
7
+
8
+ ### Updates
9
+
10
+ - API promotions
11
+ - Removed usage of `require` as it is not supported in ES modules
12
+ - Fix `Presentation.selection.selectionChange` event not being emitted for `BlankConnection`.
4
13
 
5
14
  ## 4.7.8
6
15
  Wed, 31 Jul 2024 13:38:04 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-frontend",
3
- "version": "4.9.0-dev.1",
3
+ "version": "4.9.0-dev.3",
4
4
  "description": "Frontend of iModel.js Presentation library",
5
5
  "main": "lib/cjs/presentation-frontend.js",
6
6
  "module": "lib/esm/presentation-frontend.js",
@@ -28,12 +28,12 @@
28
28
  "rxjs-for-await": "^1.0.0"
29
29
  },
30
30
  "peerDependencies": {
31
- "@itwin/core-bentley": "^4.9.0-dev.1",
32
- "@itwin/core-common": "^4.9.0-dev.1",
33
- "@itwin/core-frontend": "^4.9.0-dev.1",
34
- "@itwin/core-quantity": "^4.9.0-dev.1",
35
- "@itwin/ecschema-metadata": "^4.9.0-dev.1",
36
- "@itwin/presentation-common": "^4.9.0-dev.1"
31
+ "@itwin/core-bentley": "^4.9.0-dev.3",
32
+ "@itwin/core-common": "^4.9.0-dev.3",
33
+ "@itwin/core-frontend": "^4.9.0-dev.3",
34
+ "@itwin/core-quantity": "^4.9.0-dev.3",
35
+ "@itwin/ecschema-metadata": "^4.9.0-dev.3",
36
+ "@itwin/presentation-common": "^4.9.0-dev.3"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@itwin/eslint-plugin": "^4.0.2",
@@ -65,14 +65,14 @@
65
65
  "source-map-support": "^0.5.6",
66
66
  "typemoq": "^2.1.0",
67
67
  "typescript": "~5.3.3",
68
- "@itwin/core-bentley": "4.9.0-dev.1",
69
- "@itwin/core-common": "4.9.0-dev.1",
70
- "@itwin/core-frontend": "4.9.0-dev.1",
71
- "@itwin/ecschema-metadata": "4.9.0-dev.1",
72
- "@itwin/build-tools": "4.9.0-dev.1",
73
- "@itwin/core-i18n": "4.9.0-dev.1",
74
- "@itwin/core-quantity": "4.9.0-dev.1",
75
- "@itwin/presentation-common": "4.9.0-dev.1"
68
+ "@itwin/build-tools": "4.9.0-dev.3",
69
+ "@itwin/core-bentley": "4.9.0-dev.3",
70
+ "@itwin/core-i18n": "4.9.0-dev.3",
71
+ "@itwin/core-common": "4.9.0-dev.3",
72
+ "@itwin/core-frontend": "4.9.0-dev.3",
73
+ "@itwin/ecschema-metadata": "4.9.0-dev.3",
74
+ "@itwin/core-quantity": "4.9.0-dev.3",
75
+ "@itwin/presentation-common": "4.9.0-dev.3"
76
76
  },
77
77
  "nyc": {
78
78
  "extends": "./node_modules/@itwin/build-tools/.nycrc"