Skip to content

Releases: styleguidist/react-styleguidist

v4.5.2

04 Jan 12:42
Compare
Choose a tag to compare
  • Fixed: Basic style guide-link in Readme.md

v4.5.1

02 Jan 19:41
Compare
Choose a tag to compare
  • Fixed: Do not display Props heading and section when no props are defined

v4.5.0

02 Jan 08:42
Compare
Choose a tag to compare

New features

Support custom configuration to the Express server (#273 by @cef62):

module.exports = {
  // ...
  configureServer(app) {
     // `app` is the instance of the express server running react-styleguidist
      app.get('/custom-endpoint', (req, res) => {
          res.status(200).send({ response: 'Server invoked' });
      });
  },
};

v4.4.3

23 Dec 18:41
Compare
Choose a tag to compare
  • Fixed: Node 4/5 support

v4.4.2

22 Dec 11:21
Compare
Choose a tag to compare
  • Fixed: Upgrade react-docgen to get a major bug fix that was causing infinite loop

v4.4.1

24 Nov 13:52
Compare
Choose a tag to compare
  • Fixed: Add missing objectAssign option to Buble transform (#215, #252 by @nkt)

v4.4.0

22 Nov 14:33
Compare
Choose a tag to compare

New feature

Now style guide should hot reload when you add new components.

New config option , by default will watch common root folder for all your components.

(#242 by @aaronjensen)

Bug fixes and other improvements

  • Don’t show sidebar if there are no components found (#247 by @n1313)
  • Add mobile styles to improve display on narrow screens (#244 by @n1313)
  • Add extra HTML markup to make previews easier to find with CSS selectors (#238, #243 by @n1313)

v4.3.3

17 Nov 11:07
Compare
Choose a tag to compare
  • Fixed: Prop warning for Markdown text

v4.3.2

15 Nov 10:14
Compare
Choose a tag to compare
  • Fixed: Preview container to overflow the floating components (#229 by @varya)

v4.3.1

15 Nov 09:58
Compare
Choose a tag to compare
  • Fixed: Correct access to context