@itwin/core-quantity 5.11.0-dev.3 → 5.11.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 +11 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/core-quantity
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 03 Jun 2026 20:21:39 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.10.0
|
|
6
|
+
Wed, 03 Jun 2026 20:19:46 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Added BasicUnitsProvider (bundled BIS units), createUnitsProvider factory, and CreateUnitsProviderOptions interface. Added UnitConversion math, parseDefinition, and Graph utilities (moved from ecschema-metadata). Added SerializedUnitSchema types and UnitDefinitionResolver.
|
|
11
|
+
- Add generated unit schema names and UnitConversions helpers backed by bundled basic units
|
|
12
|
+
- Fix FormatSpecHandle stale state during onFormattingReady
|
|
13
|
+
- Use units schema 01.00.10
|
|
4
14
|
|
|
5
15
|
## 5.9.5
|
|
6
16
|
Mon, 01 Jun 2026 17:34:00 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-quantity",
|
|
3
|
-
"version": "5.11.0-dev.
|
|
3
|
+
"version": "5.11.0-dev.5",
|
|
4
4
|
"description": "Quantity parsing, formatting and conversions for iModel.js",
|
|
5
5
|
"main": "lib/cjs/core-quantity.js",
|
|
6
6
|
"module": "lib/esm/core-quantity.js",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"tsx": "~4.22.0",
|
|
30
30
|
"typescript": "~5.6.2",
|
|
31
31
|
"vitest": "^3.0.6",
|
|
32
|
-
"@itwin/build-tools": "5.11.0-dev.
|
|
33
|
-
"@itwin/core-bentley": "5.11.0-dev.
|
|
32
|
+
"@itwin/build-tools": "5.11.0-dev.5",
|
|
33
|
+
"@itwin/core-bentley": "5.11.0-dev.5"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@itwin/core-bentley": "5.11.0-dev.
|
|
36
|
+
"@itwin/core-bentley": "5.11.0-dev.5"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "tsx scripts/generateUnitsJson.ts && npm run -s build:cjs && npm run -s build:esm && npm run -s build:typecheck",
|