Tags: corasan/react-styleguidist
Tags
Fix: Dynamically update document.title when switching to isolated mode ( styleguidist#532)
Fix: Do not override NODE_ENV if already set (styleguidist#474)
Changelog: 🚀 ## New features ### Copy pathline to clipboard button ![](http://wow.sapegin.me/3t2u3S0P0L2T/Image%202017-06-28%20at%204.17.16%20PM.png) (styleguidist#485, styleguidist#471 by @SaraVieira) ### Easier way to override style guide React components New config option `styleguideComponents` to override React components used to render a style guide. ```javascript module.exports = { styleguideComponents: { Logo: path.join(__dirname, 'styleguide/components/Logo'), StyleGuideRenderer: path.join(__dirname, 'styleguide/components/StyleGuide'), }, }; ``` (styleguidist#504) ### Customizable logging New `logger` option: ```javascript module.exports = { logger: { // One of: info, debug, warn // Suppress messages info: () => {}, // Override display function warn: message => console.warn(`NOOOOOO: ${message}`), }, }; ``` (styleguidist#472, styleguidist#510) ## Bug fixes * Allow `devServer.watchConfig` to be configured, this also means Vagrant is now supported (styleguidist#515, styleguidist#516 by @esphen) * Default `getExampleFilename` should be case-insensitive (styleguidist#423, styleguidist#460, styleguidist#440, styleguidist#482) * Allow dynamic JSS styles * Isolate search placeholder styles (styleguidist#509, styleguidist#491 by @n1313)
Fix: Update peer dependencies * Remove React 0.14, it was broken for a long time. * Remove webpack 2 betas, add webpack 3+ Close styleguidist#498.
Fix: Add deprecation warning for webpack 1 (styleguidist#503)
Fix: Check if @example file exists (styleguidist#500, close styleguid… …ist#493)
Fix missing title in function descriptions (styleguidist#492)
PreviousNext