@itwin/core-geometry 3.3.0-dev.89 → 3.3.1

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 +25 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,30 @@
1
1
  # Change Log - @itwin/core-geometry
2
2
 
3
- This log was last generated on Tue, 09 Aug 2022 15:52:41 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 26 Aug 2022 15:40:02 GMT and should not be manually modified.
4
+
5
+ ## 3.3.1
6
+ Fri, 26 Aug 2022 15:40:02 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.3.0
11
+ Thu, 18 Aug 2022 19:08:02 GMT
12
+
13
+ ### Updates
14
+
15
+ - stroke centerline in addMiteredPipes
16
+ - upgrade mocha to version 10.0.0
17
+ - sort non-horizontal loops in polyface clipper
18
+ - Speedup CurveChainWithDistanceIndex.closestPoint
19
+ - growable array improvements
20
+ - Fix bug in range.extendWhenLarger
21
+ - prevent Delaunay flipper from removing hole edges
22
+ - Add static function AYAndZ.almostEqual. Transform.isAlmostEqual now only requires a Readonly<Transform>.
23
+
24
+ ## 3.2.9
25
+ Fri, 26 Aug 2022 14:21:40 GMT
26
+
27
+ _Version update only_
4
28
 
5
29
  ## 3.2.8
6
30
  Tue, 09 Aug 2022 15:52:41 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-geometry",
3
- "version": "3.3.0-dev.89",
3
+ "version": "3.3.1",
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.3.0-dev.89",
26
- "@itwin/eslint-plugin": "3.3.0-dev.89",
25
+ "@itwin/build-tools": "3.3.1",
26
+ "@itwin/eslint-plugin": "3.3.1",
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.3.0-dev.89",
41
+ "@itwin/core-bentley": "3.3.1",
42
42
  "flatbuffers": "~1.12.0"
43
43
  },
44
44
  "nyc": {