Skip to content

appInit() Life Cycle Hook

Compare
Choose a tag to compare
@KevinAst KevinAst released this 19 Jul 15:26
· 13 commits to next6 since this release

Full DocsGitHub ReleaseGitHub ContentDiff

NOTE: This release is a non-breaking change (i.e. no prior API was impacted).

  1. Added: A new Feature.appInit() Application Life Cycle Hook was added, supporting blocking async initialization.

  2. Added: In support of Feature.appInit(), the showStatus() optional callback parameter was added to launchApp() allowing the application domain to communicate blocking "persistent" status messages to the end user.

  3. Docs: Documentation improvements include: