This minor release fixes a race when dismissing a sheet. When doing so, the ContentView would sometimes show an error while the sheet contents refresh during slide-out.
Also allows setting the log level using the LOGLEVEL
environment variable (error/debug are common values).
Plus a few fixes in the debug panel.
Finally the NavigationController
now supports a style, so that navigation can be forced to use a stack on iOS (often appropriate in sheets on iPad).