Skip to content

Releases: styleguidist/react-styleguidist

v10.3.0

10 Dec 20:10
29a6375

Choose a tag to compare

10.3.0 (2019-12-10)

Bug fixes

New features

v10.2.1

18 Nov 08:37

Choose a tag to compare

10.2.1 (2019-11-18)

Build

  • Add funding field to package.json (266f5d4)

Chore

Docs

Fix

v10.2.0

04 Nov 10:18

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

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

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

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

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

Choose a tag to compare

  • Fixed: Update react-dev-utils to ^9.0.3 (#1422)

v9.1.15

19 Aug 10:02

Choose a tag to compare

  • Fixed: Don't show empty sidebar (#1423)

v9.1.14

08 Aug 11:33

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.