Skip to content

Releases: styleguidist/react-styleguidist

v5.3.0

30 May 10:05
Compare
Choose a tag to compare

New feature

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

(#394 by @Knorcedger)

Bug fixes

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

v5.2.1

10 May 11:15
Compare
Choose a tag to compare
  • Fixed: Fixes a crash when using a defaultProp that is not listed in props (#437)

v5.2.0

08 May 14:02
Compare
Choose a tag to compare

New features

JSDoc tags support for props, components and methods

See documentation for details.

(#395 by @ankri)

Theme improvements

Variables for font sizes, consistent spacing, etc. See theme.js for all available theme variables.

(#418 by @SaraVieira)

v5.1.10

07 May 09:28
Compare
Choose a tag to compare
  • Fixed: Log handled errors (#431)

v5.1.9

02 May 07:25
Compare
Choose a tag to compare
  • Fixed: Add theme color to components (#418)

v5.1.8

28 Apr 06:28
Compare
Choose a tag to compare
  • Fixed: Update markdown-to-jsx to 5.3.0 (#416)

v5.1.7

27 Apr 19:35
Compare
Choose a tag to compare
  • Fixed: Allow font theming (monospace) for CodeMirror (#415)

v5.1.6

27 Apr 09:26
Compare
Choose a tag to compare
  • Fixed: Roll back to markdown-to-jsx 5.2.0 to fix installation issues (#414)

v5.1.5

27 Apr 06:51
Compare
Choose a tag to compare
  • Fixed: Pass devServer configuration to webpack-dev-server (#412)

v5.1.4

25 Apr 19:42
Compare
Choose a tag to compare
  • Fixed: Add Server restart warning when no Readme.md file is present (#409)