Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.vulpes.menus

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.vulpes.menus - npm Package Compare versions

Comparing version 0.6.0-preview.1 to 0.9.0-preview.1

Scripts/Runtime/Interfaces/IMenuModal.cs

8

CHANGELOG.md

@@ -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

7

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc