Skip to content

Commit

Permalink
update v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
futahei committed Jan 21, 2022
1 parent 50ca80b commit e205925
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

- 3D モデルのプリロードするタイミングを figni-viewer がビューポート内に近づいた時に変更

### Deprecated

### Removed

### Fixed

## [1.0.1] - 2022-01-21

### Changed

- 3D モデルのプリロードするタイミングを figni-viewer がビューポート内に近づいた時に変更

### Fixed

- アニメーションの一回再生に関して、終了時の 3D モデルの状態が 0 フレーム目になっていた問題を修正

## [1.0.0] - 2022-01-14
Expand Down Expand Up @@ -214,7 +220,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- *hotspot*の表示非表示を変化させる`to-state`属性を追加
- *hotspot*の表示非表示を決定する`visible`属性を追加

[unreleased]: https://github.com/cynack/figni-viewer/compare/v1.0.0...HEAD
[unreleased]: https://github.com/cynack/figni-viewer/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/cynack/figni-viewer/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/cynack/figni-viewer/compare/v0.0.33...v1.0.0
[0.0.33]: https://github.com/cynack/figni-viewer/compare/v0.0.32...v0.0.33
[0.0.32]: https://github.com/cynack/figni-viewer/compare/v0.0.31...v0.0.32
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.0.0",
"version": "1.0.1",
"description": "",
"main": "./dist/figni-viewer.min.js",
"files": [
Expand Down

0 comments on commit e205925

Please sign in to comment.