All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.1.0 - 2022-10-26
- Back key code field to ViewManager
- Disable back button by default
- Remove unused package dependencies
2.0.3 - 2022-06-13
- View manager initialization mode
2.0.2 - 2022-02-05
- More tooltips
- Removed deprecated
View.IsShown
property - Removed unused view events
2.0.1 - 2022-01-31
ViewManager
initialization is moved fromStart()
toAwake()
- Updated dependencies
2.0.0 - 2022-01-12
- Components add menu
- Raycast blocker is now a ViewComponent
- Views not being shown/hidden properly in a specific scenario
1.2.0 - 2022-01-12
- The raycast blocker is now active only if at least one active view has this setting
- Now only one view per object is allowed
- Fixed views not being set dirty when a callback was toggled
1.1.1 - 2022-01-10
- More view registration logs
- Added a raycast blocker
- Views now have all callbacks as unity events
- Updated dependency versions
- Fixed cascade view animations not stopping the coroutines when starting the animations before the last on finished
- Removed the old OnExit unity event on the view
1.1.0 - 2021-12-29
- Cascade view animation component
- Added a changelog
- Updated the samples that use DoTween for animations
- The view manager was sometimes getting stuck when multiple Show event were called with an increasing number of depth