Skip to content

Commit 5391725

Browse files
Update to Cubism 5 SDK for Web R1 beta4
1 parent 7e4b501 commit 5391725

15 files changed

Lines changed: 377 additions & 952 deletions

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77

8+
## [5-r.1-beta.4] - 2024-01-18
9+
10+
### Changed
11+
12+
* Change target to `es6`.
13+
14+
### Fixed
15+
16+
* Fix an issue where models with a specific number of masks could not be drawn correctly.
17+
* Fix to check for error when reading json.
18+
19+
820
## [5-r.1-beta.3] - 2023-11-30
921

1022

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

220232

233+
[5-r.1-beta.4]: https://github.com/Live2D/CubismWebFramework/compare/5-r.1-beta.3...5-r.1-beta.4
221234
[5-r.1-beta.3]: https://github.com/Live2D/CubismWebFramework/compare/5-r.1-beta.2...5-r.1-beta.3
222235
[5-r.1-beta.2]: https://github.com/Live2D/CubismWebFramework/compare/5-r.1-beta.1...5-r.1-beta.2
223236
[5-r.1-beta.1]: https://github.com/Live2D/CubismWebFramework/compare/4-r.7...5-r.1-beta.1

README.ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ Cubism 5 Editorに搭載された新機能のSDK対応については [こちら
3030

3131
### Node.js
3232

33-
* 21.2.0
34-
* 20.10.0
33+
* 21.5.0
34+
* 20.11.0
3535

3636

3737
### TypeScript
3838

39-
5.3.2
39+
5.3.3
4040

4141

4242
## 開発環境構築

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ For compatibility with previous versions of Cubism SDK, please refer to [here](h
3030

3131
### Node.js
3232

33-
* 21.2.0
34-
* 20.10.0
33+
* 21.5.0
34+
* 20.11.0
35+
3536

3637
### TypeScript
3738

38-
5.3.2
39+
5.3.3
3940

4041

4142
## Development environment construction

0 commit comments

Comments
 (0)