Skip to content

Tags: adambmurray/react-styleguidist

Tags

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

v7.3.3

Toggle v7.3.3's commit message
Fix: Add pointer cursor on <summary> element

v7.3.2

Toggle v7.3.2's commit message
Fix: Do not explode when on null in replace (styleguidist#1115)

v7.3.1

Toggle v7.3.1's commit message
Fix: Add styles to <details> and <summary> elements in Markdown (styl…

…eguidist#1099)

Closes styleguidist#991

v7.3.0

Toggle v7.3.0's commit message
Changelog: 🚀

👋 **[Support Styleguidist](https://opencollective.com/styleguidist) on Open Collective** 👋

## New features

* Added support for external links in sections ([styleguidist#921](styleguidist#921) by @BTMPL)

Two flags added to `Sections` config:

* `href` - An URL to navigate to instead of navigating to the section content
* `external` - If set, the link will open in a new window

v7.2.5

Toggle v7.2.5's commit message
Fix: Support at-return as a synonym of at-returns

Simplify code a bit.