Skip to content

Commit d161a1c

Browse files
committed
Build version 12.0.3
1 parent 0450dc1 commit d161a1c

File tree

76 files changed

+106554
-106299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+106554
-106299
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ If you are going to use X_ITE in a production environment, you should use a fixe
3636
jsDelivr is an open-source content delivery network (CDN) renowned for its no-cost access, swift performance, and reliable service.
3737

3838
```html
39-
<script defer src="https://cdn.jsdelivr.net/npm/x_ite@12.0.2/dist/x_ite.min.js"></script>
39+
<script defer src="https://cdn.jsdelivr.net/npm/x_ite@12.0.3/dist/x_ite.min.js"></script>
4040
<!-- or as ES module for use in scripts -->
4141
<script type="module">
42-
import X3D from "https://cdn.jsdelivr.net/npm/x_ite@12.0.2/dist/x_ite.min.mjs";
42+
import X3D from "https://cdn.jsdelivr.net/npm/x_ite@12.0.3/dist/x_ite.min.mjs";
4343
</script>
4444
```
4545

@@ -68,7 +68,7 @@ This script initializes an X3D canvas within an HTML page, configuring it to con
6868
### Declarative Syntax
6969

7070
```html
71-
<script defer src="https://cdn.jsdelivr.net/npm/x_ite@12.0.2/dist/x_ite.min.js"></script>
71+
<script defer src="https://cdn.jsdelivr.net/npm/x_ite@12.0.3/dist/x_ite.min.js"></script>
7272
<x3d-canvas update="auto" contentScale="auto">
7373
<X3D profile='Interchange' version='4.0'>
7474
<head>
@@ -107,7 +107,7 @@ The same scene can also be created using pure JavaScript:
107107

108108
```html
109109
<script type="module">
110-
import X3D from "https://cdn.jsdelivr.net/npm/x_ite@12.0.2/dist/x_ite.min.mjs";
110+
import X3D from "https://cdn.jsdelivr.net/npm/x_ite@12.0.3/dist/x_ite.min.mjs";
111111
112112
const
113113
canvas = document .createElement ("x3d-canvas"), // Or get an already inserted <x3d-canvas> element.

dist/assets/components/AnnotationComponent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* X_ITE v12.0.2 */
2-
const __X_ITE_X3D__ = window [Symbol .for ("X_ITE.X3D-12.0.2")];
1+
/* X_ITE v12.0.3 */
2+
const __X_ITE_X3D__ = window [Symbol .for ("X_ITE.X3D-12.0.3")];
33
/******/ (() => { // webpackBootstrap
44
/******/ "use strict";
55
/******/ // The require scope

dist/assets/components/AnnotationComponent.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/components/CADGeometryComponent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* X_ITE v12.0.2 */
2-
const __X_ITE_X3D__ = window [Symbol .for ("X_ITE.X3D-12.0.2")];
1+
/* X_ITE v12.0.3 */
2+
const __X_ITE_X3D__ = window [Symbol .for ("X_ITE.X3D-12.0.3")];
33
/******/ (() => { // webpackBootstrap
44
/******/ "use strict";
55
/******/ // The require scope

0 commit comments

Comments
 (0)