Skip to content

Tags: jquense/react-styleguidist

Tags

v7.0.15

Toggle v7.0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Chore: Update Cypress config for a new version

v7.0.14

Toggle v7.0.14's commit message
Fix: Slot onClick passes correct ID (styleguidist#972)

Fixes styleguidist#971

v7.0.13

Toggle v7.0.13's commit message
Refactor: Split new CodeEvaluator component out from Preview (stylegu…

…idist#976)

Fixes styleguidist#975

v7.0.12

Toggle v7.0.12's commit message
Fix: Add editorConfig to Editor, make Editor update when read only (s…

…tyleguidist#974)

Fixes styleguidist#973 styleguidist#979

v7.0.11

Toggle v7.0.11's commit message
Fix: Object.entries is not a function in Node 6

Fixes styleguidist#963

v7.0.10

Toggle v7.0.10's commit message
Docs: Display source code of any file (styleguidist#964)

v7.0.9

Toggle v7.0.9's commit message
Fix: Export Markdown overrides to support easier subclassing and conf…

…iguration (styleguidist#954)

v7.0.8

Toggle v7.0.8's commit message
Fix: Add `reduce_funcs: false` to Uglify for Preact compatibility (st…

…yleguidist#940)

v7.0.7

Toggle v7.0.7's commit message
Fix: Don't report 'On your network' on localhost (styleguidist#934)

When explicitly setting the serverHost to 127.0.0.1 or localhost,
urls.lanUrlForTerminal is undefined. It makes no sense to print out
undefined, therefore only show the 'On your network' line when it's
defined.

v7.0.6

Toggle v7.0.6's commit message
Fix: Ignore mini-html-webpack-plugin (styleguidist#938)

Fixes styleguidist#937