Skip to content

Commit

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

### Added

### Changed

### Deprecated

### Removed

### Fixed

## [1.5.0] - 2022-05-30

### Added

- 使い方を紹介しているヘルプページを追加
- CSS で指定できるカスタム色を追加
- QR コード表示パネルにアニメーションを追加
Expand All @@ -36,10 +48,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- カメラの位置を初期位置に戻すボタンのスタイルを変更
- エラー画面のスタイルを変更

### Deprecated

### Removed

### Fixed

- エラー画面が表示されない問題を修正
Expand Down Expand Up @@ -359,7 +367,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.4.5...HEAD
[unreleased]: https://github.com/cynack/figni-viewer/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/cynack/figni-viewer/compare/v1.4.5...v1.5.0
[1.4.5]: https://github.com/cynack/figni-viewer/compare/v1.4.3...v1.4.5
[1.4.3]: https://github.com/cynack/figni-viewer/compare/v1.4.2...v1.4.3
[1.4.2]: https://github.com/cynack/figni-viewer/compare/v1.4.1...v1.4.2
Expand Down
5 changes: 3 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.4.5",
"version": "1.5.0",
"description": "",
"main": "./dist/figni-viewer.min.js",
"files": [
Expand All @@ -10,7 +10,8 @@
"keywords": [
"model-viewer",
"cynack",
"ar"
"ar",
"3d"
],
"scripts": {
"test": "http-server ./test -p 9100",
Expand Down

0 comments on commit 8baf5da

Please sign in to comment.