js-cloudimage-360-view
Advanced tools
Comparing version 2.7.1 to 2.7.2-beta.0
@@ -28,3 +28,3 @@ # Changelog | ||
------------- | ||
## 2.7.1 - 2020-11-05 | ||
## 2.7.1 - 2020-11-06 | ||
### Added | ||
@@ -31,0 +31,0 @@ - click to reset mouse zoom |
{ | ||
"name": "js-cloudimage-360-view", | ||
"version": "2.7.1", | ||
"version": "2.7.2-beta.0", | ||
"main": "dist/index.js", | ||
@@ -26,7 +26,7 @@ "description": "", | ||
"start-demo": "webpack-dev-server --mode development --config config/webpack-demo.config.js", | ||
"clean-build": "del build", | ||
"clean-build": "rm -rf build", | ||
"build": "npm run clean-build && webpack --mode production --config config/webpack-build.config.js", | ||
"clean-dist": "del dist", | ||
"clean-dist": "rm -rf dist", | ||
"dist": "npm run clean-dist && babel src -d dist --copy-files", | ||
"clean-demo": "del examples/dist", | ||
"clean-demo": "rm -rf examples/dist", | ||
"build-demo": "npm run clean-demo && webpack --mode production --config config/webpack-demo.config.js", | ||
@@ -33,0 +33,0 @@ "deploy-demo": "gh-pages -d examples/dist", |
@@ -12,3 +12,3 @@ [![Release](https://img.shields.io/badge/release-v2.7.1-blue.svg)](https://github.com/scaleflex/js-cloudimage-360-view/releases) | ||
alt="The Lounge" | ||
src="https://demo.cloudimg.io/v7/https://scaleflex.airstore.io/filerobot/filerobot-cloudimage.png?sanitize=true"> | ||
src="https://assets.scaleflex.com/Marketing/Logos/Cloudimage+Logos/Logotype+with+Scaleflex/LOGO+WITH+SCALEFLEX-01.png?vh=f6080d&force_format=jpg"> | ||
</p> | ||
@@ -165,3 +165,16 @@ | ||
Your images folder on server. | ||
### data-api-version (or api-version) | ||
###### Type: **String** |Default: **'v7'** | _optional_ | ||
Allow to use a specific version of API. | ||
- set a specific version of API | ||
```javascript | ||
data-api-version="v7" | ||
``` | ||
- disable API version | ||
```javascript | ||
data-api-version="null" | ||
``` | ||
### data-filename (or filename) | ||
@@ -168,0 +181,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
99085
573
1