Skip to content

Tags: zhzz/react-styleguidist

Tags

v10.4.2

Toggle v10.4.2's commit message
Fix: Running the customized example results in an error (styleguidist…

…#1445)

* Updated package.json and babel config to resolve issue

* Similar upgrade also fixed express example

* Found same issue in other examples

* Fixed packages with preact example as well. Newest version of preact didn't work so I had to downgrade

* Revert indentation

v10.4.1

Toggle v10.4.1's commit message
Fix: Fix a crash when default prop value isn't a string (styleguidist…

…#1510)

v11.0.0-beta2

Toggle v11.0.0-beta2's commit message
New: Collapsible sections (styleguidist#1487)

Closes styleguidist#1436

New config option `tocMode` to allow collapsible table of contents sections. Possible values are:

- `collapse`: All sections are collapsed by default
- `expand`: Sections cannot be collapsed in the Table Of Contents

v10.4.0

Toggle v10.4.0's commit message
New: Collapsible sections (styleguidist#1487)

Closes styleguidist#1436

New config option `tocMode` to allow collapsible table of contents sections. Possible values are:

- `collapse`: All sections are collapsed by default
- `expand`: Sections cannot be collapsed in the Table Of Contents

v11.0.0-beta1

Toggle v11.0.0-beta1's commit message
 Build: Simplify ESLint file a bit (styleguidist#1503)

v10.3.2

Toggle v10.3.2's commit message
Fix: Update acorn to 6.4.0 (styleguidist#1495)

v10.3.1

Toggle v10.3.1's commit message
Fix: Update copy-webpack-plugin (styleguidist#1491)

Update copy-webpack-plugin which includes latest version of serialize-javascript that fixes a security vulnerability: GHSA-h9rv-jmmf-4pgx

v10.3.0

Toggle v10.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New: Accept styles config as a function (styleguidist#1490)

* accept styles as a function

* fix error

* update typings

* add test for function

* remove console.log

* fix typings

* avoid using custom styles

* update documentation

* update customized example

* add cooment in example

* typo in documentation

Co-Authored-By: Artem Sapegin <[email protected]>

* force rebuild for testing

v10.2.1

Toggle v10.2.1's commit message
Fix: Update JSS plugin dependencies to fix peer dependencies warnings (

…styleguidist#1470,  fixes styleguidist#1467)

v10.2.0

Toggle v10.2.0's commit message
New: Add --port command line option to change the dev server port (st…

…yleguidist#1460, fixes styleguidist#936)