@itwin/core-backend 5.2.0-dev.3 → 5.2.0-dev.5
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.
- package/CHANGELOG.md +44 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,49 @@
|
|
|
1
1
|
# Change Log - @itwin/core-backend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 08 Aug 2025 18:10:14 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.1.1
|
|
6
|
+
Fri, 08 Aug 2025 18:06:10 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 5.1.0
|
|
11
|
+
Fri, 08 Aug 2025 12:51:53 GMT
|
|
12
|
+
|
|
13
|
+
### Updates
|
|
14
|
+
|
|
15
|
+
- Add Symbols to prevent duplicate instances of package
|
|
16
|
+
- Fix applychangeset issue
|
|
17
|
+
- Mark iModel edit API as @preview
|
|
18
|
+
- verify changeset id before pushing
|
|
19
|
+
- add unit test for concurrent query
|
|
20
|
+
- Add release tag to ECChangeUnifierCache namespace
|
|
21
|
+
- Fix regression when using performCheckpoint()
|
|
22
|
+
- TextAnnotation elements use new BIS property `textAnnotationData`. Introduce `AnnotationTextStyle` class to TypeScript layer. Add new `TextStyleResolver` class to resolve effective text styles from inheritance chain. Drawing scale is accounted for when creating geometry.
|
|
23
|
+
- Add SheetViewDefinition.create, CreateSheetViewDefinitionArgs
|
|
24
|
+
- Fix recipe initialization in TypeDefinitionElement
|
|
25
|
+
- optionally return world CRS from getAvailableCoordinateReferenceSystems
|
|
26
|
+
- Refactoring the TextAnnotationGeometry and adding support for frames
|
|
27
|
+
- Ensuring the order of geometry in FrameGeometry & adding tests
|
|
28
|
+
- Added `TabRun`s to `TextBlockLayout`
|
|
29
|
+
- Added IModelIncrementalSchemaLocater which is an ISchemaLocater implementation that provides asynchronous incremental loading of EC Schemas from iModels using ECSql queries.
|
|
30
|
+
- Improve change unifer to handle very large changeset
|
|
31
|
+
- Add cache for resolveInstanceKey
|
|
32
|
+
- Clear iModelDb Caches on abandonChanges
|
|
33
|
+
- Thining iModelPlatform API
|
|
34
|
+
- Allow Entity.forEach to support relationship classes
|
|
35
|
+
- Add support for RelationshipClasses in Entity.getMetaData
|
|
36
|
+
- Updates iModelDb Error Handling
|
|
37
|
+
- Reduce Model and Element Cache Size
|
|
38
|
+
- Fix IModelDb coordinate conversion results to include `fromCache` and also the point array if input point array was empty.
|
|
39
|
+
- Fix TextStyle.widthFactor multiplying by height instead of width during text layout.
|
|
40
|
+
- Add support for text fields.
|
|
41
|
+
- Added functionality to enable health stats tracking for changesets.
|
|
42
|
+
- Introducing Text Annotation Leaders
|
|
43
|
+
- Snapshot/StandaloneDb.createBlank - set ecefLocation and geographicCoordinateSystem if provided
|
|
44
|
+
- Add Beta downloadChangeset and downloadChangesets to BriefcaseManager.
|
|
45
|
+
- Make IModelHostConfiguration.hubAccess public.
|
|
46
|
+
- Updated deprecation comments to new template
|
|
4
47
|
|
|
5
48
|
## 5.0.5
|
|
6
49
|
Wed, 06 Aug 2025 15:34:15 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-backend",
|
|
3
|
-
"version": "5.2.0-dev.
|
|
3
|
+
"version": "5.2.0-dev.5",
|
|
4
4
|
"description": "iTwin.js backend components",
|
|
5
5
|
"main": "lib/cjs/core-backend.js",
|
|
6
6
|
"module": "lib/esm/core-backend.js",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"@opentelemetry/api": "^1.0.4",
|
|
30
|
-
"@itwin/core-
|
|
31
|
-
"@itwin/core-
|
|
32
|
-
"@itwin/core-
|
|
33
|
-
"@itwin/ecschema-metadata": "5.2.0-dev.
|
|
30
|
+
"@itwin/core-common": "5.2.0-dev.5",
|
|
31
|
+
"@itwin/core-geometry": "5.2.0-dev.5",
|
|
32
|
+
"@itwin/core-bentley": "5.2.0-dev.5",
|
|
33
|
+
"@itwin/ecschema-metadata": "5.2.0-dev.5"
|
|
34
34
|
},
|
|
35
35
|
"peerDependenciesMeta": {
|
|
36
36
|
"@opentelemetry/api": {
|
|
@@ -76,17 +76,17 @@
|
|
|
76
76
|
"marked": "^14.1.3",
|
|
77
77
|
"sql-formatter": "^15.4.6",
|
|
78
78
|
"webpack": "^5.97.1",
|
|
79
|
-
"@itwin/build-tools": "5.2.0-dev.
|
|
80
|
-
"@itwin/
|
|
81
|
-
"@itwin/core-
|
|
82
|
-
"@itwin/core-
|
|
83
|
-
"@itwin/ecschema-metadata": "5.2.0-dev.
|
|
84
|
-
"@itwin/
|
|
85
|
-
"
|
|
86
|
-
"
|
|
79
|
+
"@itwin/build-tools": "5.2.0-dev.5",
|
|
80
|
+
"@itwin/core-common": "5.2.0-dev.5",
|
|
81
|
+
"@itwin/core-bentley": "5.2.0-dev.5",
|
|
82
|
+
"@itwin/core-geometry": "5.2.0-dev.5",
|
|
83
|
+
"@itwin/ecschema-metadata": "5.2.0-dev.5",
|
|
84
|
+
"@itwin/ecschema-locaters": "5.2.0-dev.5",
|
|
85
|
+
"@itwin/ecsql-common": "5.2.0-dev.5",
|
|
86
|
+
"internal-tools": "3.0.0-dev.69"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@bentley/imodeljs-native": "5.2.
|
|
89
|
+
"@bentley/imodeljs-native": "5.2.5",
|
|
90
90
|
"@itwin/cloud-agnostic-core": "^2.2.4",
|
|
91
91
|
"@itwin/object-storage-azure": "^2.3.0",
|
|
92
92
|
"@itwin/object-storage-core": "^2.3.0",
|