js-cloudimage-360-view 2.6.0 → 2.7.2-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,48 +1,75 @@
1
- # Changelog
2
- All notable changes to this project will be documented in this file.
3
-
4
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
-
7
- Types of changes:
8
- - `Added` for new features.
9
- - `Changed` for changes in existing functionality.
10
- - `Deprecated` for soon-to-be removed features.
11
- - `Removed` for now removed features.
12
- - `Fixed` for any bug fixes.
13
- - `Security` in case of vulnerabilities.
14
-
15
- > Date format: YYYY-MM-DD
16
-
17
- > If we have some "Breaking changes" we can mark it in message by `**BREAKING**` preffix, like:
18
- > `- **BREAKING**: Some message`
19
-
20
- -------------
21
-
22
- ## TODOs
23
- > Todo list for future
24
-
25
- - ...
26
-
27
- -------------
28
-
29
- ## 2.6.0 - 2020-09-03
30
-
31
- ### Feat
32
- - add ability to specify custom 360 view logo
33
-
34
- ## 2.5.0 - 2020-07-05
35
-
36
- ### Feat
37
- - possibility to hide 360 view icon
38
-
39
- ## 2.4.1 - 2020-04-11
40
-
41
- ### Fixed
42
- - initialize first image using data-image-list #33
43
-
44
-
45
- ## 2.4.0 - 2020-04-09
46
-
47
- ### Fixed
48
- - problem with first preview image is random #28, #29
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+ Types of changes:
8
+ - `Added` for new features.
9
+ - `Changed` for changes in existing functionality.
10
+ - `Deprecated` for soon-to-be removed features.
11
+ - `Removed` for now removed features.
12
+ - `Fixed` for any bug fixes.
13
+ - `Security` in case of vulnerabilities.
14
+
15
+ > Date format: YYYY-MM-DD
16
+
17
+ > If we have some "Breaking changes" we can mark it in message by `**BREAKING**` preffix, like:
18
+ > `- **BREAKING**: Some message`
19
+
20
+ -------------
21
+
22
+ ## TODOs
23
+ > Todo list for future
24
+
25
+ - ...
26
+
27
+ -------------
28
+ ## 2.7.1 - 2020-11-06
29
+ ### Added
30
+ - click to reset mouse zoom
31
+ - show 360 logo after play once
32
+ ### Fixed
33
+ - set click as default value to start zoom
34
+ - Sass error
35
+ ### Changed
36
+ - pointer zoom behavior
37
+
38
+ ## 2.7.0 - 2020-11-04
39
+ ### Added
40
+ - play once then stop auto-play
41
+ - spin in the y-direction
42
+ - zoom with mouse wheel
43
+ - zoom with fingers on mobile
44
+ - possibility to change icons styles
45
+
46
+ ### Fixed
47
+ - hide scrollbar in fullscreen mode
48
+ - auto-play not working on mobile
49
+ - error on init the plugin inside a modal
50
+ - removed chrome warning about non-passive events
51
+ - images are not resized when window size changes
52
+
53
+ ### Changed
54
+ - migrate CDN URL to V7
55
+
56
+ ## 2.6.0 - 2020-09-03
57
+
58
+ ### Feat
59
+ - add ability to specify custom 360 view logo
60
+
61
+ ## 2.5.0 - 2020-07-05
62
+
63
+ ### Feat
64
+ - possibility to hide 360 view icon
65
+
66
+ ## 2.4.1 - 2020-04-11
67
+
68
+ ### Fixed
69
+ - initialize first image using data-image-list #33
70
+
71
+
72
+ ## 2.4.0 - 2020-04-09
73
+
74
+ ### Fixed
75
+ - problem with first preview image is random #28, #29
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2019 scaleflex
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2019 scaleflex
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.