Skip to content

Commit

Permalink
Update to Cubism 4 SDK for Web R7
Browse files Browse the repository at this point in the history
  • Loading branch information
wada-at-live2d-com committed May 25, 2023
1 parent a37b93d commit 6971f20
Show file tree
Hide file tree
Showing 17 changed files with 1,554 additions and 376 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [4-r.7] - 2023-05-25

### Added

* Add compiler options `noImplicitAny` and `useUnknownInCatchVariables` to `tsconfig.json`.
* Add some function for checking consistency of MOC3.
* Add the function of checking consistency on reviving a MOC3. (`CubismMoc::Create`)
* Add a function to parse the opacity from `.motion3.json`.
* Add some functions to change Multiply and Screen colors on a per part basis.

### Changed

* Change access specifier for `CubismExpressionMotion`.

### Fixed

* Fix to support added compiler options `noImplicitAny` and `useUnknownInCatchVariables`.


## [4-r.6.2] - 2023-03-16

### Fixed
Expand Down Expand Up @@ -163,6 +182,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Reformat code using Prettier and ESLint.


[4-r.7]: https://github.com/Live2D/CubismWebFramework/compare/4-r.6.2...4-r.7
[4-r.6.2]: https://github.com/Live2D/CubismWebFramework/compare/4-r.6.1...4-r.6.2
[4-r.6.1]: https://github.com/Live2D/CubismWebFramework/compare/4-r.6...4-r.6.1
[4-r.6]: https://github.com/Live2D/CubismWebFramework/compare/4-r.5...4-r.6
Expand Down
9 changes: 4 additions & 5 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@ Live2D Cubism 4 Editor で出力したモデルをアプリケーションで利

### Node.js

* 19.6.0
* 18.14.0
* 16.19.0
* 14.21.2
* 20.1.0
* 18.16.0
* 16.20.0


### TypeScript

4.9.5
5.0.4


## 開発環境構築
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ Please check the [license](LICENSE.md) before using this SDK.

### Node.js

* 19.6.0
* 18.14.0
* 16.19.0
* 14.21.2

* 20.1.0
* 18.16.0
* 16.20.0

### TypeScript

4.9.5
5.0.4


## Development environment construction
Expand Down
Loading

0 comments on commit 6971f20

Please sign in to comment.