@itwin/core-geometry 3.7.0-dev.2 → 3.7.0-dev.5
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.
- package/CHANGELOG.md +13 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/core-geometry
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 17 Mar 2023 17:52:32 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.6.2
|
|
6
|
+
Fri, 17 Mar 2023 17:52:32 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 3.6.1
|
|
11
|
+
Fri, 24 Feb 2023 22:00:48 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
4
14
|
|
|
5
15
|
## 3.6.0
|
|
6
16
|
Wed, 08 Feb 2023 14:58:40 GMT
|
|
@@ -1032,7 +1042,7 @@ Fri, 22 Nov 2019 14:03:34 GMT
|
|
|
1032
1042
|
|
|
1033
1043
|
### Updates
|
|
1034
1044
|
|
|
1035
|
-
- PolyfaceQuery services: PolyfaceQuery.markAllEdgeVisibility PolyfaceQuery.markPairedEdgesInvisible PolyfaceQuery.setSingleEdgeVisibility PolyfaceQuery.computeFacetUnitNormal
|
|
1045
|
+
- PolyfaceQuery services: PolyfaceQuery.markAllEdgeVisibility PolyfaceQuery.markPairedEdgesInvisible PolyfaceQuery.setSingleEdgeVisibility PolyfaceQuery.computeFacetUnitNormal
|
|
1036
1046
|
- Correct sectioning of meshes with (a) nonconvex facets and (b) multicomponent plane intersections
|
|
1037
1047
|
- Intersect Ray with Sphere
|
|
1038
1048
|
- Spherical patch range; optional result in range3d.corners()
|
|
@@ -1163,7 +1173,7 @@ Mon, 13 May 2019 15:52:05 GMT
|
|
|
1163
1173
|
- Triangulation bug (multiple holes not linked correctly)
|
|
1164
1174
|
- Fix broken links
|
|
1165
1175
|
- Put sourcemap in npm package.
|
|
1166
|
-
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
1176
|
+
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
1167
1177
|
- New code for regularizing a single face.
|
|
1168
1178
|
- Upgrade TypeDoc dependency to 0.14.2
|
|
1169
1179
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-geometry",
|
|
3
|
-
"version": "3.7.0-dev.
|
|
3
|
+
"version": "3.7.0-dev.5",
|
|
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.7.0-dev.
|
|
26
|
-
"@itwin/eslint-plugin": "3.7.0-dev.
|
|
25
|
+
"@itwin/build-tools": "3.7.0-dev.5",
|
|
26
|
+
"@itwin/eslint-plugin": "3.7.0-dev.5",
|
|
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.7.0-dev.
|
|
41
|
+
"@itwin/core-bentley": "3.7.0-dev.5",
|
|
42
42
|
"flatbuffers": "~1.12.0"
|
|
43
43
|
},
|
|
44
44
|
"nyc": {
|