Skip to content

Commit

Permalink
Merge pull request #25 from Live2D/develop
Browse files Browse the repository at this point in the history
Update to Cubism 5 SDK for Web R1 beta4
  • Loading branch information
itoh-at-live2d-com authored Jan 18, 2024
2 parents b942922 + 5391725 commit 8fd172c
Show file tree
Hide file tree
Showing 15 changed files with 377 additions and 952 deletions.
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

0 comments on commit 8fd172c

Please sign in to comment.