Minor Changes
-
#190
21959e9
Thanks @tajo! - Add addon-width and iframe mode. You can setmeta.width
andmeta.iframed
to render stories inside of an iframe. This is useful for testing responsivness or components like modal that take full screen.
Patch Changes
-
#188
2f142cc
Thanks @pdeslaur! - Fix compatibility issue with resolve.alias vite config to fix issue #187. -
#187
ebb1923
Thanks @tajo! - Move background color to negative zindex to support cases when components use some negative zindexes as well. -
#189
f84bbde
Thanks @tajo! - Improve the performance of virtual stories modules. fs.promises.readFile much slower than fs.promises.readSync and it blocking CPU doesn't matter in our use case anyway. Also don't run the story watcher on the startup. -
#190
21959e9
Thanks @tajo! - Fix: Export default title and meta params. They were not correctly applied before. This might change the story IDs (URLs and the sidebar labels) if you were using them before.