Skip to content

Tags: elsonlim/react-styleguidist

Tags

v9.2.0

Toggle v9.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Docs: Add a screenshot

v9.1.16

Toggle v9.1.16's commit message
Fix: Update react-dev-utils to ^9.0.3 (styleguidist#1422)

v9.1.15

Toggle v9.1.15's commit message
Fix: Don't show empty sidebar (styleguidist#1423)

v9.1.14

Toggle v9.1.14's commit message
Fix: Single sections can contain only sections (styleguidist#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

Toggle v9.1.13's commit message
Fix: Highlighting currently selected page on sidebar broken with sect…

…ions (styleguidist#1405)

Fixes styleguidist#1375

v9.1.12

Toggle v9.1.12's commit message
Chore: Upgrade react-icons to 3.7.0 (styleguidist#1406)

v9.1.11

Toggle v9.1.11's commit message
Fix: Fix incorrect component name capitalization (styleguidist#1388)

Fixes styleguidist#1381

It is happening in a case when react-docgen (any propsParser) is failed and we are trying to guess displayName based on file path. We capitalized every case in the string instead of just words separated by `-` started with small letter. So, by mistake `ButtonTS` in file name becomes `ButtonTs` display name for component when we expect `ButtonTS` Use [startCase]:(https://lodash.com/docs/4.17.11#startCase) and then remove spaces which covers most our cases likemy-buttonTS => MyButtonTS

v9.1.10

Toggle v9.1.10's commit message
Fix: Encode sublinks in URLs to fix broken routes (styleguidist#1389)

Follow up of styleguidist#1332. This appears to have fixed the top level section link, but any sub-links within that section are still unencoded and result in "Page not found".

v9.1.9

Toggle v9.1.9's commit message
Fix: Add .wasm and .mjs to default extensions in webpack config (styl…

…eguidist#1386)

Fixes styleguidist#1385

v9.1.8

Toggle v9.1.8's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix: Replace 'walkes' with 'estree-walker' (styleguidist#1349)

Because walkes has LGPL-3 license.

Fixes styleguidist#1210