-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e74a25
commit 0a57b36
Showing
9 changed files
with
49 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
# 0.1.0 (2022-10-02) | ||
# 0.2.0 (2022-10-02) | ||
|
||
# 0.2.0 (2022-10-02) | ||
|
||
### Bug Fixes | ||
|
||
- 修复 vr360-core tips 在滑动时的 bug ([e179ebc](https://github.com/2214962083/vr-360/commit/e179ebc2697314bc455320eecf8beb6182a53ded)) | ||
- 修复 vr360-core tips 在滑动时的 bug ([e179ebc](https://github.com/nicepkg/vr360/commit/e179ebc2697314bc455320eecf8beb6182a53ded)) | ||
|
||
### Features | ||
|
||
- 暴露更多的事件,设置默认自动旋转 ([4e21c53](https://github.com/2214962083/vr-360/commit/4e21c53ac945532020a7fbbfa46644294c33b49d)) | ||
- 初始化项目 ([06f39d1](https://github.com/2214962083/vr-360/commit/06f39d141004a1d0b1a125ad598298baf15ffee8)) | ||
- 添加标签提示和空间切换功能 ([6aa67d3](https://github.com/2214962083/vr-360/commit/6aa67d39113b06d05036ecc1d66ab1d70a2f4cf5)) | ||
- 添加如视 vr 导入支持 ([5a9eb5d](https://github.com/2214962083/vr-360/commit/5a9eb5d7a33d092be8cea5565490f268376d2f79)) | ||
- 文档添加示例插件、core 的纹理 top、bottom 改为 up 和 down ([70ccb2c](https://github.com/2214962083/vr-360/commit/70ccb2c40a06079ffb3cf50b27f986ab19b1f7db)) | ||
- 修改 package.json 说明 ([e5e4ad0](https://github.com/2214962083/vr-360/commit/e5e4ad04b1c7a9cddff3af6f73d438fd1de85b25)) | ||
- 优化代码 ([4519c4a](https://github.com/2214962083/vr-360/commit/4519c4a0fb230bb62bed49f97e0824c8977be3ca)) | ||
- 优化 sdk,添加纹理缓存预加载 ([9dd57e7](https://github.com/2214962083/vr-360/commit/9dd57e71b8f5a38ecc9901395a9b189481172edb)) | ||
- 重写核心,添加最小化更新配置支持 ([289091b](https://github.com/2214962083/vr-360/commit/289091b13dfe0495b44ae9e5353b78d2712e9762)) | ||
- 暴露更多的事件,设置默认自动旋转 ([4e21c53](https://github.com/nicepkg/vr360/commit/4e21c53ac945532020a7fbbfa46644294c33b49d)) | ||
- 初始化项目 ([06f39d1](https://github.com/nicepkg/vr360/commit/06f39d141004a1d0b1a125ad598298baf15ffee8)) | ||
- 添加标签提示和空间切换功能 ([6aa67d3](https://github.com/nicepkg/vr360/commit/6aa67d39113b06d05036ecc1d66ab1d70a2f4cf5)) | ||
- 添加如视 vr 导入支持 ([5a9eb5d](https://github.com/nicepkg/vr360/commit/5a9eb5d7a33d092be8cea5565490f268376d2f79)) | ||
- 文档添加示例插件、core 的纹理 top、bottom 改为 up 和 down ([70ccb2c](https://github.com/nicepkg/vr360/commit/70ccb2c40a06079ffb3cf50b27f986ab19b1f7db)) | ||
- 修改 package.json 说明 ([e5e4ad0](https://github.com/nicepkg/vr360/commit/e5e4ad04b1c7a9cddff3af6f73d438fd1de85b25)) | ||
- 优化代码 ([4519c4a](https://github.com/nicepkg/vr360/commit/4519c4a0fb230bb62bed49f97e0824c8977be3ca)) | ||
- 优化 sdk,添加纹理缓存预加载 ([9dd57e7](https://github.com/nicepkg/vr360/commit/9dd57e71b8f5a38ecc9901395a9b189481172edb)) | ||
- 重写核心,添加最小化更新配置支持 ([289091b](https://github.com/nicepkg/vr360/commit/289091b13dfe0495b44ae9e5353b78d2712e9762)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
# 0.1.0 (2022-10-02) | ||
# 0.2.0 (2022-10-02) | ||
|
||
# 0.2.0 (2022-10-02) | ||
|
||
### Bug Fixes | ||
|
||
- 修复 vr360-core tips 在滑动时的 bug ([e179ebc](https://github.com/2214962083/vr-360/commit/e179ebc2697314bc455320eecf8beb6182a53ded)) | ||
- 修复 vr360-core tips 在滑动时的 bug ([e179ebc](https://github.com/nicepkg/vr360/commit/e179ebc2697314bc455320eecf8beb6182a53ded)) | ||
|
||
### Features | ||
|
||
- 暴露更多的事件,设置默认自动旋转 ([4e21c53](https://github.com/2214962083/vr-360/commit/4e21c53ac945532020a7fbbfa46644294c33b49d)) | ||
- 初始化项目 ([06f39d1](https://github.com/2214962083/vr-360/commit/06f39d141004a1d0b1a125ad598298baf15ffee8)) | ||
- 添加标签提示和空间切换功能 ([6aa67d3](https://github.com/2214962083/vr-360/commit/6aa67d39113b06d05036ecc1d66ab1d70a2f4cf5)) | ||
- 添加如视 vr 导入支持 ([5a9eb5d](https://github.com/2214962083/vr-360/commit/5a9eb5d7a33d092be8cea5565490f268376d2f79)) | ||
- 文档添加示例插件、core 的纹理 top、bottom 改为 up 和 down ([70ccb2c](https://github.com/2214962083/vr-360/commit/70ccb2c40a06079ffb3cf50b27f986ab19b1f7db)) | ||
- 修改 package.json 说明 ([e5e4ad0](https://github.com/2214962083/vr-360/commit/e5e4ad04b1c7a9cddff3af6f73d438fd1de85b25)) | ||
- 优化代码 ([4519c4a](https://github.com/2214962083/vr-360/commit/4519c4a0fb230bb62bed49f97e0824c8977be3ca)) | ||
- 优化 sdk,添加纹理缓存预加载 ([9dd57e7](https://github.com/2214962083/vr-360/commit/9dd57e71b8f5a38ecc9901395a9b189481172edb)) | ||
- 重写核心,添加最小化更新配置支持 ([289091b](https://github.com/2214962083/vr-360/commit/289091b13dfe0495b44ae9e5353b78d2712e9762)) | ||
- 暴露更多的事件,设置默认自动旋转 ([4e21c53](https://github.com/nicepkg/vr360/commit/4e21c53ac945532020a7fbbfa46644294c33b49d)) | ||
- 初始化项目 ([06f39d1](https://github.com/nicepkg/vr360/commit/06f39d141004a1d0b1a125ad598298baf15ffee8)) | ||
- 添加标签提示和空间切换功能 ([6aa67d3](https://github.com/nicepkg/vr360/commit/6aa67d39113b06d05036ecc1d66ab1d70a2f4cf5)) | ||
- 添加如视 vr 导入支持 ([5a9eb5d](https://github.com/nicepkg/vr360/commit/5a9eb5d7a33d092be8cea5565490f268376d2f79)) | ||
- 文档添加示例插件、core 的纹理 top、bottom 改为 up 和 down ([70ccb2c](https://github.com/nicepkg/vr360/commit/70ccb2c40a06079ffb3cf50b27f986ab19b1f7db)) | ||
- 修改 package.json 说明 ([e5e4ad0](https://github.com/nicepkg/vr360/commit/e5e4ad04b1c7a9cddff3af6f73d438fd1de85b25)) | ||
- 优化代码 ([4519c4a](https://github.com/nicepkg/vr360/commit/4519c4a0fb230bb62bed49f97e0824c8977be3ca)) | ||
- 优化 sdk,添加纹理缓存预加载 ([9dd57e7](https://github.com/nicepkg/vr360/commit/9dd57e71b8f5a38ecc9901395a9b189481172edb)) | ||
- 重写核心,添加最小化更新配置支持 ([289091b](https://github.com/nicepkg/vr360/commit/289091b13dfe0495b44ae9e5353b78d2712e9762)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
# 0.1.0 (2022-10-02) | ||
# 0.2.0 (2022-10-02) | ||
|
||
# 0.2.0 (2022-10-02) | ||
|
||
### Bug Fixes | ||
|
||
- 修复 vr360-core tips 在滑动时的 bug ([e179ebc](https://github.com/2214962083/vr-360/commit/e179ebc2697314bc455320eecf8beb6182a53ded)) | ||
- 修复 vr360-core tips 在滑动时的 bug ([e179ebc](https://github.com/nicepkg/vr360/commit/e179ebc2697314bc455320eecf8beb6182a53ded)) | ||
|
||
### Features | ||
|
||
- 暴露更多的事件,设置默认自动旋转 ([4e21c53](https://github.com/2214962083/vr-360/commit/4e21c53ac945532020a7fbbfa46644294c33b49d)) | ||
- 初始化项目 ([06f39d1](https://github.com/2214962083/vr-360/commit/06f39d141004a1d0b1a125ad598298baf15ffee8)) | ||
- 添加标签提示和空间切换功能 ([6aa67d3](https://github.com/2214962083/vr-360/commit/6aa67d39113b06d05036ecc1d66ab1d70a2f4cf5)) | ||
- 添加如视 vr 导入支持 ([5a9eb5d](https://github.com/2214962083/vr-360/commit/5a9eb5d7a33d092be8cea5565490f268376d2f79)) | ||
- 文档添加示例插件、core 的纹理 top、bottom 改为 up 和 down ([70ccb2c](https://github.com/2214962083/vr-360/commit/70ccb2c40a06079ffb3cf50b27f986ab19b1f7db)) | ||
- 修改 package.json 说明 ([e5e4ad0](https://github.com/2214962083/vr-360/commit/e5e4ad04b1c7a9cddff3af6f73d438fd1de85b25)) | ||
- 优化代码 ([4519c4a](https://github.com/2214962083/vr-360/commit/4519c4a0fb230bb62bed49f97e0824c8977be3ca)) | ||
- 优化 sdk,添加纹理缓存预加载 ([9dd57e7](https://github.com/2214962083/vr-360/commit/9dd57e71b8f5a38ecc9901395a9b189481172edb)) | ||
- 重写核心,添加最小化更新配置支持 ([289091b](https://github.com/2214962083/vr-360/commit/289091b13dfe0495b44ae9e5353b78d2712e9762)) | ||
- 暴露更多的事件,设置默认自动旋转 ([4e21c53](https://github.com/nicepkg/vr360/commit/4e21c53ac945532020a7fbbfa46644294c33b49d)) | ||
- 初始化项目 ([06f39d1](https://github.com/nicepkg/vr360/commit/06f39d141004a1d0b1a125ad598298baf15ffee8)) | ||
- 添加标签提示和空间切换功能 ([6aa67d3](https://github.com/nicepkg/vr360/commit/6aa67d39113b06d05036ecc1d66ab1d70a2f4cf5)) | ||
- 添加如视 vr 导入支持 ([5a9eb5d](https://github.com/nicepkg/vr360/commit/5a9eb5d7a33d092be8cea5565490f268376d2f79)) | ||
- 文档添加示例插件、core 的纹理 top、bottom 改为 up 和 down ([70ccb2c](https://github.com/nicepkg/vr360/commit/70ccb2c40a06079ffb3cf50b27f986ab19b1f7db)) | ||
- 修改 package.json 说明 ([e5e4ad0](https://github.com/nicepkg/vr360/commit/e5e4ad04b1c7a9cddff3af6f73d438fd1de85b25)) | ||
- 优化代码 ([4519c4a](https://github.com/nicepkg/vr360/commit/4519c4a0fb230bb62bed49f97e0824c8977be3ca)) | ||
- 优化 sdk,添加纹理缓存预加载 ([9dd57e7](https://github.com/nicepkg/vr360/commit/9dd57e71b8f5a38ecc9901395a9b189481172edb)) | ||
- 重写核心,添加最小化更新配置支持 ([289091b](https://github.com/nicepkg/vr360/commit/289091b13dfe0495b44ae9e5353b78d2712e9762)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0a57b36
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for vr-360 ready!
✅ Preview
https://vr-360-dnise9hns-2214962083.vercel.app
Built with commit 0a57b36.
This pull request is being automatically deployed with vercel-action