@itwin/presentation-common 4.1.0-dev.11 → 4.1.0-dev.12

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 +34 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,39 @@
1
1
  # Change Log - @itwin/presentation-common
2
2
 
3
- This log was last generated on Tue, 25 Apr 2023 17:50:35 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 22 May 2023 15:34:14 GMT and should not be manually modified.
4
+
5
+ ## 4.0.0
6
+ Mon, 22 May 2023 15:34:14 GMT
7
+
8
+ ### Updates
9
+
10
+ - Fixed improper use of `ISchemaLocater` interface
11
+ - Remove `handleInstancesPolymorphically` from `ContentInstancesOfSpecificClassesSpecification`
12
+ - Update to eslint@8
13
+ - Add deprecation attributes to `Ruleset.schema.json`
14
+ - Promote `PropertyInfo.kindOfQuantity` to `@public`
15
+ - Added new `applyOnNestedContent` attribute on content modifier
16
+ - Added `Format` lookup in `ECSchema` for formatting properties with `KindOfQuantity`
17
+ - Added peer dependency `@itwin/ecschema-metadata`
18
+ - Add `HierarchyRequestOptions.sizeLimit` attribute to support hierarchy level size limiting
19
+ - Promoted some `@internal` APIs to `@public`.
20
+ - Cleaned up localizable strings
21
+ - Promote `LabelDefinition` APIs to `@public`.
22
+ - Added `PropertyFormatter` for formatting property values in `Content`
23
+ - Change RPC requests' timeout handling - instead of repeating 5 times, repeat for a specified amount of time (10 minutes by default)
24
+ - Removed unused Update related types
25
+ - Added `ContentPropertyValuesFormatter` for content values' formatting on either frontend or backend
26
+ - Fix `@deprecated` messages
27
+
28
+ ## 3.7.6
29
+ Mon, 15 May 2023 18:23:41 GMT
30
+
31
+ _Version update only_
32
+
33
+ ## 3.7.5
34
+ Thu, 04 May 2023 19:43:18 GMT
35
+
36
+ _Version update only_
4
37
 
5
38
  ## 3.7.4
6
39
  Tue, 25 Apr 2023 17:50:35 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-common",
3
- "version": "4.1.0-dev.11",
3
+ "version": "4.1.0-dev.12",
4
4
  "description": "Common pieces for iModel.js presentation packages",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -22,10 +22,10 @@
22
22
  "module": "lib/esm/presentation-common.js",
23
23
  "typings": "lib/cjs/presentation-common",
24
24
  "peerDependencies": {
25
- "@itwin/core-bentley": "^4.1.0-dev.11",
26
- "@itwin/core-common": "^4.1.0-dev.11",
27
- "@itwin/core-quantity": "^4.1.0-dev.11",
28
- "@itwin/ecschema-metadata": "^4.1.0-dev.11"
25
+ "@itwin/core-bentley": "^4.1.0-dev.12",
26
+ "@itwin/core-common": "^4.1.0-dev.12",
27
+ "@itwin/core-quantity": "^4.1.0-dev.12",
28
+ "@itwin/ecschema-metadata": "^4.1.0-dev.12"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@itwin/eslint-plugin": "^4.0.0-dev.33",
@@ -58,11 +58,11 @@
58
58
  "typescript": "~5.0.2",
59
59
  "typescript-json-schema": "^0.55.0",
60
60
  "yargs": "^17.4.0",
61
- "@itwin/build-tools": "4.1.0-dev.11",
62
- "@itwin/core-bentley": "4.1.0-dev.11",
63
- "@itwin/core-common": "4.1.0-dev.11",
64
- "@itwin/core-quantity": "4.1.0-dev.11",
65
- "@itwin/ecschema-metadata": "4.1.0-dev.11"
61
+ "@itwin/build-tools": "4.1.0-dev.12",
62
+ "@itwin/core-quantity": "4.1.0-dev.12",
63
+ "@itwin/core-bentley": "4.1.0-dev.12",
64
+ "@itwin/ecschema-metadata": "4.1.0-dev.12",
65
+ "@itwin/core-common": "4.1.0-dev.12"
66
66
  },
67
67
  "nyc": {
68
68
  "extends": "./node_modules/@itwin/build-tools/.nycrc"