Skip to content

Releases: styleguidist/react-styleguidist

v10.2.0

04 Nov 10:18
Compare
Choose a tag to compare

10.2.0 (2019-11-04)

New

  • Add --port command line option to change the dev server port (#1460, fixes #936) (9e744d5), closes #936

v10.1.0

01 Nov 08:49
Compare
Choose a tag to compare

10.1.0 (2019-11-01)

New

  • Modifier to add whitespace between example components (#1456 by @apennell, fixes #841) (4e0bd70)

    Let users to be able to add padding between example components without
    adding manual styling to their example code. This adds the padded modifier option
    to the Playground that adds padding between each example component in that block.

    <Button>Push Me</Button>
    <Button>Click Me</Button>
    <Button>Tap Me</Button>

v10.0.1

31 Oct 12:30
Compare
Choose a tag to compare

10.0.1 (2019-10-31)

Fix

  • Allow isolated components with duplicate names (fixes #1454) (aaf0471), closes #1454

v10.0.0

30 Oct 11:16
Compare
Choose a tag to compare

👋 Support Styleguidist on Open Collective 👋

Mostly code cleanup (use official React Context API, remove deprecated React APIs and patterns, etc.) and dependencies updates.

#1355 by @tienpham94, #1440 by @J-Kallunki, #1453 by @sapegin

Breaking changes

  • Node 8.9 is the lowest supported version
  • React 16.8 is the lowest supported version

v9.2.0

16 Oct 07:40
92659a0
Compare
Choose a tag to compare

New features

  • New minimize option to disable JavaScript compression (#1442, #1443 by @kopax)

v9.1.16

19 Aug 11:32
Compare
Choose a tag to compare
  • Fixed: Update react-dev-utils to ^9.0.3 (#1422)

v9.1.15

19 Aug 10:02
Compare
Choose a tag to compare
  • Fixed: Don't show empty sidebar (#1423)

v9.1.14

08 Aug 11:33
Compare
Choose a tag to compare
  • Fixed: Single sections can contain only sections (#1414)

    If a section contains only one subsection, Styleguidist will try to optimize. It will make the section disappear and show its components instead. If this section only contain sections, no components, it should optimize to sections and not to components.

v9.1.13

26 Jul 12:33
Compare
Choose a tag to compare
  • Fixed: Highlighting currently selected page on sidebar broken with sections (#1405)

    Fixes #1375

v9.1.12

25 Jul 07:16
Compare
Choose a tag to compare
  • Fixed: Disable HTML minification (#1402)

    Fixes #1189