Skip to content

Tags: buffaly/react-styleguidist

Tags

v5.3.2

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

v5.3.1

Toggle v5.3.1's commit message
Fix: Fix incorrect default glob pattern (was introduced in styleguidi…

…st#404, fixes styleguidist#461)

v5.3.0

Toggle v5.3.0's commit message
Changelog: 🚀

## New feature

**Section isolated mode:** now you can open sections in isolated mode too.

(styleguidist#394 by @Knorcedger)

## Bug fixes

* Fix React CodeMirror warning when opening code editor
* Fix Create React App 1.0 support (styleguidist#458)
* Fix back button path for support pathname-relative paths (styleguidist#447 by @stepancar)
* Promise polyfill for IE11 because require.ensure requires it in webpack 2

v5.2.1

Toggle v5.2.1's commit message
Fix: Fixes a crash when using a defaultProp that is not listed in pro…

…ps (styleguidist#437)

v5.2.0

Toggle v5.2.0's commit message
Changelog: 🚀

## New features

### JSDoc tags support for props, components and methods

See [documentation](https://github.com/styleguidist/react-styleguidist/blob/master/docs/Documenting.md#using-jsdoc-tags) for details.

(styleguidist#395 by @ankri)

## Theme improvements

Variables for font sizes, consistent spacing, etc. See [theme.js](https://github.com/styleguidist/react-styleguidist/blob/master/src/styles/theme.js) for all available theme variables.

(styleguidist#418 by @SaraVieira)

v5.1.10

Toggle v5.1.10's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix: Log handled errors (styleguidist#431)

v5.1.9

Toggle v5.1.9's commit message
Fix: Add theme color to components (styleguidist#418)

v5.1.8

Toggle v5.1.8's commit message
Fix: Update markdown-to-jsx to 5.3.0 (styleguidist#416)

v5.1.7

Toggle v5.1.7's commit message
Fix: Allow font theming (monospace) for CodeMirror (styleguidist#415)

v5.1.6

Toggle v5.1.6's commit message
Fix: Roll back to markdown-to-jsx 5.2.0 (styleguidist#414)

Fix styleguidist#413