com.vulpes.menus
Advanced tools
Comparing version 0.6.0-preview.1 to 0.9.0-preview.1
@@ -7,2 +7,10 @@ # Changelog | ||
## [0.9.0-preview.1] - 2022-03-09 | ||
### Changed | ||
- Renamed 'IMenuDialogue' and 'MenuDialogue' to 'IMenuModal' and 'MenuModal' respectively. | ||
- Renamed 'MenuHandler.Dialogue' to 'MenuHandler.Modal'. | ||
- Removed 'MenuTransition' classes and moved them into their own package 'com.vulpes.transitions'. | ||
- Added 'com.vulpes.transitions' as a package dependency. | ||
- Other updates preparing package for 1.0.0 release. | ||
## [0.6.0-preview.1] - 2021-10-28 | ||
@@ -9,0 +17,0 @@ ### Changed |
{ | ||
"name": "com.vulpes.menus", | ||
"displayName": "Vulpes Menu Framework", | ||
"version": "0.6.0-preview.1", | ||
"unity": "2020.3", | ||
"version": "0.9.0-preview.1", | ||
"unity": "2021.2", | ||
"description": "A Promise driven game menu framework for Unity.", | ||
@@ -21,2 +21,3 @@ "keywords": [ | ||
"com.unity.inputsystem": "1.0.2", | ||
"com.vulpes.transitions": "0.9.0-preview.1", | ||
"com.vulpes.promises": "1.1.0" | ||
@@ -31,3 +32,3 @@ }, | ||
], | ||
"unityRelease": "20f1" | ||
"unityRelease": "0f1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
635732
5
105
+ Addedcom.vulpes.transitions@0.9.0-preview.1(transitive)