Commit 2b23f80 1 parent 28b8fe2 commit 2b23f80 Copy full SHA for 2b23f80
File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @thatopen/components" ,
3
3
"description" : " Collection of core functionalities to author BIM apps." ,
4
- "version" : " 2.3.5 " ,
4
+ "version" : " 2.3.6 " ,
5
5
"author" : " That Open Company" ,
6
6
"contributors" : [
7
7
" Antonio Gonzalez Viegas (https://github.com/agviegas)" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export class Components implements Disposable {
14
14
/**
15
15
* The version of the @thatopen/components library.
16
16
*/
17
- static readonly release = "2.3.5 " ;
17
+ static readonly release = "2.3.6 " ;
18
18
19
19
/** {@link Disposable.onDisposed } */
20
20
readonly onDisposed = new Event < void > ( ) ;
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ export class IfcFragmentSettings {
11
11
*/
12
12
optionalCategories : number [ ] = [ WEBIFC . IFCSPACE ] ;
13
13
14
- /** Whether to use the coordination data coming from the IFC files. */
15
- coordinate = true ;
16
-
17
14
/** Path of the WASM for [web-ifc](https://github.com/ThatOpen/engine_web-ifc). */
18
15
wasm : {
19
16
path : string ;
You can’t perform that action at this time.
0 commit comments