Skip to content

Commit 0a57b36

Browse files
committed
build: the v0.2.1 release
1 parent 3e74a25 commit 0a57b36

File tree

9 files changed

+49
-43
lines changed

9 files changed

+49
-43
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nicepkg/vr360",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"packageManager": "pnpm@7.0.0",
66
"author": "yangjinming",

packages/doc/CHANGELOG.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
# 0.1.0 (2022-10-02)
1+
# 0.2.0 (2022-10-02)
2+
3+
# 0.2.0 (2022-10-02)
24

35
### Bug Fixes
46

5-
- 修复 vr360-core tips 在滑动时的 bug ([e179ebc](https://github.com/2214962083/vr-360/commit/e179ebc2697314bc455320eecf8beb6182a53ded))
7+
- 修复 vr360-core tips 在滑动时的 bug ([e179ebc](https://github.com/nicepkg/vr360/commit/e179ebc2697314bc455320eecf8beb6182a53ded))
68

79
### Features
810

9-
- 暴露更多的事件,设置默认自动旋转 ([4e21c53](https://github.com/2214962083/vr-360/commit/4e21c53ac945532020a7fbbfa46644294c33b49d))
10-
- 初始化项目 ([06f39d1](https://github.com/2214962083/vr-360/commit/06f39d141004a1d0b1a125ad598298baf15ffee8))
11-
- 添加标签提示和空间切换功能 ([6aa67d3](https://github.com/2214962083/vr-360/commit/6aa67d39113b06d05036ecc1d66ab1d70a2f4cf5))
12-
- 添加如视 vr 导入支持 ([5a9eb5d](https://github.com/2214962083/vr-360/commit/5a9eb5d7a33d092be8cea5565490f268376d2f79))
13-
- 文档添加示例插件、core 的纹理 top、bottom 改为 up 和 down ([70ccb2c](https://github.com/2214962083/vr-360/commit/70ccb2c40a06079ffb3cf50b27f986ab19b1f7db))
14-
- 修改 package.json 说明 ([e5e4ad0](https://github.com/2214962083/vr-360/commit/e5e4ad04b1c7a9cddff3af6f73d438fd1de85b25))
15-
- 优化代码 ([4519c4a](https://github.com/2214962083/vr-360/commit/4519c4a0fb230bb62bed49f97e0824c8977be3ca))
16-
- 优化 sdk,添加纹理缓存预加载 ([9dd57e7](https://github.com/2214962083/vr-360/commit/9dd57e71b8f5a38ecc9901395a9b189481172edb))
17-
- 重写核心,添加最小化更新配置支持 ([289091b](https://github.com/2214962083/vr-360/commit/289091b13dfe0495b44ae9e5353b78d2712e9762))
11+
- 暴露更多的事件,设置默认自动旋转 ([4e21c53](https://github.com/nicepkg/vr360/commit/4e21c53ac945532020a7fbbfa46644294c33b49d))
12+
- 初始化项目 ([06f39d1](https://github.com/nicepkg/vr360/commit/06f39d141004a1d0b1a125ad598298baf15ffee8))
13+
- 添加标签提示和空间切换功能 ([6aa67d3](https://github.com/nicepkg/vr360/commit/6aa67d39113b06d05036ecc1d66ab1d70a2f4cf5))
14+
- 添加如视 vr 导入支持 ([5a9eb5d](https://github.com/nicepkg/vr360/commit/5a9eb5d7a33d092be8cea5565490f268376d2f79))
15+
- 文档添加示例插件、core 的纹理 top、bottom 改为 up 和 down ([70ccb2c](https://github.com/nicepkg/vr360/commit/70ccb2c40a06079ffb3cf50b27f986ab19b1f7db))
16+
- 修改 package.json 说明 ([e5e4ad0](https://github.com/nicepkg/vr360/commit/e5e4ad04b1c7a9cddff3af6f73d438fd1de85b25))
17+
- 优化代码 ([4519c4a](https://github.com/nicepkg/vr360/commit/4519c4a0fb230bb62bed49f97e0824c8977be3ca))
18+
- 优化 sdk,添加纹理缓存预加载 ([9dd57e7](https://github.com/nicepkg/vr360/commit/9dd57e71b8f5a38ecc9901395a9b189481172edb))
19+
- 重写核心,添加最小化更新配置支持 ([289091b](https://github.com/nicepkg/vr360/commit/289091b13dfe0495b44ae9e5353b78d2712e9762))

packages/doc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doc",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"description": "the libs docs website",
66
"scripts": {

packages/vr360-core/CHANGELOG.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
# 0.1.0 (2022-10-02)
1+
# 0.2.0 (2022-10-02)
2+
3+
# 0.2.0 (2022-10-02)
24

35
### Bug Fixes
46

5-
- 修复 vr360-core tips 在滑动时的 bug ([e179ebc](https://github.com/2214962083/vr-360/commit/e179ebc2697314bc455320eecf8beb6182a53ded))
7+
- 修复 vr360-core tips 在滑动时的 bug ([e179ebc](https://github.com/nicepkg/vr360/commit/e179ebc2697314bc455320eecf8beb6182a53ded))
68

79
### Features
810

9-
- 暴露更多的事件,设置默认自动旋转 ([4e21c53](https://github.com/2214962083/vr-360/commit/4e21c53ac945532020a7fbbfa46644294c33b49d))
10-
- 初始化项目 ([06f39d1](https://github.com/2214962083/vr-360/commit/06f39d141004a1d0b1a125ad598298baf15ffee8))
11-
- 添加标签提示和空间切换功能 ([6aa67d3](https://github.com/2214962083/vr-360/commit/6aa67d39113b06d05036ecc1d66ab1d70a2f4cf5))
12-
- 添加如视 vr 导入支持 ([5a9eb5d](https://github.com/2214962083/vr-360/commit/5a9eb5d7a33d092be8cea5565490f268376d2f79))
13-
- 文档添加示例插件、core 的纹理 top、bottom 改为 up 和 down ([70ccb2c](https://github.com/2214962083/vr-360/commit/70ccb2c40a06079ffb3cf50b27f986ab19b1f7db))
14-
- 修改 package.json 说明 ([e5e4ad0](https://github.com/2214962083/vr-360/commit/e5e4ad04b1c7a9cddff3af6f73d438fd1de85b25))
15-
- 优化代码 ([4519c4a](https://github.com/2214962083/vr-360/commit/4519c4a0fb230bb62bed49f97e0824c8977be3ca))
16-
- 优化 sdk,添加纹理缓存预加载 ([9dd57e7](https://github.com/2214962083/vr-360/commit/9dd57e71b8f5a38ecc9901395a9b189481172edb))
17-
- 重写核心,添加最小化更新配置支持 ([289091b](https://github.com/2214962083/vr-360/commit/289091b13dfe0495b44ae9e5353b78d2712e9762))
11+
- 暴露更多的事件,设置默认自动旋转 ([4e21c53](https://github.com/nicepkg/vr360/commit/4e21c53ac945532020a7fbbfa46644294c33b49d))
12+
- 初始化项目 ([06f39d1](https://github.com/nicepkg/vr360/commit/06f39d141004a1d0b1a125ad598298baf15ffee8))
13+
- 添加标签提示和空间切换功能 ([6aa67d3](https://github.com/nicepkg/vr360/commit/6aa67d39113b06d05036ecc1d66ab1d70a2f4cf5))
14+
- 添加如视 vr 导入支持 ([5a9eb5d](https://github.com/nicepkg/vr360/commit/5a9eb5d7a33d092be8cea5565490f268376d2f79))
15+
- 文档添加示例插件、core 的纹理 top、bottom 改为 up 和 down ([70ccb2c](https://github.com/nicepkg/vr360/commit/70ccb2c40a06079ffb3cf50b27f986ab19b1f7db))
16+
- 修改 package.json 说明 ([e5e4ad0](https://github.com/nicepkg/vr360/commit/e5e4ad04b1c7a9cddff3af6f73d438fd1de85b25))
17+
- 优化代码 ([4519c4a](https://github.com/nicepkg/vr360/commit/4519c4a0fb230bb62bed49f97e0824c8977be3ca))
18+
- 优化 sdk,添加纹理缓存预加载 ([9dd57e7](https://github.com/nicepkg/vr360/commit/9dd57e71b8f5a38ecc9901395a9b189481172edb))
19+
- 重写核心,添加最小化更新配置支持 ([289091b](https://github.com/nicepkg/vr360/commit/289091b13dfe0495b44ae9e5353b78d2712e9762))

packages/vr360-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nicepkg/vr360-core",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "快速实现你的全景开发需求,全景看房、全景街景、全景景点",
55
"keywords": [
66
"vr360",

packages/vr360-core/src/helper.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ export function addListenerToThreeObject(
154154
// 射线范围内没有东西,终止流程
155155
if (intersects.length <= 0) return
156156

157-
if (eventName === 'click') {
158-
console.log(`当前点击位置: x=${firstIntersect.point.x}, y=${firstIntersect.point.y}, z=${firstIntersect.point.z}`)
159-
}
157+
// if (eventName === 'click') {
158+
// console.log(`当前点击位置: x=${firstIntersect.point.x}, y=${firstIntersect.point.y}, z=${firstIntersect.point.z}`)
159+
// }
160160

161161
firstIntersect.object.dispatchEvent({
162162
type: eventName,

packages/vr360-core/src/manager/tip.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export class TipManager extends EventEmitter<TipManagerEvents> implements Config
184184
const top = (1 - percentPosition.y) * containerHalfHeight - tipContainerHeight / 2 + rendererOffsetTop
185185

186186
const showTipEvent: ShowTipEvent = {tip: tipFromUserData, left, top}
187-
console.log('展示提示', showTipEvent)
187+
// console.log('展示提示', showTipEvent)
188188
this.emit('showTip', showTipEvent)
189189
}
190190

@@ -213,7 +213,7 @@ export class TipManager extends EventEmitter<TipManagerEvents> implements Config
213213
const tipFromUserData = intersect.object.userData.tip as Tip
214214

215215
const hideTipEvent: HideTipEvent = {tip: tipFromUserData}
216-
console.log('隐藏提示', hideTipEvent)
216+
// console.log('隐藏提示', hideTipEvent)
217217
this.emit('hideTip', hideTipEvent)
218218
})
219219

@@ -235,7 +235,7 @@ export class TipManager extends EventEmitter<TipManagerEvents> implements Config
235235
clickPosition: intersect.point
236236
}
237237

238-
console.log('调转到空间', switchSpaceEvent)
238+
// console.log('调转到空间', switchSpaceEvent)
239239
this.emit('switchSpace', switchSpaceEvent)
240240
}
241241
})

packages/vr360-shared/CHANGELOG.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
# 0.1.0 (2022-10-02)
1+
# 0.2.0 (2022-10-02)
2+
3+
# 0.2.0 (2022-10-02)
24

35
### Bug Fixes
46

5-
- 修复 vr360-core tips 在滑动时的 bug ([e179ebc](https://github.com/2214962083/vr-360/commit/e179ebc2697314bc455320eecf8beb6182a53ded))
7+
- 修复 vr360-core tips 在滑动时的 bug ([e179ebc](https://github.com/nicepkg/vr360/commit/e179ebc2697314bc455320eecf8beb6182a53ded))
68

79
### Features
810

9-
- 暴露更多的事件,设置默认自动旋转 ([4e21c53](https://github.com/2214962083/vr-360/commit/4e21c53ac945532020a7fbbfa46644294c33b49d))
10-
- 初始化项目 ([06f39d1](https://github.com/2214962083/vr-360/commit/06f39d141004a1d0b1a125ad598298baf15ffee8))
11-
- 添加标签提示和空间切换功能 ([6aa67d3](https://github.com/2214962083/vr-360/commit/6aa67d39113b06d05036ecc1d66ab1d70a2f4cf5))
12-
- 添加如视 vr 导入支持 ([5a9eb5d](https://github.com/2214962083/vr-360/commit/5a9eb5d7a33d092be8cea5565490f268376d2f79))
13-
- 文档添加示例插件、core 的纹理 top、bottom 改为 up 和 down ([70ccb2c](https://github.com/2214962083/vr-360/commit/70ccb2c40a06079ffb3cf50b27f986ab19b1f7db))
14-
- 修改 package.json 说明 ([e5e4ad0](https://github.com/2214962083/vr-360/commit/e5e4ad04b1c7a9cddff3af6f73d438fd1de85b25))
15-
- 优化代码 ([4519c4a](https://github.com/2214962083/vr-360/commit/4519c4a0fb230bb62bed49f97e0824c8977be3ca))
16-
- 优化 sdk,添加纹理缓存预加载 ([9dd57e7](https://github.com/2214962083/vr-360/commit/9dd57e71b8f5a38ecc9901395a9b189481172edb))
17-
- 重写核心,添加最小化更新配置支持 ([289091b](https://github.com/2214962083/vr-360/commit/289091b13dfe0495b44ae9e5353b78d2712e9762))
11+
- 暴露更多的事件,设置默认自动旋转 ([4e21c53](https://github.com/nicepkg/vr360/commit/4e21c53ac945532020a7fbbfa46644294c33b49d))
12+
- 初始化项目 ([06f39d1](https://github.com/nicepkg/vr360/commit/06f39d141004a1d0b1a125ad598298baf15ffee8))
13+
- 添加标签提示和空间切换功能 ([6aa67d3](https://github.com/nicepkg/vr360/commit/6aa67d39113b06d05036ecc1d66ab1d70a2f4cf5))
14+
- 添加如视 vr 导入支持 ([5a9eb5d](https://github.com/nicepkg/vr360/commit/5a9eb5d7a33d092be8cea5565490f268376d2f79))
15+
- 文档添加示例插件、core 的纹理 top、bottom 改为 up 和 down ([70ccb2c](https://github.com/nicepkg/vr360/commit/70ccb2c40a06079ffb3cf50b27f986ab19b1f7db))
16+
- 修改 package.json 说明 ([e5e4ad0](https://github.com/nicepkg/vr360/commit/e5e4ad04b1c7a9cddff3af6f73d438fd1de85b25))
17+
- 优化代码 ([4519c4a](https://github.com/nicepkg/vr360/commit/4519c4a0fb230bb62bed49f97e0824c8977be3ca))
18+
- 优化 sdk,添加纹理缓存预加载 ([9dd57e7](https://github.com/nicepkg/vr360/commit/9dd57e71b8f5a38ecc9901395a9b189481172edb))
19+
- 重写核心,添加最小化更新配置支持 ([289091b](https://github.com/nicepkg/vr360/commit/289091b13dfe0495b44ae9e5353b78d2712e9762))

packages/vr360-shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nicepkg/vr360-shared",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A shared package of internal utility functions, including build and test functions.",
55
"keywords": [
66
"vr360-shared",

0 commit comments

Comments
 (0)