Skip to content

Commit

Permalink
update v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
futahei committed Jun 17, 2022
1 parent 2831d86 commit a626996
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added

- アニメーションを再生/逆再生して二つの状態を切り替える属性`toggle-clip`を追加
- `toggle-clip`による変化に応じてキャプション内の文字列を変更する属性`toggle-text`を追加
- `toggle-clip`による変化に応じて状態を変更する属性`toggle-animation`を追加

### Changed

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

### Fixed

## [1.6.2] - 2022-06-17

### Added

- アニメーションを再生/逆再生して二つの状態を切り替える属性`toggle-clip`を追加
- `toggle-clip`による変化に応じてキャプション内の文字列を変更する属性`toggle-text`を追加
- `toggle-clip`による変化に応じて状態を変更する属性`toggle-animation`を追加

### Fixed

- 稀にローディング画面が消えない問題を修正

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

[unreleased]: https://github.com/cynack/figni-viewer/compare/v1.6.1...HEAD
[unreleased]: https://github.com/cynack/figni-viewer/compare/v1.6.2...HEAD
[1.6.2]: https://github.com/cynack/figni-viewer/compare/v1.6.1...v1.6.2
[1.6.1]: https://github.com/cynack/figni-viewer/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/cynack/figni-viewer/compare/v1.5.1...v1.6.0
[1.5.1]: https://github.com/cynack/figni-viewer/compare/v1.5.0...v1.5.1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cynack/figni-viewer",
"version": "1.6.1",
"version": "1.6.2",
"description": "",
"main": "./dist/figni-viewer.min.js",
"files": [
Expand All @@ -16,7 +16,7 @@
"scripts": {
"test": "http-server ./test -p 9100",
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:dev": "webpack --mode=production --node-env=development",
"build:prod": "webpack --mode=production --node-env=production",
"lint": "npx eslint --fix src",
"watch": "webpack --watch",
Expand Down

0 comments on commit a626996

Please sign in to comment.