Ecosyste.ms: OpenCollective

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

github.com/styleguidist/react-styleguidist

Isolated React component development environment with a living style guide
https://github.com/styleguidist/react-styleguidist

Docs: Add documentation on how to dev on examples other then basic (#880)

29815a736396af8cd85f20cbc1d9c0f357eb1c4f authored almost 7 years ago by Rob Levin <[email protected]>
Feat: Sort properties by 'required' and 'name' attributes (#784)

c57218550aa1f93843503905e0b7a64bfaa454ab authored almost 7 years ago by Fabian Mueller <[email protected]>
Feat: Better prop-types definitions with Flow types (#781)

5ef15c8119eb2ddf36c51f9afae0d6efb40a20a6 authored almost 7 years ago by Timur Khazamov <[email protected]>
Docs: Fix typo in cookbook link to storybook difference (#871)

7b8f160e8f13f6ca0a98c316f6b89fc09646f5ca authored almost 7 years ago by Kevin Leung <[email protected]>
Chore: Prettier

93b41a9ff17948c70396807b6b6890d194b3cec8 authored almost 7 years ago by Artem Sapegin <[email protected]>
Chore: Tweak Jest config

Remove deleted file, ignore test folder (it's used only for storing test related file, not test ...

da26e64545c98d63154182e7e4687bb237a35906 authored almost 7 years ago by Artem Sapegin <[email protected]>
Chore: Remove identity-obj-proxy

It was necessary for mocking CSS Modules, now a simple empty module is enough for ignoring CSS i...

87a0c95579ed46bc1272610c0966f6d4843225cc authored almost 7 years ago by Artem Sapegin <[email protected]>
Docs: Remove Spectrum badge

Nobody is using it and it's too big

ba609b5f100a0ce8c309a870e96712ceeadbd685 authored almost 7 years ago by Artem Sapegin <[email protected]>
Chore: Update semantic-release

d3d1d3eae9651aae80dd526c2de6452c255dc79c authored almost 7 years ago by Artem Sapegin <[email protected]>
Chore: Move Cypress folder inside test (#865)

dae9d6696449f25cdc6f18620074cde785776333 authored almost 7 years ago by Gleb Kost <[email protected]>
Docs: Tweak issue template

e1357996199da810f95b42f8b6af55214e4b1a51 authored almost 7 years ago by Artem Sapegin <[email protected]>
Refactor: Use hr component in Markdown (#852)

6d692558e3ad927b508d15daf57ac9f3f31ced30 authored almost 7 years ago by Ryan Oglesby <[email protected]>
Fix: Correct order of components and sections (#858)

Closes #854.

1ce98a32cf679bf2884ca864355af5fa13490f7c authored almost 7 years ago by Hsiao-Yu Chou <[email protected]>
Fix: Basic webpack 4 support (#849)

To have webpack 4 configured correctly we need to set the webpack mode.

a086302bbef484144f6dbfe4ff43e143b68aff47 authored almost 7 years ago by Markus Wolf <[email protected]>
Refactor: introduce Table components for use in Markdown #613 (#844)

1ce5fd606bc4de6acc39f854c6652a9c1618ac4e authored almost 7 years ago by Ryan Oglesby <[email protected]>
Docs: Fix broken link (#838)

68a72a4076c180f30b3d4135ceb3d162746720aa authored almost 7 years ago by Renan Couto <[email protected]>
Docs: Tweak issue template

b94d62b305e465c6514cf180b57c07d6394a2127 authored almost 7 years ago by Artem Sapegin <[email protected]>
Docs: Add example and docs for wrapping styleguide components (#821)

95c4d5045a4db45cbf592798d3f5a813230d828c authored almost 7 years ago by Dallon Feldner <[email protected]>
Test: Add Cypress tests for core and single component (#827)

15af82ec5946bece622835c3925e887691251239 authored almost 7 years ago by Gleb Kost <[email protected]>
Docs: Add React Native example (#816)

48c0b5a4381fc4720d30bd819ea92bd178fb84f1 authored almost 7 years ago by Terry Smith <[email protected]>
Doc: Add CodeTriage badge (#829)

5d63b3e0080aa69bc1468b8c25e442c46f9e375f authored almost 7 years ago by README Bot <[email protected]>
Refactor: Introduce Checkbox component to render in Markdown #613 (#818)

7b9b9c4c49059c4e818a574b2ed7737240834e6c authored almost 7 years ago by Ryan Oglesby <[email protected]>
Chore: Prettier

f439a1444c51f8dccd548aa26c52a594b931be70 authored almost 7 years ago by Artem Sapegin <[email protected]>
Docs: Fix typo (#811)

8283bf45cbcdaf3f8f6998b277685dbb0644b0c5 authored almost 7 years ago by Netanel Ben <[email protected]>
Fix: Use editorConFfig.theme for CodeMirror theme (#814)

Fixes #788 by using `editorConfig.theme` in the config. A fallback
for using the old `highligh...

ff8827e6f1c28c13f784fd612ae8bce27f9b5b3f authored almost 7 years ago by David Beitey <[email protected]>
Fix: Up Buble version to 0.19.2 (#815)

Fixes #807
Related #798 #764

bed9d5add0806f538bc0afcbafcfec94a754de00 authored almost 7 years ago by Gordey <[email protected]>
Refactor: Combine existing Code component with the Markdown Code component #613 (#812)

b3a13909bebc2f62e3e26d6c4cafc338de319562 authored almost 7 years ago by Ryan Oglesby <[email protected]>
Docs: Fix broken fragment link to editorConfig settings (#813)

f7143eab3ff276bc7098c4d3053fad55aeca57a0 authored almost 7 years ago by David Beitey <[email protected]>
Doc: Add example using require.context (fixes #808) (#809)

46915af6eda1743eb5f82b785b57e4c7de70facc authored almost 7 years ago by Benj <[email protected]>
Docs: Add Open Collective postinstall banner (#790)

66db11055d7abb3dca4c3f9130049f353fc24e34 authored almost 7 years ago by jess <[email protected]>
Refactor: Introduce markdown Blockquote component #613 (#805)

So that it is for consumers to customize their styleguide by replacing
components.

387aecad8050daa344a93a287f343b0be9fc23ae authored almost 7 years ago by Ryan Oglesby <[email protected]>
Test: Setup Cypress, add the most basic test (#795)

05685d4c4c9b7d77c4f5c29b20120755c2c20327 authored almost 7 years ago by Gleb Kost <[email protected]>
Fix: Include filepath in props to Section/ReactComponentRenderer (#803)

de14b2a126e488b832630e5cba0d475bf9483fe0 authored almost 7 years ago by David Hirtle <[email protected]>
Fix: Decrease Buble version to fix wrong HTML entities encoding (#801)

75f03e4df48e7c2405309147b8590222e185e1a6 authored almost 7 years ago by Gordey <[email protected]>
Fix: Update uglifyjs-webpack-plugin (#797)

Close #783

0266c94eae1ba64db13d7baa83498727c4e52786 authored almost 7 years ago by Jae Bach Hardie <[email protected]>
Docs: Add documentation for Styled Components ThemeProvider (#789)

5767c01352fa93a944f2cb16277545bcc996204f authored almost 7 years ago by Alan B Smith <[email protected]>
Docs: Clarify reexport

1e837c2befa277aedff3b972c76e94fd501a3a2d authored almost 7 years ago by Artem Sapegin <[email protected]>
Test: Disable Chrome sandbox

Trying to fix an error on Travis:

No usable sandbox! Update your kernel or see https://chromium...

b8e2ceb83fae59ea06a9af27a645b2670d715892 authored almost 7 years ago by Artem Sapegin <[email protected]>
Test: Fix Puppetier error handling

d49939a612ff539bad290639a7c97582c892662e authored almost 7 years ago by Artem Sapegin <[email protected]>
Test: Improve Puppetier error handling

2d7b1293e87b90509db77a585e12cf3749f676a2 authored almost 7 years ago by Artem Sapegin <[email protected]>
Changelog: 🚀

## New features

* New option `editorConfig` to change CodeMirror options (#648, [#662](https://...

24d5a1693ce68ad97914b334eed968aeeadc3feb authored almost 7 years ago by Artem Sapegin <[email protected]>
Chore: Remove semantic-release-tamia from package.json to use the latest version on Travis

746c08e750739f8f4be4281cc3a231927925103c authored almost 7 years ago by Artem Sapegin <[email protected]>
Changelog: 🚀

## New features

* New option `editorConfig` to change CodeMirror options (#648, [#662](https://...

701ecb3b346f455a7ce23325a1843e228cb5e763 authored almost 7 years ago by Artem Sapegin <[email protected]>
Chore: Update semantic-release

86d397968b4d0e143f6952f823a48b5883d1febc authored almost 7 years ago by Artem Sapegin <[email protected]>
Changelog: 🚀

## New features

* New option `editorConfig` to change CodeMirror options (#648, [#662](https://...

8cc4212d2023eae80d5f77c952cd5fc48f3105e7 authored almost 7 years ago by Artem Sapegin <[email protected]>
Doc: Add Open Collective

bc8fe1628c835351f47b2ec5584e9bea328d4527 authored almost 7 years ago by Artem Sapegin <[email protected]>
Docs: Update issue template

7ab1ebf4245896ccad42c0a133987dff8869c72f authored almost 7 years ago by Artem Sapegin <[email protected]>
Fix: Do not overflow floated elements in examples (#773)

Add a block formatting context to the preview div so that any floated elements are contained

ae960ca36a57e457392c2b4daf4a55bb3134ccf7 authored almost 7 years ago by Rob Levin <[email protected]>
Doc: Improve docs on using React.Component in code examples (#769)

06b7ae5de3122615589f427cb44bb9e5cc923bba authored almost 7 years ago by Yury Shevchenko <[email protected]>
Refactor: Introduce List components for Markdown (#755)

9964950b73124f9865e7d42abdf5abe41d62f847 authored about 7 years ago by Ryan Oglesby <[email protected]>
Doc: Fix Storybook GIF (#770)

5ad30b3e7a58ed87f1148c7e0325d3616fe596da authored about 7 years ago by Yury Shevchenko <[email protected]>
Fix: Fix isolated mode

Close #757

f26d4672f19e100385d7c7593df52d1729b14bee authored about 7 years ago by Artem Sapegin <[email protected]>
Chore: Use prepare script to allow npm@5+ compiling git dependency (#760)

feab0e15e6a990ed93c83d4c166377caf939c667 authored about 7 years ago by Mateusz BurzyÅ„ski <[email protected]>
Fix: Updated jss-isolate (#759)

Close #739

74a76e95609a566864a04df11b9f4df82d55b56b authored about 7 years ago by Mateusz BurzyÅ„ski <[email protected]>
Chore: Compile code before building examples on Travis

b2717fbff4ea5eae0d9cc975b88b819992e88cd2 authored about 7 years ago by Artem Sapegin <[email protected]>
Chore: prepublish → prepublishOnly

bf07b3267d427903346cfb463f3b1b9534a79ecf authored about 7 years ago by Artem Sapegin <[email protected]>
Chore: Update deabsdeep for #753

d9a3862b7ed6ac9108a725010f1b2e2b254377a9 authored about 7 years ago by Artem Sapegin <[email protected]>
Fix: HTML escaping unde Add example block

Fix #741

dea6fe0d297638b003c5250a16eda108e0635808 authored about 7 years ago by Artem Sapegin <[email protected]>
Docs: Add template example (#746)

a612cc0be8258964919bf75d0850d00d9dafd894 authored about 7 years ago by Adam Rackis <[email protected]>
Fix: Allow overriding of renderer-only components

Fixes #710

46156bb932121df5a176852d0fcdfd43cad83ef3 authored about 7 years ago by Artem Sapegin <[email protected]>
Feat: Add TypeScript files to default components and ignore patterns

Related to #749, #750

36693018ce8b3a813a96c12a07b00e93517f3073 authored about 7 years ago by Artem Sapegin <[email protected]>
Fix: Remove color from the styleguide root element

Related to #739

2556b519a9b8be1540818b2ffad4f108bed69466 authored about 7 years ago by Artem Sapegin <[email protected]>
Refactor: Remove hack, use new forceBlock option of markdown-to-jsx

7a1f26fe135b91429225c60e5e79baeb9787298e authored about 7 years ago by Artem Sapegin <[email protected]>
Fix: Update markdown-to-jsx

Closes #742

8a79a4c7166fb702aafd7bbc2c0b2fb5ea581a53 authored about 7 years ago by Artem Sapegin <[email protected]>
Feat: Allow descriptions for sections (#743)

eeec9559afc94969bb749e8f2dc064ad5582b4e9 authored about 7 years ago by Sara Vieira <[email protected]>
Chore: Try to fix allow_failures syntax

777ea2b938346fe0e97f4868759e4037b7705370 authored about 7 years ago by Artem Sapegin <[email protected]>
Chore: Travis: add Node 9, allow failures in Node 4

Because of a nasty issue with jest-serializer-html:
https://github.com/styleguidist/react-styleg...

8ce0912b2a02ced2e69e4fa031ab69851f5c9411 authored about 7 years ago by Artem Sapegin <[email protected]>
Feat: New option editorConfig to change CodeMirror options (#662)

Deprecate highlightTheme option, use editorConfig.theme instead.

5a5a3762a78873120bd4bbc62272a7bd36e67681 authored about 7 years ago by Sara Vieira <[email protected]>
Chore: Add jsconfig

80d38aac8b578ede0683b87cee170e58d1f1e075 authored about 7 years ago by Artem Sapegin <[email protected]>
Fix: Globalize all components in isolation mode

Closes #738

26df5cf3e90327472199c2a70952fb68f4c20df4 authored about 7 years ago by Artem Sapegin <[email protected]>
v6.1.0

2864e3cc4f053347797dd5aa4ac1253ecbb96e23 authored about 7 years ago by Artem Sapegin <[email protected]>
Chore: Tweak deps

16cd4f7ade5ca74d1910948d263eca1626121993 authored about 7 years ago by Artem Sapegin <[email protected]>
Chore: Update deps

c96b54e6ce850b1549c8fe01c2407c8d15846b63 authored about 7 years ago by Artem Sapegin <[email protected]>
Fix: Kinda fix GFM todos rendering

e7106fde4f0815eabe4807f072e406d6a255d5d7 authored about 7 years ago by Artem Sapegin <[email protected]>
Chore: Add JSDoc comments

03896941d8a373a5a2e6ba1878899442ab660d40 authored about 7 years ago by Artem Sapegin <[email protected]>
Feat: Tweak CLI a bit

* Nicer success / failure messages
* Use ora for spinner (compiling..)
* Tweak instructions layout

3617c3d430df820cf9f13add9dc04316a486ba3c authored about 7 years ago by Artem Sapegin <[email protected]>
Fix: Reenable Markdown memoization

48bf693d8e23de55eb46fea74be262bfe9dedd2b authored about 7 years ago by Artem Sapegin <[email protected]>
Fix: Force markdown-to-jsx to render text in a <p> instead of a <span> (#725)

https://github.com/probablyup/markdown-to-jsx/issues/132

970477c072c433d2f311ba6416f6983f34fcfdf0 authored about 7 years ago by Artem Sapegin <[email protected]>
Fix: Clear console only on hot reload

Fixes #723.

d395ce6a253656365805f82a9401e6ef4229fd70 authored about 7 years ago by Artem Sapegin <[email protected]>
Fix: Use webpack.DefinePlugin as recommended by webpack docs

Fixes #726

11bbe2cafab723efb159833fe831ccfb1e5499ec authored about 7 years ago by Artem Sapegin <[email protected]>
Test: Update snapshots

a952089f82851535c102ffae60e131bbb6feebc6 authored about 7 years ago by Artem Sapegin <[email protected]>
Fix: Add 'tab' key to Playground component's style (#732)

* Add 'tab' key to Playground component's style

According to https://react-styleguidist.js.or...

ab903f751f9e337108d24dbda4410a98b80804a9 authored about 7 years ago by Konrad Kruk <[email protected]>
Fix: Use Text component for rendering text blocks, em and strong in Markdown (#731)

3df38d4e63831a725de522156d52e8e27746f0f9 authored about 7 years ago by Ryan Oglesby <[email protected]>
Chore: Add yarn.lock to GIt ignore

55ce2d519eae846db33ac8b4940a6fa18fa9f940 authored about 7 years ago by Artem Sapegin <[email protected]>
Docs: Add Spectrum badge (#696)

🎉 https://spectrum.chat/styleguidist

75ebca886efa7ad8973d267be39e0cbc500b0271 authored about 7 years ago by Max Stoiber <[email protected]>
Chore: Upgrade markdown-to-jsx to v6 (#725)

4677ff6549f751c2db8c0c6b502c52154be8210f authored about 7 years ago by Evan Scott <[email protected]>
Test: Fix tests in Node 4

fbff1d3352f34e47e4bf25d055e983f698923981 authored about 7 years ago by Artem Sapegin <[email protected]>
Test: Refactor absolute paths testing

1. Remove requireIt mock
2. Replace <rootDir> with ~
3. Use Jest serializer to convert absolute ...

1ab808882424989d32a9cdf72138b0fdf6ce1f9a authored about 7 years ago by Artem Sapegin <[email protected]>
Chore: Remove CodeSponsor 😢

9adf0b1785143e4137e1e49b18de86d02627364d authored about 7 years ago by Artem Sapegin <[email protected]>
Fix: Add buttonTextTransform variable to theme (#728)

Close #702

dab14745d50d67a9a2181c5eeef3f9b0fdc73915 authored about 7 years ago by jmurret <[email protected]>
Chore: Add Prettier for .md files (#709)

Close #704

8155523e3b509ba0103b6b77147834f26f9ba07c authored about 7 years ago by Leanna <[email protected]>
Fix: Incorrect cursor on headers (#727)

Closes #703

34e8778bf352e4784caba4e9d3a95f7c4ff4cbcf authored about 7 years ago by jmurret <[email protected]>
Fix: Improve the sidebar scroll UX for touch devices (#721)

a0e1e29b52cf05e47ed8efa1761634d601e19823 authored about 7 years ago by Evan Scott <[email protected]>
Docs: Document how to set global styles for user components - closes #701 (#722)

b0851bae6eddc037e5101cbbb4c242621e7e856d authored about 7 years ago by Sanjay Purswani <[email protected]>
Feat: Allow ignore to be specified at section level (#718)

3fce9f2af736dd459301593c99ef4e4aaebabc36 authored about 7 years ago by Alex Meah <[email protected]>
Feat: Add JSDoc @component annotation support (#657)

8619f7059e52dd8251d371a9691d0b90d4198c02 authored about 7 years ago by Andrey Okonetchnikov <[email protected]>
Chore: Fix npm scripts on Windows

12b8db1f5267fb147a9216b5e8cd8dc41a74447c authored about 7 years ago by Artem Sapegin <[email protected]>
Chore: Warn on PR with lock file changes

49da1c40b0928772128c7996e642594b386d40a7 authored about 7 years ago by Artem Sapegin <[email protected]>
Docs: Update contribution guidelines

04989d3a7690abcdcac6d70a97fed7c9612c9a0b authored about 7 years ago by Artem Sapegin <[email protected]>
Fix: Code → View Code (#697)

8e3df7b29bbeb373ca6b76debafd7e9685aad2ca authored about 7 years ago by Arno V <[email protected]>