@itwin/presentation-frontend 4.0.0-dev.70 → 4.0.0-dev.72

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 +33 -3
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,36 @@
1
1
  # Change Log - @itwin/presentation-frontend
2
2
 
3
- This log was last generated on Wed, 08 Feb 2023 14:58:40 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 12 Apr 2023 13:12:42 GMT and should not be manually modified.
4
+
5
+ ## 3.7.2
6
+ Wed, 12 Apr 2023 13:12:42 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.7.1
11
+ Mon, 03 Apr 2023 15:15:37 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.7.0
16
+ Wed, 29 Mar 2023 15:02:27 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.6.3
21
+ Mon, 27 Mar 2023 16:26:47 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 3.6.2
26
+ Fri, 17 Mar 2023 17:52:32 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 3.6.1
31
+ Fri, 24 Feb 2023 22:00:48 GMT
32
+
33
+ _Version update only_
4
34
 
5
35
  ## 3.6.0
6
36
  Wed, 08 Feb 2023 14:58:40 GMT
@@ -564,7 +594,7 @@ Tue, 09 Mar 2021 20:28:13 GMT
564
594
  ### Updates
565
595
 
566
596
  - Fixed broken double angle bracket link syntax
567
- - Changed 'compareHierarchy' to build result in pages for massive result sets.
597
+ - Changed 'compareHierarchy' to build result in pages for massive result sets.
568
598
  - HiliteSetProvider: return geometric elements grouped by BisCore.GroupInformationElement
569
599
  - Updated to use TypeScript 4.1
570
600
  - begin rename project from iModel.js to iTwin.js
@@ -1007,7 +1037,7 @@ Mon, 13 May 2019 15:52:05 GMT
1007
1037
  - Do not include transient element IDs when syncing with logical selection
1008
1038
  - Always compute selection when syncing tool selection with logical selection - that's necessary to determine concrete element class names. Without that, we're adding keys with "BisCore:Element" class to selection and then our keys compare fails (presentation components like the table always have concrete class names). This can cause rows / nodes not to be highlighted in components.
1009
1039
  - Remove IModelApp subclasses
1010
- - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
1040
+ - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
1011
1041
  - Upgrade TypeDoc dependency to 0.14.2
1012
1042
 
1013
1043
  ## 0.190.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-frontend",
3
- "version": "4.0.0-dev.70",
3
+ "version": "4.0.0-dev.72",
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",
@@ -23,21 +23,21 @@
23
23
  "url": "http://www.bentley.com"
24
24
  },
25
25
  "peerDependencies": {
26
- "@itwin/core-bentley": "^4.0.0-dev.70",
27
- "@itwin/core-common": "^4.0.0-dev.70",
28
- "@itwin/core-frontend": "^4.0.0-dev.70",
29
- "@itwin/core-quantity": "^4.0.0-dev.70",
30
- "@itwin/presentation-common": "^4.0.0-dev.70"
26
+ "@itwin/core-bentley": "^4.0.0-dev.72",
27
+ "@itwin/core-common": "^4.0.0-dev.72",
28
+ "@itwin/core-frontend": "^4.0.0-dev.72",
29
+ "@itwin/core-quantity": "^4.0.0-dev.72",
30
+ "@itwin/presentation-common": "^4.0.0-dev.72"
31
31
  },
32
32
  "devDependencies": {
33
- "@itwin/build-tools": "4.0.0-dev.70",
34
- "@itwin/core-bentley": "4.0.0-dev.70",
35
- "@itwin/core-common": "4.0.0-dev.70",
36
- "@itwin/core-frontend": "4.0.0-dev.70",
37
- "@itwin/core-i18n": "4.0.0-dev.70",
38
- "@itwin/core-quantity": "4.0.0-dev.70",
39
- "@itwin/eslint-plugin": "^4.0.0-dev.32",
40
- "@itwin/presentation-common": "4.0.0-dev.70",
33
+ "@itwin/build-tools": "4.0.0-dev.72",
34
+ "@itwin/core-bentley": "4.0.0-dev.72",
35
+ "@itwin/core-common": "4.0.0-dev.72",
36
+ "@itwin/core-frontend": "4.0.0-dev.72",
37
+ "@itwin/core-i18n": "4.0.0-dev.72",
38
+ "@itwin/core-quantity": "4.0.0-dev.72",
39
+ "@itwin/eslint-plugin": "^4.0.0-dev.33",
40
+ "@itwin/presentation-common": "4.0.0-dev.72",
41
41
  "@types/chai": "4.3.1",
42
42
  "@types/chai-as-promised": "^7",
43
43
  "@types/chai-jest-snapshot": "^1.3.0",
@@ -53,7 +53,7 @@
53
53
  "cpx2": "^3.0.0",
54
54
  "cross-env": "^5.1.4",
55
55
  "deep-equal": "^1",
56
- "eslint": "^7.11.0",
56
+ "eslint": "^8.36.0",
57
57
  "faker": "^4.1.0",
58
58
  "jsdom": "^19.0.0",
59
59
  "jsdom-global": "3.0.2",