Skip to content

Commit 07726cc

Browse files
committed
introduced v5.3.0
1 parent daf5141 commit 07726cc

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

index.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- <script src="./dist/micrio.min.js" defer></script> -->
2222

2323
<!-- Use a production version -->
24-
<!-- <script src="https://r2.micr.io/micrio-5.1.0.min.js" defer></script> -->
24+
<!-- <script src="https://r2.micr.io/micrio-5.3.0.min.js" defer></script> -->
2525

2626
<style>
2727
html,
@@ -40,9 +40,22 @@
4040
</head>
4141

4242
<body>
43-
<!-- Basic test image -->
43+
<!-- DEMO IDs
44+
Basic test image: dzzLm
45+
Omni image: QgjdoCK
46+
Omni image with layers: VVxoPCb / GPjAGL
47+
360 tour: ZnaHJK
48+
Embedded video: SUeqOX
49+
Serial multi-image tour: ojvqWXd
50+
-->
4451
<micr-io id="dzzLm"></micr-io>
4552

53+
<!-- Test image with all types of markers -->
54+
<!-- <micr-io id="vsmQN" lang="nl" data-camspeed="4" data-path="https://micrio.vangoghmuseum.nl/micrio/"></micr-io> -->
55+
56+
<!-- Demo swipeable gallery -->
57+
<!-- <micr-io data-gallery="xnRwQ,985,1200,,p;esgZB,960,1280,;pRiMP,960,1280," data-path="https://micrio.vangoghmuseum.nl/micrio/"></micr-io> -->
58+
4659
<script>
4760
window.micrio = document.querySelector('micr-io');
4861

@@ -57,6 +70,8 @@
5770

5871
// Put any pre-info init hooks here
5972
micrio.addEventListener('pre-info', e => {
73+
//console.log(e.detail.settings)
74+
//e.detail.settings.omni.layerStartIndex = 1;
6075
});
6176

6277
// Put any pre-data init hooks here

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@micrio/client-src",
3-
"version": "5.2.3",
3+
"version": "5.3.0",
44
"description": "Micrio client image viewer source repository",
55
"main": "micrio.js",
66
"type": "module",

public/dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@micrio/client",
3-
"version": "5.2.3",
3+
"version": "5.3.0",
44
"description": "Micrio Client image viewer",
55
"main": "micrio.min.js",
66
"types": "micrio.min.d.ts",

src/ts/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Defines the current version of the Micrio library.
33
* This constant is used internally and exposed statically via `HTMLMicrioElement.VERSION`.
44
*/
5-
export const VERSION = '5.2.3';
5+
export const VERSION = '5.3.0';

0 commit comments

Comments
 (0)