Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

React Styleguidist

Isolated React component development environment with a living style guide
Collective - Host: opensource - https://opencollective.com/styleguidist - Website: https://react-styleguidist.js.org/ - Code: https://github.com/styleguidist

Merge pull request #26 from lovelybooks/invalid-proptypes-handling

Fix enums displaying (fixes #13).

github.com/styleguidist/react-styleguidist - fb4598151d1ad8aaf8264c63c99b7f197ae7c673 authored about 9 years ago by Artem Sapegin <[email protected]>
A bit better JSX syntax highlighting (#19).

github.com/styleguidist/react-styleguidist - 8e7358fcc6a2671823f214add779f6c22a1000ce authored about 9 years ago by Artem Sapegin <[email protected]>
Merge pull request #27 from lovelybooks/readme-formatting

Nicer formatting for the README documentation.

github.com/styleguidist/react-styleguidist - 5ed3e49d60c8fc9baa579476173cda36591bb572 authored about 9 years ago by Artem Sapegin <[email protected]>
Nicer formatting for the README documentation.

github.com/styleguidist/react-styleguidist - 5ad144cc762c74099769827398f49d2c685dda68 authored about 9 years ago by Mikolaj Dadela <[email protected]>
Fix Wrapper component import to make Webpack’s aliases work with it.

github.com/styleguidist/react-styleguidist - 1f64fe4dcf7ae2c232fef1e382dd196bddeba923 authored about 9 years ago by Artem Sapegin <[email protected]>
Fix lint errors.

github.com/styleguidist/react-styleguidist - 36ec4ae7a9ad2423f406332d3347c084268e9eb1 authored about 9 years ago by Artem Sapegin <[email protected]>
Nicer errors in the playground.

github.com/styleguidist/react-styleguidist - 728befd1d2c0097af625aa57414f8031027b6da4 authored about 9 years ago by Artem Sapegin <[email protected]>
Remove unused file.

github.com/styleguidist/react-styleguidist - 401a2d4bf69b17e8433fec2685f550bac9d877e0 authored about 9 years ago by Artem Sapegin <[email protected]>
Add a new Wrapper component that wraps every component in the style guide.

github.com/styleguidist/react-styleguidist - 033101eb19ae95b72601b650a7cf77cfd45d3d6e authored about 9 years ago by Artem Sapegin <[email protected]>
Fix CodeMirror import in react-styleguidist develop mode with npm 3.

github.com/styleguidist/react-styleguidist - c2f3900ec3488f38486efd3ac2b32d4670cf5975 authored about 9 years ago by Artem Sapegin <[email protected]>
Move layout to the new Layout component, StyleGuide component is just a container.

github.com/styleguidist/react-styleguidist - 38e2d3db67ea071668a8343180800b32f8812772 authored about 9 years ago by Artem Sapegin <[email protected]>
Pass config as a single object to the StyleGuide component.

github.com/styleguidist/react-styleguidist - 6dd71f840f5b45ffdc298d5b2a9052990b13680c authored about 9 years ago by Artem Sapegin <[email protected]>
Better error handling when react-docgen cannot parse component source.

Log error to the terminal, do not stop style guide generation.

github.com/styleguidist/react-styleguidist - 0fbd4f015b2e5a863f0acf0f83e474fa90c40af3 authored about 9 years ago by Artem Sapegin <[email protected]>
Support npm 3 flat folder structure.

github.com/styleguidist/react-styleguidist - e5eb3b85dcab9a17827b865bd4b5382f061a4389 authored about 9 years ago by Artem Sapegin <[email protected]>
Tweak contributing guidelines.

github.com/styleguidist/react-styleguidist - 9983081880df2a6d3138394e837529f4bf471501 authored over 9 years ago by Artem Sapegin <[email protected]>
Merge pull request #17 from reintroducing/master

Add Union type support.

github.com/styleguidist/react-styleguidist - c250634b42bf2510784d0a9298adbf534f4745bf authored over 9 years ago by Artem Sapegin <[email protected]>
Merge pull request #1 from reintroducing/union

Add more support for Union type

github.com/styleguidist/react-styleguidist - 72c64c1681c438ffe00d595ec119758b98fa78af authored over 9 years ago by Matt Przybylski <[email protected]>
Merge pull request #15 from reintroducing/master

Add CodeMirror syntax theme support.

github.com/styleguidist/react-styleguidist - 57e035bc678614ba3f39d47dcc8cb2573b5d7b9f authored over 9 years ago by Artem Sapegin <[email protected]>
set options in Editor to merge rather than mutate

github.com/styleguidist/react-styleguidist - 189ba89342d8d6a3ad4209e4e9d495f9e0000c41 authored over 9 years ago by Matt Przybylski <[email protected]>
added handling of union type in props

github.com/styleguidist/react-styleguidist - 68009675f297ca949fa062b5240d16015e983a40 authored over 9 years ago by Matt Przybylski <[email protected]>
changes based on PR feedback

github.com/styleguidist/react-styleguidist - 7a2b9edbdb47707c83977d1b8b62c73ec1f573ef authored over 9 years ago by Matt Przybylski <[email protected]>
changes based on PR feedback

github.com/styleguidist/react-styleguidist - 2a618c9300b3b032d7560851dccbfec6fab9572a authored over 9 years ago by Matt Przybylski <[email protected]>
changes based on PR feedback

github.com/styleguidist/react-styleguidist - 0a661ff07210ca0b227ffb7d8eeff4db8813e992 authored over 9 years ago by Matt Przybylski <[email protected]>
added theme support

github.com/styleguidist/react-styleguidist - 80fa2bb58df1a6f810ded00ccdb977b558c29aa4 authored over 9 years ago by Matt Przybylski <[email protected]>
Merge pull request #14 from reintroducing/master

Add Template config property.

github.com/styleguidist/react-styleguidist - e56818b5f2146b4d72825016ffd015f91cb4aea6 authored over 9 years ago by Artem Sapegin <[email protected]>
removed changelog and version number additions and cleaned up gitignore

github.com/styleguidist/react-styleguidist - 2b7cc102a24f011d92cd8b3b712552b9ff47587c authored over 9 years ago by Matt Przybylski <[email protected]>
updated version info

github.com/styleguidist/react-styleguidist - 8d716717ff1231158071a4d14c9da3120617f244 authored over 9 years ago by Matt Przybylski <[email protected]>
added template config property

github.com/styleguidist/react-styleguidist - 898e40bf32db23feeeb48cdeff18aa178cde2250 authored over 9 years ago by Matt Przybylski <[email protected]>
Clarify rootDir option usage.

github.com/styleguidist/react-styleguidist - dcafa53ed445b3a8596a940455edbe883fe374dd authored over 9 years ago by Artem Sapegin <[email protected]>
Improve rootDir check.

github.com/styleguidist/react-styleguidist - a8184d7ded479bc8ff5604d5ee80586f161f3b2e authored over 9 years ago by Artem Sapegin <[email protected]>
Fix HTML template path.

github.com/styleguidist/react-styleguidist - 94eb30f18dfe154752554e9300aa1512d7373847 authored over 9 years ago by Artem Sapegin <[email protected]>
Include babel-plugin-react-transform only in development.

github.com/styleguidist/react-styleguidist - b0680e43918fdee521477a783b5a83bf775f8ac5 authored over 9 years ago by Artem Sapegin <[email protected]>
styleguideDir option should be relative to config file.

github.com/styleguidist/react-styleguidist - d9ab4bf1d7723e9b024564b960ff1565c195afb0 authored over 9 years ago by Artem Sapegin <[email protected]>
Exit if rootDir is '.' (won’t work properly).

github.com/styleguidist/react-styleguidist - 0d44b82796d08e89fc0ff01aeee35f11848ef057 authored over 9 years ago by Artem Sapegin <[email protected]>
Fix babel-plugin-react-transform import, update config format (#9).

github.com/styleguidist/react-styleguidist - 46978a518e69945f7424a1f36b4cb89a3be9b8c2 authored over 9 years ago by Artem Sapegin <[email protected]>
Move Babel configuration to Webpack config (try to fix #9).

github.com/styleguidist/react-styleguidist - 7a1116a78bfbbd443ab46ea40f95e04566e16ba3 authored over 9 years ago by Artem Sapegin <[email protected]>
Add JSX extension (fix #10).

github.com/styleguidist/react-styleguidist - 3e889e6bf5e418aaa5d9bef072942024a81d5c0f authored over 9 years ago by Artem Sapegin <[email protected]>
Merge pull request #8 from sapegin/greenkeeper-eslint-plugin-react-3.5.0

Updated eslint-plugin-react to version 3.5.0

github.com/styleguidist/react-styleguidist - 321ca0e3f0c2b3f3c9f6ce4654f89c6f9c58e253 authored over 9 years ago by Artem Sapegin <[email protected]>
Merge pull request #7 from sapegin/greenkeeper-glob-5.0.15

Updated glob to version 5.0.15

github.com/styleguidist/react-styleguidist - ea9bff2b07267dcc686037c1ae69a3fb6d9fc04b authored over 9 years ago by Artem Sapegin <[email protected]>
chore(package): update eslint-plugin-react to version 3.5.0

http://greenkeeper.io/

github.com/styleguidist/react-styleguidist - 2d7da913dcf4821cf56b290dbe2e3b89c9627580 authored over 9 years ago by greenkeeperio-bot <[email protected]>
chore(package): update glob to version 5.0.15

http://greenkeeper.io/

github.com/styleguidist/react-styleguidist - fc8b30f14bad8a3d1a2c2cbf3ce9afaf9ff6d976 authored over 9 years ago by greenkeeperio-bot <[email protected]>
Respect modules required by the host project but prefer modules from the Styleguidist (#5, #6).

github.com/styleguidist/react-styleguidist - f2a49875f0ef3bd621fbe5d58d65c978dbdc4e82 authored over 9 years ago by Artem Sapegin <[email protected]>
Make Webpack import modules from the Styleguidist instead of the host project (fix #5).

github.com/styleguidist/react-styleguidist - 1cf94e4c01d4d17465d7059ea2d39d594a7b5b08 authored over 9 years ago by Artem Sapegin <[email protected]>
Tweak hot reload setup.

github.com/styleguidist/react-styleguidist - d3d46137ffedae3e825d896bc9c30e9f41a7c1c9 authored over 9 years ago by Artem Sapegin <[email protected]>
Remove unused webpack-dev-server.

github.com/styleguidist/react-styleguidist - f1ea5affdef7a3c4894e2ab1d2055fe00caa1599 authored over 9 years ago by Artem Sapegin <[email protected]>
Add React to devDependencies, now peerDependencies should not fail with React 0.14.0-rc1.

github.com/styleguidist/react-styleguidist - 658681485285ee4944ea0734bb174b40ce456bd8 authored over 9 years ago by Artem Sapegin <[email protected]>
react-transform-webpack-hmr → react-transform-hmr.

github.com/styleguidist/react-styleguidist - 296e51bc7eb4b7be8aaa1fa12e0f33e649fa09d5 authored over 9 years ago by Artem Sapegin <[email protected]>
Fix license field.

github.com/styleguidist/react-styleguidist - de65b18ba6796c829918ec737ef80b47be1fcbf4 authored over 9 years ago by Artem Sapegin <[email protected]>
Merge pull request #3 from sapegin/greenkeeper-webpack-hot-middleware-2.3.0

Updated webpack-hot-middleware to version 2.3.0

github.com/styleguidist/react-styleguidist - f6ed25edf5c272da40e4bb69f09a6b42a08402d2 authored over 9 years ago by Artem Sapegin <[email protected]>
Merge pull request #4 from sapegin/greenkeeper-react-docgen-2.2.0

Updated react-docgen to version 2.2.0

github.com/styleguidist/react-styleguidist - 25b98e7b8aafac9565934c710cede41e36b3a77a authored over 9 years ago by Artem Sapegin <[email protected]>
chore(package): update react-docgen to version 2.2.0

http://greenkeeper.io/

github.com/styleguidist/react-styleguidist - bc5aeca235e15457609feca2d61cefccc2ab9273 authored over 9 years ago by greenkeeperio-bot <[email protected]>
chore(package): updated webpack-hot-middleware to version 2.3.0

http://greenkeeper.io/

github.com/styleguidist/react-styleguidist - caca70a33d58f9c56e9d3292db019387a0eee7bc authored over 9 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #2 from sapegin/greenkeeper-pin

Pinned all dependencies

github.com/styleguidist/react-styleguidist - 0e0dd0bd002edab62f3721700f204135caf09d93 authored over 9 years ago by Artem Sapegin <[email protected]>
Add build to tests.

github.com/styleguidist/react-styleguidist - f0eac2cc56ee67e85c16090a82faebd19a2a0917 authored over 9 years ago by Artem Sapegin <[email protected]>
chore(package): pinned dependencies

http://greenkeeper.io/

github.com/styleguidist/react-styleguidist - 69f35dccc24a8833e3985456ce509cca1f71489b authored over 9 years ago by greenkeeperio-bot <[email protected]>
Fix the name of bin script.

github.com/styleguidist/react-styleguidist - 6dac85787e40fdd159daa8c4b39967097661fbb2 authored over 9 years ago by Artem Sapegin <[email protected]>
Fix Node 4 version in Travis CI config.

github.com/styleguidist/react-styleguidist - 629b4887f620cd5eae407c8290d4221ace1d8c9a authored over 9 years ago by Artem Sapegin <[email protected]>
Fix component name detection for ES6 classes.

github.com/styleguidist/react-styleguidist - bed463601a3d5cfe9df6c10c031a9fbd7c616286 authored over 9 years ago by Artem Sapegin <[email protected]>
Make server more reusable.

github.com/styleguidist/react-styleguidist - bbf611b87b808fbbeb04a8e2d88c4f8ea0715431 authored over 9 years ago by Artem Sapegin <[email protected]>
I want pink button.

github.com/styleguidist/react-styleguidist - d07de9502b481e98595c45844e2740b437a7178c authored over 9 years ago by Artem Sapegin <[email protected]>
More basic styles for Markdown rendering.

github.com/styleguidist/react-styleguidist - 37da32da102a694cf08ed188af90ba836ebb52bd authored over 9 years ago by Artem Sapegin <[email protected]>