Skip to content

Tags: NeoTim/react-styleguidist

Tags

v9.0.0-beta3

Toggle v9.0.0-beta3's commit message
9.0.0-beta3

v9.0.0-beta2

Toggle v9.0.0-beta2's commit message
9.0.0-beta2

v9.0.0-beta1

Toggle v9.0.0-beta1's commit message
9.0.0-beta1

v8.0.6

Toggle v8.0.6's commit message
Fix: Allow custom styling for prop names and types (styleguidist#1211)

Closes styleguidist#1205

v8.0.5

Toggle v8.0.5's commit message
Fix: Upgrade react-docgen to 3.0.0-rc.2 (styleguidist#1200)

Closes styleguidist#1177

v8.0.4

Toggle v8.0.4's commit message
Fix: Highlight currently selected page on sidebar (styleguidist#1195)

v8.0.3

Toggle v8.0.3's commit message
Fix: Use aliased import to allow for custom ReactExample (styleguidis…

…t#1190)

v8.0.2

Toggle v8.0.2's commit message
Fix: Support Component/index.js in the default getExampleFilename (st…

…yleguidist#1185)

Fixes styleguidist#1169

v8.0.1

Toggle v8.0.1's commit message
Fix: Upgrade markdown-to-jsx

Closes styleguidist#1181

v8.0.0

Toggle v8.0.0's commit message
Changelog: 🚀

## Breaking changes

### Drop webpack 3 support

Webpack 3 is no longer supported, webpack 4 is the minimum required version.

As a side effect you shouldn’t see any webpack warnings when you run Styleguidist.

We’ve also replaced no longer maintainer uglify-es with Terser to minify production JavaScript bundle.

* styleguidist#1175, styleguidist#1178 by @derz
* styleguidist#1165 by @elevatebart
* styleguidist#1148 by @elevatebart
* styleguidist#915, styleguidist#1023 by @stepancar
* styleguidist#1180 by @AndreyGladkov