An isolated development space with integrated fuzz testing for your components. See them individually, explore them in different states and quickly and confidently develop them.
First draft of the first part of the docs on how to write a plugin (unfinished because changes incoming due to the things I've realised while writing this)
frontendPlugin of plugins now has signature plugin(frontendData, pluginData, Component, componentPath) instead of plugin(options, data, Component, componentPath). (options was just frontendData.options, we should pipe the whole thing through)
Rename renderToStyleguide to renderToClient
Rename data to pluginData in webpack part
Allow plugins to not pass any frontendData (previously we filtered all plugins that had none)
frontendPlugin
of plugins now has signatureplugin(frontendData, pluginData, Component, componentPath)
instead ofplugin(options, data, Component, componentPath)
. (options
was justfrontendData.options
, we should pipe the whole thing through)renderToStyleguide
torenderToClient
frontendData
(previously we filtered all plugins that had none)