@itwin/ecschema-editing 5.1.0-dev.40 → 5.1.0-dev.41

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 +23 -1
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  # Change Log - @itwin/ecschema-editing
2
2
 
3
- This log was last generated on Fri, 06 Jun 2025 13:44:02 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Jun 2025 15:03:02 GMT and should not be manually modified.
4
+
5
+ ## 5.0.0
6
+ Fri, 13 Jun 2025 20:25:38 GMT
7
+
8
+ ### Updates
9
+
10
+ - Replaced ECClass.baseClass setter with setBaseClass method due to underlying changes in the ecschema-metadata package.
11
+ - Changed Class.getProperty method to include inherited properties by default. This affected numerous call in the editing package.
12
+ - Upgrade compile target to ES2023 and module to ES2022
13
+ - Dropped support for Node 18
14
+ - Added ESM support
15
+ - Updated getSchemaItem methods from MergingSchemaContext to reflect changes made to methods from the base class SchemaContext.
16
+ - Added format merging
17
+ - Allows to re-apply stored conflict resolutions
18
+ - Added ability to merge Unit and InvertedUnit Schema Items
19
+ - applied changes in ecschema-metadatas SchemaLocater interface
20
+ - Change core peer dependencies to strict version.
21
+
22
+ ## 4.11.6
23
+ Mon, 16 Jun 2025 15:00:15 GMT
24
+
25
+ _Version update only_
4
26
 
5
27
  ## 4.11.5
6
28
  Fri, 06 Jun 2025 13:41:18 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecschema-editing",
3
- "version": "5.1.0-dev.40",
3
+ "version": "5.1.0-dev.41",
4
4
  "description": "ECSchema editing and validation API",
5
5
  "license": "MIT",
6
6
  "main": "lib/cjs/ecschema-editing.js",
@@ -42,16 +42,16 @@
42
42
  "rimraf": "^6.0.1",
43
43
  "sinon": "^17.0.2",
44
44
  "typescript": "~5.6.2",
45
- "@itwin/build-tools": "5.1.0-dev.40",
46
- "@itwin/core-common": "5.1.0-dev.40",
47
- "@itwin/core-quantity": "5.1.0-dev.40",
48
- "@itwin/core-bentley": "5.1.0-dev.40",
49
- "@itwin/ecschema-metadata": "5.1.0-dev.40"
45
+ "@itwin/core-bentley": "5.1.0-dev.41",
46
+ "@itwin/build-tools": "5.1.0-dev.41",
47
+ "@itwin/core-common": "5.1.0-dev.41",
48
+ "@itwin/ecschema-metadata": "5.1.0-dev.41",
49
+ "@itwin/core-quantity": "5.1.0-dev.41"
50
50
  },
51
51
  "peerDependencies": {
52
- "@itwin/core-bentley": "5.1.0-dev.40",
53
- "@itwin/core-quantity": "5.1.0-dev.40",
54
- "@itwin/ecschema-metadata": "5.1.0-dev.40"
52
+ "@itwin/core-bentley": "5.1.0-dev.41",
53
+ "@itwin/core-quantity": "5.1.0-dev.41",
54
+ "@itwin/ecschema-metadata": "5.1.0-dev.41"
55
55
  },
56
56
  "nyc": {
57
57
  "extends": "./node_modules/@itwin/build-tools/.nycrc"