Skip to content

Commit f5b7dc7

Browse files
committed
chore: Release 4.0.0-beta.4
1 parent 64d704d commit f5b7dc7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+55265
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.0-beta.4](https://github.com/naver/egjs-view360/compare/4.0.0-beta.0...4.0.0-beta.4) (2023-02-27)
7+
### :sparkles: Packages
8+
* `@egjs/ngx-view360` 4.0.0-beta.4
9+
* `@egjs/react-view360` 4.0.0-beta.4
10+
* `@egjs/svelte-view360` 4.0.0-beta.4
11+
* `@egjs/view360` 4.0.0-beta.4
12+
* `@egjs/vue-view360` 4.0.0-beta.4
13+
* `@egjs/vue3-view360` 4.0.0-beta.4
14+
15+
16+
### :memo: Documentation
17+
18+
* fix vue3 example code ([3573da5](https://github.com/naver/egjs-view360/commit/3573da579cd1a8d939af96b87d9c5f75cf918a40))
19+
* update title style ([05308d3](https://github.com/naver/egjs-view360/commit/05308d3ff3890dbc2f9330c7a771557023d60303))
20+
21+
22+
### :mega: Other
23+
24+
* All
25+
* update packages versions ([64d704d](https://github.com/naver/egjs-view360/commit/64d704dde25002931fb7422a817a6322542b66eb))
26+
27+
28+
629
## [4.0.0-beta.0](https://github.com/naver/egjs-view360/compare/3.6.3...4.0.0-beta.0) (2023-02-17)
730
### :sparkles: Packages
831
* `@egjs/ngx-view360` 4.0.0-beta.0
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.view360-container {
2+
position: relative;
3+
touch-action: pan-y;
4+
overflow: hidden;
5+
}
6+
7+
.view360-canvas {
8+
position: absolute;
9+
left: 0;
10+
top: 0;
11+
width: 100%;
12+
height: 100%;
13+
-ms-user-select: none;
14+
user-select: none;
15+
-webkit-user-drag: none;
16+
}
17+
18+
.view360-canvas.ctx-lost {
19+
text-indent: 0.001px;
20+
}

demo/release/4.0.0-beta.4/css/base.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)