What's Changed
- fix: allow addon config objects by @dannyhw in #664
- feat: add buttons to hide/show ui by @dannyhw in #632
You can now hide the ui temporarily with a button and I've readded support for the noSafeArea
parameter
You can add these parameters to customize the ui either global or at the story level
hideFullScreenButton: false, // hides the new button
noSafeArea: false, // disables the automatic safearea spacing
Full Changelog: v8.4.4...v8.5.0