Skip to content

Commit

Permalink
Chore: Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Amr Wagdy committed Apr 10, 2023
1 parent 912846d commit f4f0595
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/node_modules
/build
.DS_Store
.env.local
.env.development.local
Expand Down
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.1.0 - 2023-04-10
### Added
- possibility to enable/disable the request of new image on resize using `data-request-responsive-images`

### Fixed
- Page scroll, even spin-y is not active

## 3.0.4 - 2022-10-19
### Fixed
- Hotspot icons width
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,12 @@ CDN traffic per month for free.

Enables cloudimage responsive plugin for 360 view.

### data-request-responsive-images (or request-responsive-images)

###### Type: **Bool** | Default: **false**

Request new images on resize, based on the container width.

### data-transformation (or transformation)

###### Type: **String** | Default: **none** | _optional_
Expand Down
9 changes: 4 additions & 5 deletions build/js-cloudimage-360-view.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion examples/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ <h2 class="content-text">
data-play-once
data-hide-360-logo
data-speed="120"
data-request-responsive-images
data-lazy-selector="lazyload"
data-hotspots
data-responsive="scaleflex"
Expand Down
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.4",
"version": "3.1.0",
"main": "dist/index.js",
"description": "",
"author": "scaleflex",
Expand Down

0 comments on commit f4f0595

Please sign in to comment.