Skip to content

Commit

Permalink
chore: build v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Amr Wagdy committed Mar 28, 2022
1 parent 7fbd788 commit 48ba381
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ Types of changes:
- ...

-------------
## 3.0.1 - 2022-03-28
### Changed
- hotspots icons

### Fixed
- loader is hidden if hide-360-logo is active

## 3.0.0 - 2022-03-25
### Added
- possibility to add makers or hotspots to each image
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

[![Release](https://img.shields.io/badge/release-v3.0.0-blue.svg)](https://github.com/scaleflex/js-cloudimage-360-view/releases)
[![Release](https://img.shields.io/badge/release-v3.0.1-blue.svg)](https://github.com/scaleflex/js-cloudimage-360-view/releases)
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![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)
Expand Down Expand Up @@ -71,7 +71,7 @@ To see the Cloudimage 360 view plugin in action, please check out the
Add script tag with CDN link to js-cloudimage-360-view lib after all content in body tag

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

## <a name="initialize"></a>Step 2: Initialize
Expand Down Expand Up @@ -106,7 +106,7 @@ window.CI360.init();
> 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
> ```javascript
> <script>window.CI360 = { notInitOnLoad: true }</script>
> <script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/3.0.0/js-cloudimage-360-view.min.js"></script>
> <script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/3.0./js-cloudimage-360-view.min.js"></script>
> <script>window.CI360.init(); // initialize the plugin when you need</script>
> ```
Expand Down
6 changes: 3 additions & 3 deletions build/js-cloudimage-360-view.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-cloudimage-360-view",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"description": "",
"author": "scaleflex",
Expand Down

0 comments on commit 48ba381

Please sign in to comment.