You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
+
## [4-r.1-beta.2] - 2023-01-26
8
+
9
+
### Added
10
+
11
+
* Add a description of type package to `README.md`.
12
+
13
+
### Changed
14
+
15
+
* Change Android SDK API level from 31 (Android 12) to 33 (Android 13).
16
+
* Change the name and package of the `CubismRectangle` class to `type/csmRect` to match SDK for Native.
17
+
* Move constants related to debugging from `CubismFramework` class to the newly created `CubismFrameworkConfig` class.
18
+
* Change implementation to hide `CubismJsonString` from shallow layers. The following functions are affcted by this change.
19
+
*`getLayoutMap` function in `ICubismModelSetting` class
20
+
*`getLayoutMap` function in `CubismModelSettingJson` class
21
+
*`setupFromLayout` function in `CubismModelMatrix` class
22
+
* Change the name and arguments of `createRenderer` function in `CubismUserModel`.
23
+
* The `RendererType` enumurator is abolished. Please generate a renderer you want to use by yourself and put it in the function as an argument.
24
+
25
+
### Fixed
26
+
27
+
* Fix JSON data parsing process to improve performance.
28
+
* Fix a problem where `setClippingMaskBufferSize` in `CubismRendererAndroid` would be thrown a `NullPointerException` if there are no clipping masks in the model.
29
+
30
+
### Removed
31
+
32
+
* Remove dependencies not to be used.
33
+
* Remove the unused method `getMotionMap` in `ICubismModelSetting` and `CubismModelSettingJson` class.
34
+
7
35
## [4-r.1-beta.1] - 2022-12-08
8
36
9
37
### Added
@@ -32,4 +60,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
0 commit comments