@itwin/presentation-common 3.0.0 → 3.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 +1 -28
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,33 +1,6 @@
1
1
  # Change Log - @itwin/presentation-common
2
2
 
3
- This log was last generated on Mon, 24 Jan 2022 14:00:52 GMT and should not be manually modified.
4
-
5
- ## 3.0.0
6
- Mon, 24 Jan 2022 14:00:52 GMT
7
-
8
- ### Updates
9
-
10
- - Removed deprecated rules for iModel.js 3.0.
11
- - Upgrade target to ES2019 and deliver both a CommonJs and ESModule version of package
12
- - rename contextId -> iTwinId
13
- - Added 'BaseNodeKey.version' property and 'NodeKey.equals' function to compare keys taking their versions into account.
14
- - rename to @itwin/presentation-common
15
- - Added `excludedClasses` attribute to `ContentInstancesOfSpecificClassesSpecification` and `InstanceNodesOfSpecificClassesSpecification` specifications.
16
- - Added 'onlyIfNotHandled' property support to all content rule specifications
17
- - Update `SelectClassInfo.pathFromInputToSelectClass` type definition to match reality - the relationship may not always be set.
18
- - Clean up deprecated APIs
19
- - Added API to get properties of all elements.
20
- - Added `getContentSources` RPC to retrieve information about where content for specific types of elements comes from.
21
- - Fixed processing of merged content values under nested content field.
22
- - Remove ability to get multiple element properties over RPC.
23
- - Add `getContentInstanceKeys` RPC to efficiently get content instance keys.
24
- - Remove `priority` attribute from presentation request options type.
25
- - Optimize `KeySetJSON` size by compressing instance IDs.
26
- - Remove `PresentationRpcInterface.loadHierarchy`.
27
- - The `condition` attribute should be defined on both `ChildNodeRule` and `RootNodeRule`.
28
- - Added `ignoreCategories` parameter in `createFieldHierarchies` function for adding all of the nested properties to parent field's child fields without considering categories.
29
- - Removed `PresentationUnitSystem` in favor of `UnitSystemKey` from `@itwin/core-quantity`.
30
- - remove ClientRequestContext.current
3
+ This log was last generated on Wed, 12 Jan 2022 14:52:38 GMT and should not be manually modified.
31
4
 
32
5
  ## 2.19.28
33
6
  Wed, 12 Jan 2022 14:52:38 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-common",
3
- "version": "3.0.0",
3
+ "version": "3.1.0-dev.12",
4
4
  "description": "Common pieces for iModel.js presentation packages",
5
5
  "imodeljsSharedLibrary": true,
6
6
  "license": "MIT",
@@ -22,16 +22,16 @@
22
22
  "module": "lib/esm/presentation-common.js",
23
23
  "typings": "lib/cjs/presentation-common",
24
24
  "peerDependencies": {
25
- "@itwin/core-bentley": "^3.0.0",
26
- "@itwin/core-common": "^3.0.0",
27
- "@itwin/core-quantity": "^3.0.0"
25
+ "@itwin/core-bentley": "^3.1.0-dev.12",
26
+ "@itwin/core-common": "^3.1.0-dev.12",
27
+ "@itwin/core-quantity": "^3.1.0-dev.12"
28
28
  },
29
29
  "devDependencies": {
30
- "@itwin/build-tools": "3.0.0",
31
- "@itwin/core-bentley": "3.0.0",
32
- "@itwin/core-common": "3.0.0",
33
- "@itwin/core-quantity": "3.0.0",
34
- "@itwin/eslint-plugin": "3.0.0",
30
+ "@itwin/build-tools": "3.1.0-dev.12",
31
+ "@itwin/core-bentley": "3.1.0-dev.12",
32
+ "@itwin/core-common": "3.1.0-dev.12",
33
+ "@itwin/core-quantity": "3.1.0-dev.12",
34
+ "@itwin/eslint-plugin": "3.1.0-dev.12",
35
35
  "@types/chai": "^4.1.4",
36
36
  "@types/chai-as-promised": "^7",
37
37
  "@types/chai-jest-snapshot": "^1.3.0",