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

Partially fix Webpack 2.1.0-beta.23 compatibility (#184).

webpack.LoaderOptionsPlugin doesn’t work for some reason.

github.com/styleguidist/react-styleguidist - 1a22d15b1475001fd330ccd042e4592570df70a8 authored over 8 years ago by Artem Sapegin <[email protected]>
Require strict mode for Node scripts (for Node 4/5 compatibility).

github.com/styleguidist/react-styleguidist - 9f5d5bf6c7a504047f1474b8d934381e824da3b4 authored over 8 years ago by Artem Sapegin <[email protected]>
Enable strict mode for loaders: should fix Node 4/5 compatibility.

github.com/styleguidist/react-styleguidist - 2a8da3e1a0ce5a1c863e901b6235100c28049d37 authored over 8 years ago by Artem Sapegin <[email protected]>
Rename CLI script to make it lintable.

github.com/styleguidist/react-styleguidist - 7a212c0676b5e7569af78a3f2dde76b533896e9c authored over 8 years ago by Artem Sapegin <[email protected]>
Fix config path.

github.com/styleguidist/react-styleguidist - 717f7f687d97ef5f6d179d1b4a59b92412958131 authored over 8 years ago by Artem Sapegin <[email protected]>
Node 4 is not so ES6 :cry:

github.com/styleguidist/react-styleguidist - 2f2f750a661fe2b2076c1c65f9d9f26337bae050 authored over 8 years ago by Artem Sapegin <[email protected]>
Update syntax to Node 4.

github.com/styleguidist/react-styleguidist - b99c0dd573ef8646888a99675bbb7d75b269c4c0 authored over 8 years ago by Artem Sapegin <[email protected]>
Move config and templates to scripts folder.

github.com/styleguidist/react-styleguidist - c9db5d900c34872f2e26558d6d681a3c788b0260 authored over 8 years ago by Artem Sapegin <[email protected]>
Do not read style guide config from loaders, get if from Webpack config.

github.com/styleguidist/react-styleguidist - b47ea01f4882545cbb2f7bc39e19c86145634451 authored over 8 years ago by Artem Sapegin <[email protected]>
Do not read CLI arguments inside config module, pass them from bin script.

github.com/styleguidist/react-styleguidist - 8cbd9db5c45c681a1bfdbccc1b98feb94fd767d7 authored over 8 years ago by Artem Sapegin <[email protected]>
Read config in a CLI script and pass it to Webpack scripts and Webpack config.

github.com/styleguidist/react-styleguidist - da3d8ea309af67a2ffa27a4894cb87361dfc042b authored over 8 years ago by Artem Sapegin <[email protected]>
Update scripts syntax to Node 4.

github.com/styleguidist/react-styleguidist - 0d3a2001540a8c19dbe9de8508c9878749f03b11 authored over 8 years ago by Artem Sapegin <[email protected]>
Move Webpack scripts to scripts folder.

github.com/styleguidist/react-styleguidist - b45b2c6c61205472ea04274f9a29e8965c02b57e authored over 8 years ago by Artem Sapegin <[email protected]>
Merge pull request #178 from rcline/fix-docs-links

docs/Readme.md had invalid link paths.

github.com/styleguidist/react-styleguidist - c701a131ae90ddfb86a85ac861e59273909cbc82 authored over 8 years ago by Mikołaj D <[email protected]>
docs/Readme.md had invalid link paths.

github.com/styleguidist/react-styleguidist - c77008b88190f37be1f7db09d5933331451547db authored over 8 years ago by Ryan Cline <[email protected]>
Remove notice about Babel 5.

github.com/styleguidist/react-styleguidist - 674656631fce07668f5d6f60bf8c4e9f905de6bd authored over 8 years ago by Artem Sapegin <[email protected]>
babel-polyfill should be (I think :-) before other entry points.

github.com/styleguidist/react-styleguidist - 2216915d66f9f50f70af7702a8ced953056fda55 authored over 8 years ago by Artem Sapegin <[email protected]>
FAQ: How to add babel-polyfill (#162).

github.com/styleguidist/react-styleguidist - 0c7fdc10f0c85bf9aa1c8141d3ef3ad00e19db87 authored over 8 years ago by Artem Sapegin <[email protected]>
Try to fix links one more time.

github.com/styleguidist/react-styleguidist - 3f22944defa7cffaa537cf9a3c1a1bcc27bb890c authored over 8 years ago by Artem Sapegin <[email protected]>
Try to fix links.

github.com/styleguidist/react-styleguidist - a2c1c5f5c8212f5fcf62ceef31bd5e2a06bad9a8 authored over 8 years ago by Artem Sapegin <[email protected]>
Refactor examples loader.

github.com/styleguidist/react-styleguidist - b81043a770f36affa5ad7eea7b2a905b9ce62d53 authored over 8 years ago by Artem Sapegin <[email protected]>
undefined do not throw any error, so we need to check that loader actually returns someting.

github.com/styleguidist/react-styleguidist - 226c77a7ae221adf5c95b748572b4978fa1a054c authored over 8 years ago by Artem Sapegin <[email protected]>
Require Node 4 to be able to use some ES6 features in loaders.

github.com/styleguidist/react-styleguidist - 8c3fda4654df6d03be15d51bd7aa2f449ca186ec authored over 8 years ago by Artem Sapegin <[email protected]>
Refactor a bit more.

github.com/styleguidist/react-styleguidist - cae97e32a01dbf521eb19fd5bf166f2f0f390aa9 authored over 8 years ago by Artem Sapegin <[email protected]>
Tweak lodash requires.

github.com/styleguidist/react-styleguidist - 41b76a638a6c8e690803d5373be90192c7c4b22b authored over 8 years ago by Artem Sapegin <[email protected]>
ESLint all the files!

github.com/styleguidist/react-styleguidist - e1dedc65c660a2c2eff37727fabd06642d025a0a authored over 8 years ago by Artem Sapegin <[email protected]>
Rename test file.

github.com/styleguidist/react-styleguidist - 5f9fbbd82749318880b2811a26e774c531dcf714 authored over 8 years ago by Artem Sapegin <[email protected]>
Prettify style gude loader, add super stupid test.

github.com/styleguidist/react-styleguidist - 85e3aa014d9c446518a0bc627a49c3592f8abbf6 authored over 8 years ago by Artem Sapegin <[email protected]>
Refactor props loader, add basic tests.

github.com/styleguidist/react-styleguidist - d860700e92c2f06369603bd8aba733c566676d60 authored over 8 years ago by Artem Sapegin <[email protected]>
Markdown It → Remark in examples loader.

github.com/styleguidist/react-styleguidist - 1176c9199f5a347042670b977cc049428d6540f7 authored over 8 years ago by Artem Sapegin <[email protected]>
Try to fix example in the docs one more time.

github.com/styleguidist/react-styleguidist - 580dd1c077a599bf3713443f4e9929a78b8d5af1 authored over 8 years ago by Artem Sapegin <[email protected]>
Try to fix example in the docs again.

github.com/styleguidist/react-styleguidist - fdec79ffa1a289c4ec5c61dccd529d58a9da33d2 authored over 8 years ago by Artem Sapegin <[email protected]>
Try to fix example in the docs.

github.com/styleguidist/react-styleguidist - 6df320180ff40c2d21646afe482dc6af8a570a93 authored over 8 years ago by Artem Sapegin <[email protected]>
Expose webpack stats config on Webpack dev middleware (#174)

github.com/styleguidist/react-styleguidist - 085e2735e69314794b2083b3b8f07c0b1b66ed13 authored over 8 years ago by Andrés <[email protected]>
Fix docs link when no components are found.

github.com/styleguidist/react-styleguidist - 62566a0254e90dfdd64f4544129901e6c344bee0 authored over 8 years ago by Artem Sapegin <[email protected]>
Try to update npm on Travis CI because npm fails to install dependencies with npm 2.

github.com/styleguidist/react-styleguidist - 764f924007c42d5717a612b141eddb0aea0a01e2 authored over 8 years ago by Artem Sapegin <[email protected]>
Filter section names as well as component names.

github.com/styleguidist/react-styleguidist - 74cc36559f9d163b049e9fa3be1123e1e2230cdb authored over 8 years ago by Artem Sapegin <[email protected]>
Tweak table of contents.

1. Extract filter function.
2. Hide empty sections when filter is enabled.
3. Strip non-alphanum...

github.com/styleguidist/react-styleguidist - 4d2f617d63cb02243523d69f303b1ac9bee34b76 authored over 8 years ago by Artem Sapegin <[email protected]>
Simplify AVA config.

github.com/styleguidist/react-styleguidist - 7e89ccdbe2f1be2f822eecd767a32cce2aeed6b6 authored over 8 years ago by Artem Sapegin <[email protected]>
Mocha → AVA.

github.com/styleguidist/react-styleguidist - 600fb2f035152e9b2fcde8eff7e35bfe55292fc5 authored over 8 years ago by Artem Sapegin <[email protected]>
Update deps: React 15.3, Babel 6.14, etc.

github.com/styleguidist/react-styleguidist - 3d1d4a0da67c9337ad8d7c520d8beaed22428171 authored over 8 years ago by Artem Sapegin <[email protected]>
Fixed error reporting showing 'file is not defined' (#173)

github.com/styleguidist/react-styleguidist - 04bcbd74ccfe9f49397b79665a28d0f11a2ea7fc authored over 8 years ago by Adrien Antoine <[email protected]>
Try to test Webpack 1 and Webpack 2.

Stolen from
https://github.com/babel/babel-loader/blob/2b139f34c9ef2f7347b6c76ebc0df
a0fe69d5585...

github.com/styleguidist/react-styleguidist - 21402d855bccfa3533964d321dc9d7094809da99 authored over 8 years ago by Artem Sapegin <[email protected]>
Fix name plugin OccurrenceOrderPlugin (#170)

Was renamed in Webpack 2 but should work with Webpack 1 too.

github.com/styleguidist/react-styleguidist - 4bfc86e87a1e08ec16d18b96d3b758975444b979 authored over 8 years ago by Maxim Oskol'sky <[email protected]>
Improve docs (#168, #163).

1. Note that it should work in Webpack 2.
2. Clarify skipComponentsWithoutExample option.
3. Two...

github.com/styleguidist/react-styleguidist - 7c1c4e596205181f788b945358d0f57055abdb95 authored over 8 years ago by Artem Sapegin <[email protected]>
Webpack 2 support (#163)

github.com/styleguidist/react-styleguidist - ca65a81fb0d4afc73bb33abf65005730c3b060da authored over 8 years ago by Aaron Jensen <[email protected]>
FAQ: How to use `ref`s in examples?

github.com/styleguidist/react-styleguidist - 211e5be6354f7771bbc5bb007a829c1db83f4600 authored over 8 years ago by Artem Sapegin <[email protected]>
Remove unnecessary React.cloneElement (fix #159).

github.com/styleguidist/react-styleguidist - 15da726fbf9faefb8f07b749578be44d99a85d8c authored over 8 years ago by Artem Sapegin <[email protected]>
Fix code in example again.

github.com/styleguidist/react-styleguidist - 3b110f41a3cdca9756d75156e416d255d4d833db authored over 8 years ago by Artem Sapegin <[email protected]>
Fix code in example.

github.com/styleguidist/react-styleguidist - 547d8d68260497ba40d4966f0def8a57fc8eb7a9 authored over 8 years ago by Artem Sapegin <[email protected]>
Add an example of StyleGuide component replacement (#156).

github.com/styleguidist/react-styleguidist - 0d5475283f6433d04c5cb2c03abce606996f5a49 authored over 8 years ago by Artem Sapegin <[email protected]>
Improve shape[] prop type rendering (fix #73).

github.com/styleguidist/react-styleguidist - c78630b9195e81b3929a6efce5e751ff04ff2f52 authored over 8 years ago by Artem Sapegin <[email protected]>
Use file path for component key as more unique than component name (fix #33).

github.com/styleguidist/react-styleguidist - 50458c7f5220d7387e97c9e4604c837f2c32bbd3 authored over 8 years ago by Artem Sapegin <[email protected]>
Mention Flow support in Readme (close #115).

github.com/styleguidist/react-styleguidist - ac523db8a358498a1d4c289a685937fe18c52fed authored over 8 years ago by Artem Sapegin <[email protected]>
Fix missed props on first render when using initialState (close #155).

github.com/styleguidist/react-styleguidist - 64394e97424f4ecaf4dd165218d16154dbc56869 authored over 8 years ago by Artem Sapegin <[email protected]>
Section content option path should be relative to config file location (fix #137)

github.com/styleguidist/react-styleguidist - 42ab1d0b1ffe604a059068d7699849d237e762e2 authored over 8 years ago by Artem Sapegin <[email protected]>
Add Resources section to readme.

github.com/styleguidist/react-styleguidist - 161bab713c97177cba4ed2a0a1a0752107af481c authored over 8 years ago by Artem Sapegin <[email protected]>
Add more real projects.

github.com/styleguidist/react-styleguidist - 9a4b9167effaa3a8971a62b39b02211411357c11 authored over 8 years ago by Artem Sapegin <[email protected]>
Remove Node 0.12 from Travis because ESLint 3.0 do not support it.

github.com/styleguidist/react-styleguidist - ffff53b8622cd5c7bf6d92ff44429650229203ce authored over 8 years ago by Artem Sapegin <[email protected]>
Git ignore change log.

github.com/styleguidist/react-styleguidist - bfd87dd4c42d53036e949003d1d4a7c50c20a6cc authored over 8 years ago by Artem Sapegin <[email protected]>
Remove changelog from the repo.

github.com/styleguidist/react-styleguidist - a906b8a935a8085d370ebad8675f7421a2bde09a authored over 8 years ago by Artem Sapegin <[email protected]>
Fix default state definition.

github.com/styleguidist/react-styleguidist - 31c76fcd8894c3324c149df4822416cacb1a5dc6 authored over 8 years ago by Artem Sapegin <[email protected]>
Merge branch 'mik01aj-patch-1'

github.com/styleguidist/react-styleguidist - 21f23e59ac7582111b1b95caf95af339b8d04152 authored over 8 years ago by Artem Sapegin <[email protected]>
Prevent breaking the app when the HTML is malformed.

github.com/styleguidist/react-styleguidist - 8cc62542264319b421040b160332939a30e41587 authored over 8 years ago by Artem Sapegin <[email protected]>
Remove unused import.

github.com/styleguidist/react-styleguidist - cb1688c18a522aa617126c310d027ccfdea6603d authored over 8 years ago by Artem Sapegin <[email protected]>
Update CodeMirror, remove custom JSX mode (fix #19).

github.com/styleguidist/react-styleguidist - c9654521aac66835e5d803822917a6227ffe96ff authored over 8 years ago by Artem Sapegin <[email protected]>
Change indentation in examples to spaces.

github.com/styleguidist/react-styleguidist - 1be69ef50699d8c1b7cc83817c0ae9efed9f2fb9 authored over 8 years ago by Artem Sapegin <[email protected]>
Update initial state in examples.

github.com/styleguidist/react-styleguidist - 2f0f7bf3afdaabd8cf4644f91eb81fc7b1668522 authored over 8 years ago by Artem Sapegin <[email protected]>
Missed files for isolated link.

github.com/styleguidist/react-styleguidist - 03cac8d4bf449c02db83d8c41ea878f84771fea3 authored over 8 years ago by Artem Sapegin <[email protected]>
Very basic HTML support (141).

github.com/styleguidist/react-styleguidist - 552507f4a87c455ab26150cc141f3ce715952e59 authored over 8 years ago by Artem Sapegin <[email protected]>
Fix lint warnings.

github.com/styleguidist/react-styleguidist - 5cbb2798f6bc117c3e35274497640c02303a9a81 authored over 8 years ago by Artem Sapegin <[email protected]>
Avoid React warning about void elements with children (fix #140).

github.com/styleguidist/react-styleguidist - 68c3fbcda9e0ae1b34c9345346951b94fe4487e1 authored over 8 years ago by Artem Sapegin <[email protected]>
Fix lint warnings.

github.com/styleguidist/react-styleguidist - dab2a17ccb903875ac21713c9e0d9d02e389cd02 authored over 8 years ago by Artem Sapegin <[email protected]>
Basic isolated link implementation.

github.com/styleguidist/react-styleguidist - 6e670577175822c817db4d62c3b64e80166c1b40 authored over 8 years ago by Artem Sapegin <[email protected]>
Fix Lodash availability in examples.

github.com/styleguidist/react-styleguidist - 219d08e413f06f0e52e8bafdde85db6f74f1344e authored over 8 years ago by Artem Sapegin <[email protected]>
Styleguide → style guide.

github.com/styleguidist/react-styleguidist - 2858559e3510c1f760ccdaf681d2d1952107d59b authored over 8 years ago by Artem Sapegin <[email protected]>
setState doesn't trigger rerender (#134)

github.com/styleguidist/react-styleguidist - 88de0c20bec18343f11c2294158a390769047498 authored over 8 years ago by Sascha Timme <[email protected]>
Allow markdown ```example to render interactive example. (#151)

github.com/styleguidist/react-styleguidist - 9ee55d2324deee4f8808c58a442f5383b827b66c authored over 8 years ago by Jamie Hoover ⚔ <[email protected]>
Add code toggleability (#150)

github.com/styleguidist/react-styleguidist - 80ab7b8e46b00c433390296439f35f6378bfc9cf authored over 8 years ago by Jeremy Gayed <[email protected]>
Update Readme.md

Fix typo

github.com/styleguidist/react-styleguidist - f06179242d334e11af5be384cbcd2b292bbc05d5 authored over 8 years ago by Jeremy Gayed <[email protected]>
Ability to change config file location.

github.com/styleguidist/react-styleguidist - b4ea381749ca8e3e319373118e90c33479246b31 authored over 8 years ago by Mikołaj D <[email protected]>
Add readme to the docs folder.

github.com/styleguidist/react-styleguidist - 2412dee7541fac1cfbcbd8b91398fbfffc833da2 authored over 8 years ago by Artem Sapegin <[email protected]>