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: Packages/com.chark.scriptable-scenes/CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [0.0.4] - 2022-09-28
8
+
9
+
### Added
10
+
- Added more initial scene load options to `ScriptableSceneController`.
11
+
- Added more guards when loading invalid scenes.
12
+
-
13
+
### Changed
14
+
- Updated package.json with new version.
15
+
16
+
### Fixed
17
+
-`ScriptableSceneController` not cleaning up `IsLoading` and `loadingCollection` on exception.
18
+
7
19
## [0.0.3] - 2022-09-28
8
20
9
21
### Fixed
@@ -25,7 +37,7 @@ Minor UX updates and bug fixes.
25
37
### Fixed
26
38
- Incorrect collection progress being reported when a collection is loading.
0 commit comments