All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Fix implementation of
iterator#increment
incsmmap
andcsmvector
. - Fix delay in starting fade-out for expressions.
- Fix Physics input reflect flag on evaluate.
- Fix
Int
toFloat
when gettingPhysicsSettings.Vertices.Radius
inphysics3.json
parsing.- [INFO] This fix may change the behavior of the physics operations.
The behavior changes if the value of
PhysicsSettings.Vertices.Radius
inphysics3.json
is less than1.0
. If you want to return to the behavior before Cubism SDK for Web R1, change the value of the correspondingPhysicsSettings.Vertices.Radius
to0
. - This fix is related to fix applied to
Cubism Editor 4.0.05 beta1
and later. Please see Cubism Editor Changelog.- Fix physics and scene blending settings where the length of the pendulum would be converted to an integer when displayed.
- [INFO] This fix may change the behavior of the physics operations.
The behavior changes if the value of
- Rename the function name that handles seconds from
Time
toSeconds
.
4-r.1 - 2020-01-30
- Add
.editorconfig
,.gitattributes
and.gitignore
. - Add document
README.md
andCHANGELOG.md
. - Add
package.json
for development and build. - Add Prettier and ESLint for format and check code quolity.
- Move source files to
/src
directory. - Reformat code using Prettier and ESLint.