From a62699643624d07021de7edf4d0d811293d0dbdb Mon Sep 17 00:00:00 2001 From: Kohei Futatsuka Date: Fri, 17 Jun 2022 18:37:31 +0900 Subject: [PATCH] update v1.6.2 --- CHANGELOG.md | 17 ++++++++++++----- package.json | 4 ++-- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ef7e1..bb65721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 diff --git a/package.json b/package.json index a5bd1e9..134de5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cynack/figni-viewer", - "version": "1.6.1", + "version": "1.6.2", "description": "", "main": "./dist/figni-viewer.min.js", "files": [ @@ -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",