ecology
ecology copied to clipboard
Documentation generator for collections of react components.
Bumps [karma](https://github.com/karma-runner/karma) from 0.13.22 to 6.3.14. Release notes Sourced from karma's releases. v6.3.14 6.3.14 (2022-02-05) Bug Fixes remove string template from client code (91d5acd) warn when singleRun and autoWatch are...
Bumps [marked](https://github.com/markedjs/marked) from 0.3.6 to 4.0.10. Release notes Sourced from marked's releases. v4.0.10 4.0.10 (2022-01-13) Bug Fixes security: fix redos vulnerabilities (8f80657) v4.0.9 4.0.9 (2022-01-06) Bug Fixes retain line breaks...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
when try npm run dev, then i got an error like this. eror detaili: > [email protected] dev E:\github\ecology > builder concurrent server-dev server-test [builder:config:environment] {"cwd":"E:\\github\\ecology","dir":"E:\\github\\ecology\\node_modules\\builder\\lib"} [builder:config] Unable to load config...
react-docgen parses correctly propTypes annotated with FlowType, but Ecology does not use the resulting keys in the object passed as its `source` prop. Currently, the props of a component using...
The minified bundle is 1.3 MB. This seems excessive. Let's see if we can make it smaller.
I have moved over to using Flow types rather than PropTypes. I had a go at using this with Ecology and was surprised to find it worked pretty well my...
Component playground only renders on initial render. In some situations, if Ecology is updated with props, it would not update the playground, because it was already instantiated. Adding render in...
React Docgen sometimes returns a variable name (a string) instead of an array for component properties that are enums or unions, causing a "function undefined" error when value.map() is called.
Right now, we are using Codemirror to parse markdown and return playgrounds for specified codeblocks. I think it would make sense to introduce functionality that syntax-highlights all other codeblocks. This...