Skip to content

Commit cf4a925

Browse files
Merge pull request #54 from Live2D/develop
Update to Cubism 5 SDK for Web R1 beta4
2 parents 3f9de56 + 4137318 commit cf4a925

14 files changed

Lines changed: 571 additions & 864 deletions

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ 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+
### Added
11+
12+
* Add `getPcmDataChannel()` and `getWavSamplingRate()` functions to `LAppWavFileHandler`.
13+
14+
### Changed
15+
16+
* Change return type of `loadWavFile()` to `Promise<boolean>`.
17+
* Deprecate the use of the Singleton pattern in `LAppWavFileHandler`.
18+
* This change marks the following functions and variables as deprecated.
19+
* `s_instance`
20+
* `getInstance()`
21+
* `releaseInstance()`
22+
* Change target to `es6`.
23+
* Change to use `webgl2`.
24+
25+
### Fixed
26+
27+
* Fix to check for error when reading json.
28+
29+
### Removed
30+
31+
* Remove use of `polyfill`, `watwg-fetch` and `experimental-webgl`.
32+
33+
834
## [5-r.1-beta.3] - 2023-11-30
935

1036
### Added
@@ -221,6 +247,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
221247
* Fix issue with reloading model images in WebKit.
222248

223249

250+
[5-r.1-beta.4]: https://github.com/Live2D/CubismWebSamples/compare/5-r.1-beta.3...5-r.1-beta.4
224251
[5-r.1-beta.3]: https://github.com/Live2D/CubismWebSamples/compare/5-r.1-beta.2...5-r.1-beta.3
225252
[5-r.1-beta.2]: https://github.com/Live2D/CubismWebSamples/compare/5-r.1-beta.1...5-r.1-beta.2
226253
[5-r.1-beta.1]: https://github.com/Live2D/CubismWebSamples/compare/4-r.7...5-r.1-beta.1

README.ja.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -90,28 +90,28 @@ NOTE: デバック用の設定は、`.vscode/launch.json` に記述していま
9090

9191
### Node.js
9292

93-
* 21.2.0
94-
* 20.10.0
93+
* 21.5.0
94+
* 20.11.0
9595

9696

9797
## 動作確認環境
9898

9999
| プラットフォーム | ブラウザ | バージョン |
100100
| --- | --- | --- |
101-
| Android | Google Chrome | 113.0.5672.77 |
102-
| Android | Microsoft Edge | 113.0.1774.38 |
103-
| Android | Mozilla Firefox | 113.0 |
104-
| iOS / iPadOS | Google Chrome | 113.0.5672.109 |
105-
| iOS / iPadOS | Microsoft Edge | 113.0.1774.42 |
106-
| iOS / iPadOS | Mozilla Firefox | 113.0 |
107-
| iOS / iPadOS | Safari | 16.6.1 |
108-
| macOS | Google Chrome | 117.0.5938.92 |
109-
| macOS | Microsoft Edge | 117.0.2045.43 |
110-
| macOS | Mozilla Firefox | 113.0.1 |
111-
| macOS | Safari | 16.6.1 |
112-
| Windows | Google Chrome | 119.0.6045.160 |
113-
| Windows | Microsoft Edge | 117.0.2045.43 |
114-
| Windows | Mozilla Firefox | 113.0 |
101+
| Android | Google Chrome | 120.0.6099.210 |
102+
| Android | Microsoft Edge | 120.0.2210.115 |
103+
| Android | Mozilla Firefox | 121.1.0 |
104+
| iOS / iPadOS | Google Chrome | 120.0.6099.119 |
105+
| iOS / iPadOS | Microsoft Edge | 120.0.2210.126 |
106+
| iOS / iPadOS | Mozilla Firefox | 121.2 |
107+
| iOS / iPadOS | Safari | 17.2 |
108+
| macOS | Google Chrome | 120.0.6099.216 |
109+
| macOS | Microsoft Edge | 120.0.2210.121 |
110+
| macOS | Mozilla Firefox | 121.0.1 |
111+
| macOS | Safari | 17.2.1 |
112+
| Windows | Google Chrome | 120.0.6099.217 |
113+
| Windows | Microsoft Edge | 120.0.2210.121 |
114+
| Windows | Mozilla Firefox | 121.0.1 |
115115

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

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,28 +91,28 @@ Please refer to [CHANGELOG.md](CHANGELOG.md) for the changelog of this repositor
9191

9292
### Node.js
9393

94-
* 21.2.0
95-
* 20.10.0
94+
* 21.5.0
95+
* 20.11.0
9696

9797

9898
## Operation environment
9999

100100
| Platform | Browser | Version |
101101
| --- | --- | --- |
102-
| Android | Google Chrome | 113.0.5672.77 |
103-
| Android | Microsoft Edge | 113.0.1774.38 |
104-
| Android | Mozilla Firefox | 113.0 |
105-
| iOS / iPadOS | Google Chrome | 113.0.5672.109 |
106-
| iOS / iPadOS | Microsoft Edge | 113.0.1774.42 |
107-
| iOS / iPadOS | Mozilla Firefox | 113.0 |
108-
| iOS / iPadOS | Safari | 16.6.1 |
109-
| macOS | Google Chrome | 117.0.5938.92 |
110-
| macOS | Microsoft Edge | 117.0.2045.43 |
111-
| macOS | Mozilla Firefox | 113.0.1 |
112-
| macOS | Safari | 16.6.1 |
113-
| Windows | Google Chrome | 119.0.6045.160 |
114-
| Windows | Microsoft Edge | 117.0.2045.43 |
115-
| Windows | Mozilla Firefox | 113.0 |
102+
| Android | Google Chrome | 120.0.6099.210 |
103+
| Android | Microsoft Edge | 120.0.2210.115 |
104+
| Android | Mozilla Firefox | 121.1.0 |
105+
| iOS / iPadOS | Google Chrome | 120.0.6099.119 |
106+
| iOS / iPadOS | Microsoft Edge | 120.0.2210.126 |
107+
| iOS / iPadOS | Mozilla Firefox | 121.2 |
108+
| iOS / iPadOS | Safari | 17.2 |
109+
| macOS | Google Chrome | 120.0.6099.216 |
110+
| macOS | Microsoft Edge | 120.0.2210.121 |
111+
| macOS | Mozilla Firefox | 121.0.1 |
112+
| macOS | Safari | 17.2.1 |
113+
| Windows | Google Chrome | 120.0.6099.217 |
114+
| Windows | Microsoft Edge | 120.0.2210.121 |
115+
| Windows | Mozilla Firefox | 121.0.1 |
116116

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

Samples/TypeScript/Demo/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
display: block;
1616
}
1717
</style>
18-
<!-- Pollyfill script -->
19-
<script src="https://unpkg.com/core-js-bundle@3.6.1/minified.js"></script>
2018
<!-- Live2DCubismCore script -->
2119
<script src = "../../../Core/live2dcubismcore.js"></script>
2220
<!-- Build script -->

0 commit comments

Comments
 (0)