react-styleguidist
react-styleguidist copied to clipboard
Isolated React component development environment with a living style guide
Bumps [terser](https://github.com/terser/terser) from 4.3.8 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
Bumps [terser](https://github.com/terser/terser) from 4.3.8 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
Bumps [terser](https://github.com/terser/terser) from 4.1.3 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
Bumps [terser](https://github.com/terser/terser) from 5.3.8 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Hello, since we migrated from React 16 to React 17, .md example doesn't show anymore in the doc ! My .md example are in a separate folder and i noticed...
**Current behavior** I just create my own `React Native` component, I have a component with mixing prop type like this: ```js fontSize: PropTypes.oneOfType([ PropTypes.number, PropTypes.oneOf(["XXL", "XL", "L", "M", "S", "XS",...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
I'm a maintainer of @react-google-maps/api package, and I've used styleguidist for our docs for several years. Currently We had migrated from tsdx to rollup, updated react 17 support and [email protected]....
**Current behavior** Examples in `.md` files is not displayed when using `react-styleguidist` with `react-scripts@5`. **To reproduce** https://github.com/malcolm-kee/react-styleguidist-cra5-md-bug **Expected behavior** The examples should be displayed.