CubismFramework/CHANGELOG.md

2.4 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[Unreleased]

Fixed

  • Fix return correct error values for out-of-index arguments in cubismjson.

4-r.3 - 2021-06-10

Fixed

  • Fix motion event time value from Int to Float.

4-r.3-beta.1 - 2021-05-13

Added

  • Implement a function to get the correct value when the time axis of the Bezier handle cannot be linear.

4-r.2 - 2021-03-09

Fixed

  • Fix implementation of iterator#increment in csmmap and csmvector.
  • Fix delay in starting fade-out for expressions.
  • Fix Physics input reflect flag on evaluate.
  • Fix reference size of model matrix.
  • Fix Int to Float when getting PhysicsSettings.Vertices.Radius in physics3.json parsing.
    • [INFO] This fix may change the behavior of the physics operations. The behavior changes if the value of PhysicsSettings.Vertices.Radius in physics3.json is less than 1.0. If you want to return to the behavior before Cubism SDK for Web R1, change the value of the corresponding PhysicsSettings.Vertices.Radius to 0.
    • 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.

Changed

  • Rename the function name that handles seconds from Time to Seconds.
  • Avoiding needless namespace syntax to simplify imports by @cocor-au-lait

4-r.1 - 2020-01-30

Added

  • Add .editorconfig, .gitattributes and .gitignore.
  • Add document README.md and CHANGELOG.md.
  • Add package.json for development and build.
  • Add Prettier and ESLint for format and check code quolity.

Changed

  • Move source files to /src directory.
  • Reformat code using Prettier and ESLint.