Skip to content

Tags: eliihen/react-styleguidist

Tags

v5.4.8

Toggle v5.4.8's commit message
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.

v5.4.7

Toggle v5.4.7's commit message
Fix: Add deprecation warning for webpack 1 (styleguidist#503)

v5.4.6

Toggle v5.4.6's commit message
Fix: Webpack 3 support (styleguidist#502)

v5.4.5

Toggle v5.4.5's commit message
Fix: Check if @example file exists (styleguidist#500, close styleguid…

…ist#493)

v5.4.4

Toggle v5.4.4's commit message
Fix: Remove border from TabButton (styleguidist#490)

v5.4.3

Toggle v5.4.3's commit message
Fix missing title in function descriptions (styleguidist#492)

v5.4.2

Toggle v5.4.2's commit message
Fix: Styles of the last column (close styleguidist#481)

v5.4.1

Toggle v5.4.1's commit message
Fix: Pass showUsage option to the frontend

v5.4.0

Toggle v5.4.0's commit message
Changelog: 🚀

## New features

### UI refresh

Welcome our refined UI! More consistent and clean:

![](https://d3vv6lp55qjaqc.cloudfront.net/items/3j1P0K1a1Q451t2Z2p3G/Screen%20Recording%202017-06-08%20at%2008.54%20PM.gif)

🦊 This is the first part of the planned improvements and a base for upcoming plugin API, see styleguidist#426 and styleguidist#354 for more details — we need your feedback there 🚀

🍕 Thanks to @SaraVieira and @n1313 for help! ❤️

### Props & methods are hidden by default

Use the new config option [showUsage](https://react-styleguidist.js.org/docs/configuration.html#showusage) to restore the old behavior.

## Bug fixes

### Crash when using a defaultProp that is not listed in props (styleguidist#437 by @ankri)

### Isolated examples inside sections

### Issues with `position: relative` (styleguidist#441)

### Ugly isolated example link (styleguidist#235)

v5.3.2

Toggle v5.3.2's commit message
Fix: Update docs links to the site insted of GitHub