v0.7.0
Pre-release
Pre-release
- Added
Context::appHome()that returns aHomeobject. - Added
Home::update()(force),Home::safeUpdate(), andHome::updateIfSafe(). - Deprecated
Context::home()in favor ofContext::appHome(). - Updated
Modals::update()andAdded Modals::safeUpdate()andModals::updateIfSafe(). - Updated
Context::error()to return anErrorobject, that helps you log and display errors. - Added methods in
AppConfigto configure the error templates for theErrorobject. - Added
InputStateValidatorandInputStateValidationExceptionfor validatingInputState. - Updated
ClassResolverlistener to add the listener's class to the logging context. - Updated
WIPlistener to better handle push vs. open for modals. - Removed vestigial
Context::setSensitive()method.