@itwin/core-frontend 5.9.0-dev.1 → 5.9.0-dev.3

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,24 @@
1
1
  # Change Log - @itwin/core-frontend
2
2
 
3
- This log was last generated on Tue, 24 Mar 2026 14:30:44 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 02 Apr 2026 18:28:44 GMT and should not be manually modified.
4
+
5
+ ## 5.8.0
6
+ Thu, 02 Apr 2026 18:19:33 GMT
7
+
8
+ ### Minor changes
9
+
10
+ - Add support for the proposed BENTLEY_materials_line_style glTF extension, including line width and custom line-pattern rendering for glTF line primitives.
11
+
12
+ ### Updates
13
+
14
+ - Fix default KOQ -> QuantityType map value for CivilUnits.LENGTH
15
+ - Support geometry collection for reality meshes with glTF tiles
16
+ - Fix reality data not being reprojected correctly when its CRS is different than iModel
17
+ - New LockService interface and new BriefcaseConnection.locks property
18
+ - Update measure tool to fallback to QuantityType
19
+ - Fix crash when QuantityFormatter.setUnitsProvider is called after IModelApp shutdown — ToolAdmin no longer emits activeToolChanged with an undefined tool.
20
+ - Revert metric LengthEngineering default format back to meters (meter4) from millimeters (millimeter3).
21
+ - Add support for WMTS sparse tilesets
4
22
 
5
23
  ## 5.7.3
6
24
  Tue, 24 Mar 2026 14:29:17 GMT