Skip to content

Tags: prpr2012/react-styleguidist

Tags

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

v7.3.11

Toggle v7.3.11's commit message
Fix: Lock Buble version to use the same Acorn version that is used in…

… Styleguidist

v7.3.10

Toggle v7.3.10's commit message
Fix: Allow assetsDir to be an array (styleguidist#1167)

v7.3.9

Toggle v7.3.9's commit message
Fix: Do not render an empty props table for TypeScript projects (styl…

…eguidist#1158)

v7.3.8

Toggle v7.3.8's commit message
Fix: Regression: component patterns return nothing on Windows (styleg…

…uidist#1133)

v7.3.7

Toggle v7.3.7's commit message
Fix: Add inline-scroll on props table (styleguidist#1131)

v7.3.6

Toggle v7.3.6's commit message
Fix: Fix duplicated components with default glob on windows (stylegui…

…dist#1128)

Closes styleguidist#1127

v7.3.5

Toggle v7.3.5's commit message
Fix: Allow pathline to wrap (styleguidist#1125)

The "Pathline" breaks the responsive view if it gets too long as there will be a horizontal scrollbar

v7.3.4

Toggle v7.3.4's commit message
Fix: Add custom focus outline for <summary> element