Skip to content

Tags: Lazyuki/react-styleguidist

Tags

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)

v10.1.0

Toggle v10.1.0's commit message
New: Modifier to add whitespace between example components (styleguid…

…ist#1456, fixes styleguidist#841)

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.

```jsx padded
<Button>Push Me</Button>
<Button>Click Me</Button>
<Button>Tap Me</Button>
```

v10.0.1

Toggle v10.0.1's commit message
Fix: Allow isolated components with duplicate names (fixes styleguidi…

…st#1454)

If you have more than one component with the same name, the isolated mode will incorrectly show all of the components of the same name (instead of just the one you clicked on).

This fix solves the issue by prepending the existing hash path from the page the user came from. By prepending this hash path, Styleguidist correctly scopes the isolated example to just the desired component.

v10.0.0

Toggle v10.0.0's commit message
Changelog: 🚀

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

## Breaking changes

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

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)