Skip to content

Commit

Permalink
chore: Release 4.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodNeck committed Feb 27, 2023
1 parent 64d704d commit f5b7dc7
Show file tree
Hide file tree
Showing 75 changed files with 55,265 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)
### :sparkles: Packages
* `@egjs/ngx-view360` 4.0.0-beta.4
* `@egjs/react-view360` 4.0.0-beta.4
* `@egjs/svelte-view360` 4.0.0-beta.4
* `@egjs/view360` 4.0.0-beta.4
* `@egjs/vue-view360` 4.0.0-beta.4
* `@egjs/vue3-view360` 4.0.0-beta.4


### :memo: Documentation

* fix vue3 example code ([3573da5](https://github.com/naver/egjs-view360/commit/3573da579cd1a8d939af96b87d9c5f75cf918a40))
* update title style ([05308d3](https://github.com/naver/egjs-view360/commit/05308d3ff3890dbc2f9330c7a771557023d60303))


### :mega: Other

* All
* update packages versions ([64d704d](https://github.com/naver/egjs-view360/commit/64d704dde25002931fb7422a817a6322542b66eb))



## [4.0.0-beta.0](https://github.com/naver/egjs-view360/compare/3.6.3...4.0.0-beta.0) (2023-02-17)
### :sparkles: Packages
* `@egjs/ngx-view360` 4.0.0-beta.0
Expand Down
20 changes: 20 additions & 0 deletions demo/release/4.0.0-beta.4/css/base.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.view360-container {
position: relative;
touch-action: pan-y;
overflow: hidden;
}

.view360-canvas {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-ms-user-select: none;
user-select: none;
-webkit-user-drag: none;
}

.view360-canvas.ctx-lost {
text-indent: 0.001px;
}
1 change: 1 addition & 0 deletions demo/release/4.0.0-beta.4/css/base.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f5b7dc7

Please sign in to comment.