Skip to content

Tags: kulakowka/react-styleguidist

Tags

v4.6.0

Toggle v4.6.0's commit message
Changelog: 🚀

## New feature

### Components public methods

Show component public methods in the style guide, the same way as props. Tag your method with  JSDoc tag to mark mark it as public.

![](https://d3vv6lp55qjaqc.cloudfront.net/items/3z2r0b0g2I0L2b2M1D0v/Image%202017-01-10%20at%209.02.13%20AM.png)

PR styleguidist#280 by @n1313

v4.5.4

Toggle v4.5.4's commit message
Fix: Add webpack 2.2 support in peer deps (styleguidist#278)

v4.5.3

Toggle v4.5.3's commit message
Fix: Code toggle button layout in different browsers

PR styleguidist#276

v4.5.2

Toggle v4.5.2's commit message
Fix: Basic style guide-link in Readme.md

PR styleguidist#275

v4.5.1

Toggle v4.5.1's commit message
Fix: Do not display Props heading and section when no props are defined

Fixes styleguidist#267
PR styleguidist#272

v4.5.0

Toggle v4.5.0's commit message
Changelog: 🚀

## New features

Support custom configuration to the Express server (styleguidist#273 by @cef62):

app

v4.4.3

Toggle v4.4.3's commit message
Fix: Do not use syntax not supported in Node 4

Fix styleguidist#268

v4.4.2

Toggle v4.4.2's commit message
Fix: Upgrade react-docgen to get a major bug fix that was causing inf…

…inite loop

PR styleguidist#266
Fixes styleguidist#253

v4.4.1

Toggle v4.4.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix: Add missing objectAssign option to Buble transform

Fixes styleguidist#215
PR styleguidist#252

v4.4.0

Toggle v4.4.0's commit message
Changelog: ☁

## New feature

Now style guide should hot reload when you add new components.

New config option , by default will watch common root folder for all your components.

(styleguidist#242 by @aaronjensen)

## Bug fixes and other improvements

* Don’t show sidebar if there are no components found (styleguidist#247 by @n1313)
* Add mobile styles to improve display on narrow screens (styleguidist#244 by @n1313)
* Add extra HTML markup to make previews easier to find with CSS selectors (styleguidist#238, styleguidist#243 by @n1313)