Skip to content

Commit

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

### Added

### Changed

### Deprecated

### Removed

### Fixed

## [1.0.0] - 2022-01-14

### Added

- 属性`loopCount`を追加

### Changed

- `playAnimation`メソッドの引数を(`clip`, `loop`, `length`, `toState`, `onstart`, `onend`)から(`clip`, `loopCount`, `toState`, `onstart`, `onend`)に変更
- 属性`anime`および`clip`の挙動を変更

### Deprecated

### Removed

- 属性`loop`を削除
Expand Down Expand Up @@ -202,7 +212,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.33...HEAD
[unreleased]: https://github.com/cynack/figni-viewer/compare/v1.0.0...HEAD
[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
[0.0.31]: https://github.com/cynack/figni-viewer/compare/v0.0.30...v0.0.31
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.33",
"version": "1.0.0",
"description": "",
"main": "./dist/figni-viewer.min.js",
"files": [
Expand Down

0 comments on commit 79d16cb

Please sign in to comment.