@itwin/presentation-frontend 4.5.0-dev.36 → 4.5.0-dev.38

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 +6 -1
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log - @itwin/presentation-frontend
2
2
 
3
- This log was last generated on Fri, 15 Mar 2024 19:16:22 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 22 Mar 2024 13:32:57 GMT and should not be manually modified.
4
4
 
5
5
  ## 4.4.7
6
6
  Fri, 15 Mar 2024 19:15:14 GMT
@@ -46,6 +46,11 @@ Mon, 12 Feb 2024 18:15:58 GMT
46
46
  - Added 'getHiliteSetIterator' method to `HiliteSetProvider`. It allows to handle hilite set in batches instead of waiting for whole set to be loaded.
47
47
  - Add support for default formats when formatting values on the frontend (when `Presentation` is initialized with `schemaContextProvider`).
48
48
 
49
+ ## 4.3.4
50
+ Fri, 22 Mar 2024 13:30:31 GMT
51
+
52
+ _Version update only_
53
+
49
54
  ## 4.3.3
50
55
  Wed, 03 Jan 2024 19:28:38 GMT
51
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-frontend",
3
- "version": "4.5.0-dev.36",
3
+ "version": "4.5.0-dev.38",
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",
@@ -27,12 +27,12 @@
27
27
  "rxjs-for-await": "^1.0.0"
28
28
  },
29
29
  "peerDependencies": {
30
- "@itwin/core-bentley": "^4.5.0-dev.36",
31
- "@itwin/core-common": "^4.5.0-dev.36",
32
- "@itwin/core-frontend": "^4.5.0-dev.36",
33
- "@itwin/core-quantity": "^4.5.0-dev.36",
34
- "@itwin/ecschema-metadata": "^4.5.0-dev.36",
35
- "@itwin/presentation-common": "^4.5.0-dev.36"
30
+ "@itwin/core-bentley": "^4.5.0-dev.38",
31
+ "@itwin/core-common": "^4.5.0-dev.38",
32
+ "@itwin/core-frontend": "^4.5.0-dev.38",
33
+ "@itwin/core-quantity": "^4.5.0-dev.38",
34
+ "@itwin/ecschema-metadata": "^4.5.0-dev.38",
35
+ "@itwin/presentation-common": "^4.5.0-dev.38"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@itwin/eslint-plugin": "4.0.0-dev.44",
@@ -64,14 +64,14 @@
64
64
  "source-map-support": "^0.5.6",
65
65
  "typemoq": "^2.1.0",
66
66
  "typescript": "~5.0.2",
67
- "@itwin/build-tools": "4.5.0-dev.36",
68
- "@itwin/core-bentley": "4.5.0-dev.36",
69
- "@itwin/core-common": "4.5.0-dev.36",
70
- "@itwin/core-frontend": "4.5.0-dev.36",
71
- "@itwin/core-i18n": "4.5.0-dev.36",
72
- "@itwin/core-quantity": "4.5.0-dev.36",
73
- "@itwin/ecschema-metadata": "4.5.0-dev.36",
74
- "@itwin/presentation-common": "4.5.0-dev.36"
67
+ "@itwin/core-bentley": "4.5.0-dev.38",
68
+ "@itwin/build-tools": "4.5.0-dev.38",
69
+ "@itwin/core-common": "4.5.0-dev.38",
70
+ "@itwin/core-i18n": "4.5.0-dev.38",
71
+ "@itwin/ecschema-metadata": "4.5.0-dev.38",
72
+ "@itwin/core-quantity": "4.5.0-dev.38",
73
+ "@itwin/core-frontend": "4.5.0-dev.38",
74
+ "@itwin/presentation-common": "4.5.0-dev.38"
75
75
  },
76
76
  "nyc": {
77
77
  "extends": "./node_modules/@itwin/build-tools/.nycrc"