Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Cubism 5 SDK for Web R1 beta4 #25

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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/).


## [5-r.1-beta.4] - 2024-01-18

### Changed

* Change target to `es6`.

### Fixed

* Fix an issue where models with a specific number of masks could not be drawn correctly.
* Fix to check for error when reading json.


## [5-r.1-beta.3] - 2023-11-30


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


[5-r.1-beta.4]: https://github.com/Live2D/CubismWebFramework/compare/5-r.1-beta.3...5-r.1-beta.4
[5-r.1-beta.3]: https://github.com/Live2D/CubismWebFramework/compare/5-r.1-beta.2...5-r.1-beta.3
[5-r.1-beta.2]: https://github.com/Live2D/CubismWebFramework/compare/5-r.1-beta.1...5-r.1-beta.2
[5-r.1-beta.1]: https://github.com/Live2D/CubismWebFramework/compare/4-r.7...5-r.1-beta.1
Expand Down
6 changes: 3 additions & 3 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ Cubism 5 Editorに搭載された新機能のSDK対応については [こちら

### Node.js

* 21.2.0
* 20.10.0
* 21.5.0
* 20.11.0


### TypeScript

5.3.2
5.3.3


## 開発環境構築
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ For compatibility with previous versions of Cubism SDK, please refer to [here](h

### Node.js

* 21.2.0
* 20.10.0
* 21.5.0
* 20.11.0


### TypeScript

5.3.2
5.3.3


## Development environment construction
Expand Down
Loading