Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
futahei committed Nov 7, 2022
1 parent dbe120a commit 0bf2d54
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added

- カメラの垂直方向の視野を変更できる属性`fov`を追加

### Changed

### Deprecated
Expand All @@ -21,6 +19,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

## [1.7.0] - 2022-11-07

### Added

- カメラの垂直方向の視野を変更できる属性`fov`を追加

### Fixed

- 軽微な修正

## [1.6.11] - 2022-10-28
Expand Down Expand Up @@ -461,7 +467,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- キャプションの表示非表示を変化させる`to-state`属性を追加
- キャプションの表示非表示を決定する`visible`属性を追加

[unreleased]: https://github.com/cynack/figni-viewer/compare/v1.6.11...HEAD
[unreleased]: https://github.com/cynack/figni-viewer/compare/v1.7.0...HEAD
[1.7.0]: https://github.com/cynack/figni-viewer/compare/v1.6.11...v1.7.0
[1.6.11]: https://github.com/cynack/figni-viewer/compare/v1.6.10...v1.6.11
[1.6.10]: https://github.com/cynack/figni-viewer/compare/v1.6.9...v1.6.10
[1.6.9]: https://github.com/cynack/figni-viewer/compare/v1.6.8...v1.6.9
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>テストページ</h1>
normal="0 1 0"
></span>
<!-- positionがない場合は"0 0 0"を指定した場合と同義、targetがない場合はpositionの値が使用される -->
<span slot="hotspot-test2" orbit="-45deg 90deg 0.5m"
<span slot="hotspot-test2" orbit="-45deg 90deg 0.5m" fov="12deg"
>テスト2<img
src="https://admin.figni.io//sample/suitcase/caption_2.png"
width="10px"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cynack/figni-viewer",
"version": "1.6.11",
"version": "1.7.0",
"description": "Web module for easy introduction of 3D/AR to websites",
"main": "./dist/figni-viewer.min.js",
"files": [
Expand Down

0 comments on commit 0bf2d54

Please sign in to comment.