@itwin/core-frontend 5.13.0-dev.4 → 5.13.0-dev.6
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
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
# Change Log - @itwin/core-frontend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 03 Aug 2026 12:28:16 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.12.0
|
|
6
|
+
Mon, 03 Aug 2026 12:25:49 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Stopped using deprecated QueryRowFormat.UseJsPropertyNames in DrawingViewState, IModelConnection, and ViewCreator2d ECSQL queries.
|
|
11
|
+
- Removed AccuDraw's manual bearing north-correction, now redundant since `@itwin/core-quantity` applies it automatically. Fixes a double-conversion bug in plane-fixed bearing mode.
|
|
12
|
+
- Added IpcApp.handle and IpcHandler to support backend-to-frontend IPC calls.
|
|
13
|
+
- Clarify/document/prove support for the KHR_mesh_primitive_restart glTF extension for line strip primitives.
|
|
14
|
+
- Fix changeset not being updated and onChangesetChanged not being fired after BriefcaseConnection.pushChanges
|
|
15
|
+
- Add filtering support to SchemaView and improve performance.
|
|
4
16
|
|
|
5
17
|
## 5.11.3
|
|
6
18
|
Wed, 15 Jul 2026 19:40:44 GMT
|