2020-01-30 17:28:13 +08:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
|
|
|
|
|
|
2020-05-19 17:35:10 +08:00
|
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fix implementation of `iterator#increment` in `csmmap` and `csmvector`.
|
2020-05-19 17:40:23 +08:00
|
|
|
* Fix delay in starting fade-out for expressions.
|
2020-09-03 19:11:05 +08:00
|
|
|
* 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](https://docs.live2d.com/cubism-editor-manual/updates4/).
|
|
|
|
* **Fix physics and scene blending settings where the length of the pendulum would be converted to an integer when displayed.**
|
2020-05-19 17:40:23 +08:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Rename the function name that handles seconds from `Time` to `Seconds`.
|
2020-05-19 17:35:10 +08:00
|
|
|
|
|
|
|
|
2020-01-30 17:28:13 +08:00
|
|
|
## [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.
|
|
|
|
|
|
|
|
|
2020-05-19 17:35:10 +08:00
|
|
|
[Unreleased]: https://github.com/Live2D/CubismWebFramework/compare/4-r.1...HEAD
|
2020-01-30 17:28:13 +08:00
|
|
|
[4-r.1]: https://github.com/Live2D/CubismWebFramework/compare/ce2585a919ac6e99f64dd468933772c6f1abbcc7...4-r.1
|