Skip to content

Commit

Permalink
update v0.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
futahei committed Dec 13, 2021
1 parent 5224f55 commit 81008ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

## [0.0.30] - 2021-12-13

### Fixed

- `onstart`, `onend`が正しく動作しない問題を修正
- *hotspot*の表示非表示が正しく切り替わらない問題を修正

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

[unreleased]: https://github.com/cynack/figni-viewer/compare/v0.0.29...HEAD
[unreleased]: https://github.com/cynack/figni-viewer/compare/v0.0.30...HEAD
[0.0.30]: https://github.com/cynack/figni-viewer/compare/v0.0.29...v0.0.30
[0.0.29]: https://github.com/cynack/figni-viewer/compare/v0.0.28...v0.0.29
[0.0.28]: https://github.com/cynack/figni-viewer/compare/v0.0.27...v0.0.28
[0.0.27]: https://github.com/cynack/figni-viewer/compare/v0.0.26...v0.0.27
Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
<p>
広い可動域を有しているため、デスク以外にもベッドやソファーの脇に置いて使用することもできます。aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahdしhysだyさdふやsぴどyなすchんぢおsじゅdこいpすdfにぽえすfcぽいうsんcふぃおpc9うdsぽfc
</p>
<button onclick="view.playAnimation('Action', 2400)">
<button
onclick="view.playAnimation('Action', 2400, 'aa', () => view.toggleVisibleHotspot(false), () => view.toggleVisibleHotspot(true))"
>
可動域を確認する
</button>
</div>
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": "0.0.29",
"version": "0.0.30",
"description": "",
"main": "./dist/figni-viewer.min.js",
"files": [
Expand Down

0 comments on commit 81008ac

Please sign in to comment.