Skip to content

Commit 0135149

Browse files
Merge pull request #60 from Live2D/develop
Update to Cubism 5 SDK for Web R5 beta2
2 parents 75ad39c + 1308c58 commit 0135149

11 files changed

Lines changed: 271 additions & 226 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.5-beta.2] - 2025-10-14
9+
10+
### Added
11+
12+
* Add flag reset processing for the `CubismOffscreenRenderTargetManager` class to improve the efficiency of FrameBuffer used in Offscreen drawing.
13+
14+
### Fixed
15+
16+
* Fix for the efficiency improvements in offscreen drawing introduced in `Framework`.
17+
18+
819
## [5-r.5-beta.1] - 2025-08-26
920

1021
### Added
@@ -308,6 +319,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
308319
* Fix issue with reloading model images in WebKit.
309320

310321

322+
[5-r.5-beta.2]: https://github.com/Live2D/CubismWebSamples/compare/5-r.5-beta.1...5-r.5-beta.2
311323
[5-r.5-beta.1]: https://github.com/Live2D/CubismWebSamples/compare/5-r.4...5-r.5-beta.1
312324
[5-r.4]: https://github.com/Live2D/CubismWebSamples/compare/5-r.3...5-r.4
313325
[5-r.3]: https://github.com/Live2D/CubismWebSamples/compare/5-r.2...5-r.3

Core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## 2025-10-14
9+
10+
### Added
11+
12+
* Add `csmGetMocVersion(mocBytes: ArrayBuffer)` with simplified arguments from `csmGetMocVersion(moc: Moc, mocBytes: ArrayBuffer)`.
13+
* The previous version `csmGetMocVersion(moc: Moc, mocBytes: ArrayBuffer)` is now deprecated and is planned to be removed in the future.
14+
15+
816
## 2025-08-26
917

1018
### Added

README.ja.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@ Core : [CHANGELOG.md](Core/CHANGELOG.md)
9494

9595
### Node.js
9696

97-
* 24.6.0
98-
* 22.18.0
97+
* 24.10.0
98+
* 22.20.0
99+
* 20.19.5
99100

100101

101102
## 動作確認環境
@@ -113,9 +114,9 @@ Core : [CHANGELOG.md](Core/CHANGELOG.md)
113114
| macOS | Microsoft Edge | 139.0.3405.102 |
114115
| macOS | Mozilla Firefox | 141.0.3 |
115116
| macOS | Safari | 18.6 |
116-
| Windows | Google Chrome | 139.0.7258.128 |
117-
| Windows | Microsoft Edge | 139.0.3405.102 |
118-
| Windows | Mozilla Firefox | 141.0.3 |
117+
| Windows | Google Chrome | 141.0.7390.77 |
118+
| Windows | Microsoft Edge | 141.0.3537.71 |
119+
| Windows | Mozilla Firefox | 143.0.4 |
119120

120121
Note: 動作確認時のサーバの起動は `./Samples/TypeScript/Demo/package.json``serve` スクリプトを使用して行っています。
121122

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ Core : [CHANGELOG.md](Core/CHANGELOG.md)
9595

9696
### Node.js
9797

98-
* 24.6.0
99-
* 22.18.0
98+
* 24.10.0
99+
* 22.20.0
100+
* 20.19.5
100101

101102

102103
## Operation environment
@@ -114,9 +115,9 @@ Core : [CHANGELOG.md](Core/CHANGELOG.md)
114115
| macOS | Microsoft Edge | 139.0.3405.102 |
115116
| macOS | Mozilla Firefox | 141.0.3 |
116117
| macOS | Safari | 18.6 |
117-
| Windows | Google Chrome | 139.0.7258.128 |
118-
| Windows | Microsoft Edge | 139.0.3405.102 |
119-
| Windows | Mozilla Firefox | 141.0.3 |
118+
| Windows | Google Chrome | 141.0.7390.77 |
119+
| Windows | Microsoft Edge | 141.0.3537.71 |
120+
| Windows | Mozilla Firefox | 143.0.4 |
120121

121122
Note: You can start the server for operation check by running the `serve` script of `./Samples/TypeScript/Demo/package.json`.
122123

0 commit comments

Comments
 (0)