@intelligentgraphics/openconfiguration
Advanced tools
Comparing version 1.0.0 to 1.1.0-alpha.0
@@ -17,5 +17,5 @@ declare namespace Cns { | ||
* The mandatory format of the optional preview mesh. | ||
* Allowed formats are "OpenCTM", "OBJ", "OGRE Binary". | ||
* Allowed formats are "OpenCTM", "OBJ", "FBX". | ||
*/ | ||
previewFormat?: "OpenCTM" | "OBJ" | "FBX" | "OGRE Binary"; | ||
previewFormat?: "OpenCTM" | "OBJ" | "FBX"; | ||
/** | ||
@@ -27,5 +27,5 @@ * An optional mesh to be displayed until the main mesh is loaded. | ||
* The mandatory format of the optional main mesh. | ||
* Allowed formats are "OpenCTM", "OBJ", "FBX", "OGRE Binary". | ||
* Allowed formats are "OpenCTM", "OBJ", "FBX", "DWG". | ||
*/ | ||
meshFormat?: "OpenCTM" | "OBJ" | "FBX" | "OGRE Binary"; | ||
meshFormat?: "OpenCTM" | "OBJ" | "FBX" | "DWG"; | ||
/** | ||
@@ -617,2 +617,7 @@ * An optional mesh to be displayed as main mesh. Note, in some case a | ||
/** | ||
* One or more symbolic id to identify a component at run-time. Unlike Path, a | ||
* Tag is more robust and not biunique. | ||
*/ | ||
tags?: string[]; | ||
/** | ||
* The optional attribute defines property ids that are linked to this | ||
@@ -619,0 +624,0 @@ * object (and it's children). This information may be used for context- |
{ | ||
"name": "@intelligentgraphics/openconfiguration", | ||
"version": "1.0.0", | ||
"description": "Openconfiguration 1.0.0 (1.0.0.100)", | ||
"version": "1.1.0-alpha.0", | ||
"description": "Openconfiguration 1.1.0 Alpha 0 (1.1.0.1)", | ||
"publishConfig": { | ||
@@ -6,0 +6,0 @@ "access": "public" |
@@ -7,4 +7,9 @@ # Openconfiguration | ||
### 1.1.0-alpha.0 | ||
- add component tags | ||
- ig/Geometry += DWG | ||
### 1.0.0 | ||
- initial stable release |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
15
34652
4
1058
2