@itwin/core-geometry 3.5.0-dev.14 → 3.5.0-dev.18

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 +15 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,20 @@
1
1
  # Change Log - @itwin/core-geometry
2
2
 
3
- This log was last generated on Tue, 27 Sep 2022 11:50:59 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 13 Oct 2022 20:24:47 GMT and should not be manually modified.
4
+
5
+ ## 3.4.0
6
+ Thu, 13 Oct 2022 20:24:47 GMT
7
+
8
+ ### Updates
9
+
10
+ - Add missing call to clone when calling Ray3d.createStartEnd.
11
+ - ConvexClipPlaneSet from convex Polyface
12
+ - BoxProps.origin name changed to baseOrigin to agree with json format
13
+ - revisit skipped geomlibs tests
14
+ - RegionOps.constructAllXYRegionLoops bug fix
15
+ - When finding closest point on bspline, bezier endpoints were not explicitly tested
16
+ - New method PolyfaceQuery.cloneWithMaximalPlanarFacets
17
+ - Updated Node types declaration to support latest v16
4
18
 
5
19
  ## 3.3.5
6
20
  Tue, 27 Sep 2022 11:50:59 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-geometry",
3
- "version": "3.5.0-dev.14",
3
+ "version": "3.5.0-dev.18",
4
4
  "description": "iTwin.js Core Geometry library",
5
5
  "main": "lib/cjs/core-geometry.js",
6
6
  "module": "lib/esm/core-geometry.js",
@@ -22,8 +22,8 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "devDependencies": {
25
- "@itwin/build-tools": "3.5.0-dev.14",
26
- "@itwin/eslint-plugin": "3.5.0-dev.14",
25
+ "@itwin/build-tools": "3.5.0-dev.18",
26
+ "@itwin/eslint-plugin": "3.5.0-dev.18",
27
27
  "@types/chai": "4.3.1",
28
28
  "@types/flatbuffers": "~1.10.0",
29
29
  "@types/mocha": "^8.2.2",
@@ -38,7 +38,7 @@
38
38
  "typescript": "~4.4.0"
39
39
  },
40
40
  "dependencies": {
41
- "@itwin/core-bentley": "3.5.0-dev.14",
41
+ "@itwin/core-bentley": "3.5.0-dev.18",
42
42
  "flatbuffers": "~1.12.0"
43
43
  },
44
44
  "nyc": {