@itwin/core-geometry 4.5.0-dev.7 → 4.5.0-dev.9

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 +17 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,22 @@
1
1
  # Change Log - @itwin/core-geometry
2
2
 
3
- This log was last generated on Wed, 03 Jan 2024 19:29:41 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 12 Feb 2024 19:26:22 GMT and should not be manually modified.
4
+
5
+ ## 4.4.0
6
+ Mon, 12 Feb 2024 18:15:58 GMT
7
+
8
+ ### Updates
9
+
10
+ - New code for RangeTree construction and search
11
+ - logic error in coincident segment detection
12
+ - B-spline legacy closure conversion
13
+ - restore open bcurve json import
14
+ - cw region input to PolyfaceClip.drapeRegion
15
+ - polyface silhouettes
16
+ - ClipUtilities.rangeOfIntersectionOfLocalRanges
17
+ - Fix spelling of deep clone in PolyfaceData.clone jsdoc
18
+ - Slight optimization for Transform.isAlmostEqual.
19
+ - add GeometryProps.pointString
4
20
 
5
21
  ## 4.3.3
6
22
  Wed, 03 Jan 2024 19:28:38 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-geometry",
3
- "version": "4.5.0-dev.7",
3
+ "version": "4.5.0-dev.9",
4
4
  "description": "iTwin.js Core Geometry library",
5
5
  "main": "lib/cjs/core-geometry.js",
6
6
  "module": "lib/esm/core-geometry.js",
@@ -34,11 +34,11 @@
34
34
  "nyc": "^15.1.0",
35
35
  "rimraf": "^3.0.2",
36
36
  "typescript": "~5.0.2",
37
- "@itwin/build-tools": "4.5.0-dev.7"
37
+ "@itwin/build-tools": "4.5.0-dev.9"
38
38
  },
39
39
  "dependencies": {
40
40
  "flatbuffers": "~1.12.0",
41
- "@itwin/core-bentley": "4.5.0-dev.7"
41
+ "@itwin/core-bentley": "4.5.0-dev.9"
42
42
  },
43
43
  "nyc": {
44
44
  "extends": "./node_modules/@itwin/build-tools/.nycrc",