@itwin/presentation-frontend 4.4.0-dev.1 → 4.4.0-dev.13

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 +24 -1
  2. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -1,6 +1,24 @@
1
1
  # Change Log - @itwin/presentation-frontend
2
2
 
3
- This log was last generated on Thu, 30 Nov 2023 17:07:27 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 Dec 2023 20:24:02 GMT and should not be manually modified.
4
+
5
+ ## 4.3.2
6
+ Thu, 14 Dec 2023 20:23:02 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.3.1
11
+ Wed, 13 Dec 2023 17:25:55 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 4.3.0
16
+ Thu, 07 Dec 2023 17:43:09 GMT
17
+
18
+ ### Updates
19
+
20
+ - Added 'getHiliteSetIterator' method to `HiliteSetProvider`. It allows to handle hilite set in batches instead of waiting for whole set to be loaded.
21
+ - Add support for default formats when formatting values on the frontend (when `Presentation` is initialized with `schemaContextProvider`).
4
22
 
5
23
  ## 4.2.4
6
24
  Mon, 20 Nov 2023 16:14:45 GMT
@@ -128,6 +146,11 @@ Mon, 22 May 2023 15:34:14 GMT
128
146
  - Deprecate `PresentationManager.activeUnitSystem` in favor of active unit system in `QuantityFormatter`
129
147
  - Added content values formatting to `PresentationManager`
130
148
 
149
+ ## 3.8.0
150
+ Fri, 08 Dec 2023 15:23:59 GMT
151
+
152
+ _Version update only_
153
+
131
154
  ## 3.7.17
132
155
  Mon, 20 Nov 2023 18:24:23 GMT
133
156
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-frontend",
3
- "version": "4.4.0-dev.1",
3
+ "version": "4.4.0-dev.13",
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,25 +27,25 @@
27
27
  "rxjs-for-await": "^1.0.0"
28
28
  },
29
29
  "peerDependencies": {
30
- "@itwin/core-bentley": "^4.4.0-dev.1",
31
- "@itwin/core-common": "^4.4.0-dev.1",
32
- "@itwin/core-frontend": "^4.4.0-dev.1",
33
- "@itwin/core-quantity": "^4.4.0-dev.1",
34
- "@itwin/ecschema-metadata": "^4.4.0-dev.1",
35
- "@itwin/presentation-common": "^4.4.0-dev.1"
30
+ "@itwin/core-bentley": "^4.4.0-dev.13",
31
+ "@itwin/core-common": "^4.4.0-dev.13",
32
+ "@itwin/core-frontend": "^4.4.0-dev.13",
33
+ "@itwin/core-quantity": "^4.4.0-dev.13",
34
+ "@itwin/ecschema-metadata": "^4.4.0-dev.13",
35
+ "@itwin/presentation-common": "^4.4.0-dev.13"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@itwin/eslint-plugin": "4.0.0-dev.44",
39
39
  "@types/chai": "4.3.1",
40
40
  "@types/chai-as-promised": "^7",
41
- "@types/chai-jest-snapshot": "^1.3.0",
41
+ "@types/chai-jest-snapshot": "^1.3.8",
42
42
  "@types/deep-equal": "^1",
43
43
  "@types/faker": "^4.1.0",
44
- "@types/mocha": "^8.2.2",
45
- "@types/sinon": "^10.0.15",
44
+ "@types/mocha": "^10.0.6",
45
+ "@types/sinon": "^17.0.2",
46
46
  "@types/sinon-chai": "^3.2.0",
47
47
  "chai": "^4.3.10",
48
- "chai-as-promised": "^7",
48
+ "chai-as-promised": "^7.1.1",
49
49
  "chai-jest-snapshot": "^2.0.0",
50
50
  "cpx2": "^3.0.0",
51
51
  "cross-env": "^5.1.4",
@@ -54,22 +54,22 @@
54
54
  "faker": "^4.1.0",
55
55
  "jsdom": "^19.0.0",
56
56
  "jsdom-global": "3.0.2",
57
- "mocha": "^10.0.0",
57
+ "mocha": "^10.2.0",
58
58
  "nyc": "^15.1.0",
59
59
  "rimraf": "^3.0.2",
60
- "sinon": "^15.0.4",
61
- "sinon-chai": "^3.2.0",
60
+ "sinon": "^17.0.1",
61
+ "sinon-chai": "^3.7.0",
62
62
  "source-map-support": "^0.5.6",
63
63
  "typemoq": "^2.1.0",
64
64
  "typescript": "~5.0.2",
65
- "@itwin/core-frontend": "4.4.0-dev.1",
66
- "@itwin/core-bentley": "4.4.0-dev.1",
67
- "@itwin/build-tools": "4.4.0-dev.1",
68
- "@itwin/core-i18n": "4.4.0-dev.1",
69
- "@itwin/core-common": "4.4.0-dev.1",
70
- "@itwin/ecschema-metadata": "4.4.0-dev.1",
71
- "@itwin/core-quantity": "4.4.0-dev.1",
72
- "@itwin/presentation-common": "4.4.0-dev.1"
65
+ "@itwin/build-tools": "4.4.0-dev.13",
66
+ "@itwin/core-frontend": "4.4.0-dev.13",
67
+ "@itwin/core-i18n": "4.4.0-dev.13",
68
+ "@itwin/core-bentley": "4.4.0-dev.13",
69
+ "@itwin/core-quantity": "4.4.0-dev.13",
70
+ "@itwin/core-common": "4.4.0-dev.13",
71
+ "@itwin/ecschema-metadata": "4.4.0-dev.13",
72
+ "@itwin/presentation-common": "4.4.0-dev.13"
73
73
  },
74
74
  "nyc": {
75
75
  "extends": "./node_modules/@itwin/build-tools/.nycrc"