Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
v0.0.11 (#40)
Browse files Browse the repository at this point in the history
* v0.0.11
  • Loading branch information
lwojcik authored Apr 8, 2019
1 parent 079d38e commit f7e0bf2
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/js/tridi.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/tridi.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tridi",
"version": "0.0.10",
"version": "0.0.11",
"description": "JavaScript 360 3D Product Viewer",
"main": "dist/js/tridi.min.js",
"types": "dist/js/tridi.min.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/tridi.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Tridi v0.0.10 - JavaScript 360 3D Product Viewer
Tridi v0.0.11 - JavaScript 360 3D Product Viewer
Author: Lukasz Wojcik
License: MIT
Homepage: https://tridi.lukem.net
Expand Down
4 changes: 0 additions & 4 deletions tests/tridi.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,7 @@ describe('Tridi.load()', () => {
});

test('Loading state is set to false after stash is populated', () => {
// const stash = <HTMLDivElement>document.querySelector(`#${containerId} .tridi-stash`);
// const stashedImages = stash.querySelectorAll('.tridi-image').length;
const loadingScreen = <HTMLElement>document.querySelector(`#${containerId} .tridi-loading`);


expect(loadingScreen.style.display).toEqual('none');
});
});
Expand Down

0 comments on commit f7e0bf2

Please sign in to comment.