@itwin/ecschema-editing 5.1.0-dev.5 → 5.1.0-dev.52

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 +63 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,68 @@
1
1
  # Change Log - @itwin/ecschema-editing
2
2
 
3
- This log was last generated on Thu, 10 Apr 2025 17:50:15 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 26 Jun 2025 22:17:28 GMT and should not be manually modified.
4
+
5
+ ## 5.0.2
6
+ Thu, 26 Jun 2025 22:16:01 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.0.1
11
+ Tue, 17 Jun 2025 18:33:52 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 5.0.0
16
+ Fri, 13 Jun 2025 20:25:38 GMT
17
+
18
+ ### Updates
19
+
20
+ - Replaced ECClass.baseClass setter with setBaseClass method due to underlying changes in the ecschema-metadata package.
21
+ - Changed Class.getProperty method to include inherited properties by default. This affected numerous call in the editing package.
22
+ - Upgrade compile target to ES2023 and module to ES2022
23
+ - Dropped support for Node 18
24
+ - Added ESM support
25
+ - Updated getSchemaItem methods from MergingSchemaContext to reflect changes made to methods from the base class SchemaContext.
26
+ - Added format merging
27
+ - Allows to re-apply stored conflict resolutions
28
+ - Added ability to merge Unit and InvertedUnit Schema Items
29
+ - applied changes in ecschema-metadatas SchemaLocater interface
30
+ - Change core peer dependencies to strict version.
31
+
32
+ ## 4.11.6
33
+ Mon, 16 Jun 2025 15:00:15 GMT
34
+
35
+ _Version update only_
36
+
37
+ ## 4.11.5
38
+ Fri, 06 Jun 2025 13:41:18 GMT
39
+
40
+ _Version update only_
41
+
42
+ ## 4.11.4
43
+ Tue, 03 Jun 2025 16:15:19 GMT
44
+
45
+ _Version update only_
46
+
47
+ ## 4.11.3
48
+ Wed, 28 May 2025 13:56:23 GMT
49
+
50
+ _Version update only_
51
+
52
+ ## 4.11.2
53
+ Tue, 20 May 2025 20:14:46 GMT
54
+
55
+ _Version update only_
56
+
57
+ ## 4.11.1
58
+ Wed, 30 Apr 2025 13:13:21 GMT
59
+
60
+ _Version update only_
61
+
62
+ ## 4.11.0
63
+ Wed, 16 Apr 2025 15:50:28 GMT
64
+
65
+ _Version update only_
4
66
 
5
67
  ## 4.10.13
6
68
  Thu, 10 Apr 2025 17:47:21 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecschema-editing",
3
- "version": "5.1.0-dev.5",
3
+ "version": "5.1.0-dev.52",
4
4
  "description": "ECSchema editing and validation API",
5
5
  "license": "MIT",
6
6
  "main": "lib/cjs/ecschema-editing.js",
@@ -23,7 +23,7 @@
23
23
  "url": "http://www.bentley.com"
24
24
  },
25
25
  "devDependencies": {
26
- "@bentley/units-schema": "^1.0.8",
26
+ "@bentley/units-schema": "^1.0.9",
27
27
  "@itwin/eslint-plugin": "5.0.0-dev.1",
28
28
  "@types/benchmark": "^2.1.0",
29
29
  "@types/chai": "4.3.1",
@@ -42,16 +42,16 @@
42
42
  "rimraf": "^6.0.1",
43
43
  "sinon": "^17.0.2",
44
44
  "typescript": "~5.6.2",
45
- "@itwin/ecschema-metadata": "5.1.0-dev.5",
46
- "@itwin/build-tools": "5.1.0-dev.5",
47
- "@itwin/core-bentley": "5.1.0-dev.5",
48
- "@itwin/core-quantity": "5.1.0-dev.5",
49
- "@itwin/core-common": "5.1.0-dev.5"
45
+ "@itwin/build-tools": "5.1.0-dev.52",
46
+ "@itwin/core-bentley": "5.1.0-dev.52",
47
+ "@itwin/core-common": "5.1.0-dev.52",
48
+ "@itwin/ecschema-metadata": "5.1.0-dev.52",
49
+ "@itwin/core-quantity": "5.1.0-dev.52"
50
50
  },
51
51
  "peerDependencies": {
52
- "@itwin/core-bentley": "5.1.0-dev.5",
53
- "@itwin/core-quantity": "5.1.0-dev.5",
54
- "@itwin/ecschema-metadata": "5.1.0-dev.5"
52
+ "@itwin/core-bentley": "5.1.0-dev.52",
53
+ "@itwin/core-quantity": "5.1.0-dev.52",
54
+ "@itwin/ecschema-metadata": "5.1.0-dev.52"
55
55
  },
56
56
  "nyc": {
57
57
  "extends": "./node_modules/@itwin/build-tools/.nycrc"