All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
4-r.1 - 2020-01-30
- Add development workflow using Webpack Dev Server.
- Add
README.mdto Sample project. - Add Prettier and ESLint for format and check code quality.
/Frameworkdirectory is now git submodule.- See Cubism Web Framework CHANGELOG about framework changes.
- Rename
/Sampledirectory to/Samples - Move
/Resourcesdirectory to just below/Samplesdirectory. - Move
package.jsonandtsconfig.jsonto Sample project. - Reformat code using Prettier and ESLint.
- Remove some unused functions in Demo project.
- Remove Webpack settings for framework.
4-beta.2 - 2019-11-14
- Fix file name case of
cubismrenderer_webgl.ts.
4-beta.1 - 2019-09-04
- Add method for Moc file version.
- Support new Inverted Masking features.
- Add
.editorconfigand.gitattributesto manage file formats. - Add
CHANGELOG.md. - Add way to create a simpler local server.
- Add sample model
/Sample/TypeScript/Demo/Resources/Rice.
- Upgrade Core version to 04.00.0000 (67108864).
- Convert all file formats according to
.editorconfig. - Rename
cubismrenderer_WebGL.tstocubismrenderer_webgl.ts. - What was
CubismSdkPackage.jsonis currently being changed tocubism-info.yml. - Upgrade all dependency packages and lock package version by adding
package-lock.json. - Update
README.md.- Delete guidance from
README.mddue to suspension of Cubism Bindings.
- Delete guidance from
- Update
.gitignore.
- Fix issue with reloading model images in WebKit.