Skip to content

Commit 48ba381

Browse files
author
Amr Wagdy
committed
chore: build v3.0.1
1 parent 7fbd788 commit 48ba381

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ Types of changes:
2525
- ...
2626

2727
-------------
28+
## 3.0.1 - 2022-03-28
29+
### Changed
30+
- hotspots icons
31+
32+
### Fixed
33+
- loader is hidden if hide-360-logo is active
34+
2835
## 3.0.0 - 2022-03-25
2936
### Added
3037
- possibility to add makers or hotspots to each image

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
[![Release](https://img.shields.io/badge/release-v3.0.0-blue.svg)](https://github.com/scaleflex/js-cloudimage-360-view/releases)
2+
[![Release](https://img.shields.io/badge/release-v3.0.1-blue.svg)](https://github.com/scaleflex/js-cloudimage-360-view/releases)
33
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing)
44
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
55
[![Scaleflex team](https://img.shields.io/badge/%3C%2F%3E%20with%20%E2%99%A5%20-Scaleflex%20team-6986fa.svg)](https://www.scaleflex.com/en/home)
@@ -71,7 +71,7 @@ To see the Cloudimage 360 view plugin in action, please check out the
7171
Add script tag with CDN link to js-cloudimage-360-view lib after all content in body tag
7272

7373
```javascript
74-
<script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/3.0.0/js-cloudimage-360-view.min.js"></script>
74+
<script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/3.0.1/js-cloudimage-360-view.min.js"></script>
7575
```
7676

7777
## <a name="initialize"></a>Step 2: Initialize
@@ -106,7 +106,7 @@ window.CI360.init();
106106
> NOTE: initialization of the plugin runs on the script load. In case you need to postpone the initialization of the plugin you can disable it with **notInitOnLoad** param
107107
> ```javascript
108108
> <script>window.CI360 = { notInitOnLoad: true }</script>
109-
> <script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/3.0.0/js-cloudimage-360-view.min.js"></script>
109+
> <script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/3.0./js-cloudimage-360-view.min.js"></script>
110110
> <script>window.CI360.init(); // initialize the plugin when you need</script>
111111
> ```
112112

build/js-cloudimage-360-view.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-cloudimage-360-view",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"main": "dist/index.js",
55
"description": "",
66
"author": "scaleflex",

0 commit comments

Comments
 (0)