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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
8
+
## [5-r.2] - 2024-12-19
9
+
10
+
### Added
11
+
12
+
* Add a function to notify when motion playback starts.
13
+
14
+
### Changed
15
+
16
+
* Modify to run `tsc --noEmit` command during development build for type checking.
17
+
* Change to be able to handle multiple `<canvas>`.
18
+
* The interfaces MouseEvent and TouchEvent are deprecated and consolidate into PointerEvent.
19
+
* Change to overwrite motion fade by the value specified in .model3.json on Framework.
20
+
* Change the function for playing back expression motions from CustomExpressionMotionManager.startMotionPriority() to CustomExpressionMotionManager.startMotion().
21
+
22
+
### Fixed
23
+
24
+
* Fix `eslintrc.yml` to conform to the exact wording.
25
+
* Fix a bug that the eye tracking behavior was not released when dragging is released outside of a canvas element.
26
+
* Fix an issue where `WebGLRenderingContext.deleteTexture()` was not being called in `releaseTextures()`, `releaseTextureByTexture()`, and `releaseTextureByFilePath()`.
27
+
28
+
8
29
## [5-r.1] - 2024-03-26
9
30
10
31
### Changed
@@ -254,6 +275,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
254
275
* Fix issue with reloading model images in WebKit.
0 commit comments