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

Patch parse tsconfig (#75)

* Add failing test for default tsconfig.json

- includes tsconfig from tsc --init
- typescrip...

github.com/styleguidist/react-docgen-typescript - f9b0805d49efa02bd57355bf4c78b7995d789c03 authored almost 7 years ago
Update .travis.yml

use yarn instead of npm

github.com/styleguidist/react-docgen-typescript - ef6e41fc5aac54a986d90fd5b1d4ee9e53c1c766 authored almost 7 years ago
Docs: Add example and docs for wrapping styleguide components (#821)

github.com/styleguidist/react-styleguidist - 95c4d5045a4db45cbf592798d3f5a813230d828c authored almost 7 years ago
Test: Add Cypress tests for core and single component (#827)

github.com/styleguidist/react-styleguidist - 15af82ec5946bece622835c3925e887691251239 authored almost 7 years ago
Docs: Add React Native example (#816)

github.com/styleguidist/react-styleguidist - 48c0b5a4381fc4720d30bd819ea92bd178fb84f1 authored almost 7 years ago
Doc: Add CodeTriage badge (#829)

github.com/styleguidist/react-styleguidist - 5d63b3e0080aa69bc1468b8c25e442c46f9e375f authored almost 7 years ago
Refactor: Introduce Checkbox component to render in Markdown #613 (#818)

github.com/styleguidist/react-styleguidist - 7b9b9c4c49059c4e818a574b2ed7737240834e6c authored almost 7 years ago
Docs: Fix typo (#811)

github.com/styleguidist/react-styleguidist - 8283bf45cbcdaf3f8f6998b277685dbb0644b0c5 authored almost 7 years ago
Fix: Use editorConFfig.theme for CodeMirror theme (#814)

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

github.com/styleguidist/react-styleguidist - ff8827e6f1c28c13f784fd612ae8bce27f9b5b3f authored almost 7 years ago
Fix: Up Buble version to 0.19.2 (#815)

Fixes #807
Related #798 #764

github.com/styleguidist/react-styleguidist - bed9d5add0806f538bc0afcbafcfec94a754de00 authored almost 7 years ago
Refactor: Combine existing Code component with the Markdown Code component #613 (#812)

github.com/styleguidist/react-styleguidist - b3a13909bebc2f62e3e26d6c4cafc338de319562 authored almost 7 years ago
Docs: Fix broken fragment link to editorConfig settings (#813)

github.com/styleguidist/react-styleguidist - f7143eab3ff276bc7098c4d3053fad55aeca57a0 authored almost 7 years ago
Doc: Add example using require.context (fixes #808) (#809)

github.com/styleguidist/react-styleguidist - 46915af6eda1743eb5f82b785b57e4c7de70facc authored almost 7 years ago
Docs: Add Open Collective postinstall banner (#790)

github.com/styleguidist/react-styleguidist - 66db11055d7abb3dca4c3f9130049f353fc24e34 authored almost 7 years ago
Refactor: Introduce markdown Blockquote component #613 (#805)

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

github.com/styleguidist/react-styleguidist - 387aecad8050daa344a93a287f343b0be9fc23ae authored almost 7 years ago
Test: Setup Cypress, add the most basic test (#795)

github.com/styleguidist/react-styleguidist - 05685d4c4c9b7d77c4f5c29b20120755c2c20327 authored almost 7 years ago
Fix: Include filepath in props to Section/ReactComponentRenderer (#803)

github.com/styleguidist/react-styleguidist - de14b2a126e488b832630e5cba0d475bf9483fe0 authored almost 7 years ago
Update for React 16 (#29)

* chore: Update test packages for React 16

* refactor: Some adjustments to React 16 support
...

github.com/styleguidist/snapguidist - b9230e8c61146561b35513af57bf94686f8dbf08 authored about 7 years ago
Fix: Decrease Buble version to fix wrong HTML entities encoding (#801)

github.com/styleguidist/react-styleguidist - 75f03e4df48e7c2405309147b8590222e185e1a6 authored about 7 years ago
Fix: Update uglifyjs-webpack-plugin (#797)

Close #783

github.com/styleguidist/react-styleguidist - 0266c94eae1ba64db13d7baa83498727c4e52786 authored about 7 years ago
Docs: Add documentation for Styled Components ThemeProvider (#789)

github.com/styleguidist/react-styleguidist - 5767c01352fa93a944f2cb16277545bcc996204f authored about 7 years ago
Apply prettier and lint to example project (#70)

github.com/styleguidist/react-docgen-typescript - 6c4bec76fc615dfc99f4c4745482447b0b15608c authored about 7 years ago
Docs: Clarify reexport

github.com/styleguidist/react-styleguidist - 1e837c2befa277aedff3b972c76e94fd501a3a2d authored about 7 years ago
Fix issue with negative numbers as default values (#69)

github.com/styleguidist/react-docgen-typescript - 7300663b68bd4370a450e52b1cff2d2723afb870 authored about 7 years ago
Apply ts strict mode (#67)

github.com/styleguidist/react-docgen-typescript - a225f4587d8414edd0e5376cf5e331a2e9a305bc authored about 7 years ago
Test: Disable Chrome sandbox

Trying to fix an error on Travis:

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

github.com/styleguidist/react-styleguidist - b8e2ceb83fae59ea06a9af27a645b2670d715892 authored about 7 years ago
Test: Fix Puppetier error handling

github.com/styleguidist/react-styleguidist - d49939a612ff539bad290639a7c97582c892662e authored about 7 years ago
Test: Improve Puppetier error handling

github.com/styleguidist/react-styleguidist - 2d7b1293e87b90509db77a585e12cf3749f676a2 authored about 7 years ago
Changelog: 🚀

## New features

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

github.com/styleguidist/react-styleguidist - 24d5a1693ce68ad97914b334eed968aeeadc3feb authored about 7 years ago
Chore: Remove semantic-release-tamia from package.json to use the latest version on Travis

github.com/styleguidist/react-styleguidist - 746c08e750739f8f4be4281cc3a231927925103c authored about 7 years ago
Changelog: 🚀

## New features

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

github.com/styleguidist/react-styleguidist - 701ecb3b346f455a7ce23325a1843e228cb5e763 authored about 7 years ago
Chore: Update semantic-release

github.com/styleguidist/react-styleguidist - 86d397968b4d0e143f6952f823a48b5883d1febc authored about 7 years ago
Changelog: 🚀

## New features

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

github.com/styleguidist/react-styleguidist - 8cc4212d2023eae80d5f77c952cd5fc48f3105e7 authored about 7 years ago
Doc: Add Open Collective

github.com/styleguidist/react-styleguidist - bc8fe1628c835351f47b2ec5584e9bea328d4527 authored about 7 years ago
Add example of passing parser options (#66)

* bump up package versions

* Add example of passing parser options

github.com/styleguidist/react-docgen-typescript - 1b67db7bf571858657ebbbe71ae03e0a3c808890 authored about 7 years ago
Auto-formatting for code + linting = code consistency (#65)

* Add dependency 'tslint'

* Configure linter

* Fix lint issues

* Add dependency 'pretti...

github.com/styleguidist/react-docgen-typescript - 9dbf1955e1be91edfca033cb7205fac08e9f6bc2 authored about 7 years ago
Improve parserOptions documentation (#64)

github.com/styleguidist/react-docgen-typescript - 7d1ce314674d3256f7903901e8bfa6ef408f8d11 authored about 7 years ago
Filter properties by static or dynamic conditions (#63)

* Add options for parse method that allows to ignore 'children' property

In case the "childre...

github.com/styleguidist/react-docgen-typescript - 162a68362edec0eb49793dd77bb374c6da099e31 authored about 7 years ago
Docs: Update issue template

github.com/styleguidist/react-styleguidist - 7ab1ebf4245896ccad42c0a133987dff8869c72f authored about 7 years ago
tests extended to cover issue #20 (#61)

github.com/styleguidist/react-docgen-typescript - bc4ed7f0a008c94d18e9104c3ae08ddab7f615e6 authored about 7 years ago
default export can have wrong name - #59 fixed (#60)

github.com/styleguidist/react-docgen-typescript - d1a4f106054bf40d7e7ce4f678f19c3b31ec5a22 authored about 7 years ago
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

github.com/styleguidist/react-styleguidist - ae960ca36a57e457392c2b4daf4a55bb3134ccf7 authored about 7 years ago
Doc: Improve docs on using React.Component in code examples (#769)

github.com/styleguidist/react-styleguidist - 06b7ae5de3122615589f427cb44bb9e5cc923bba authored about 7 years ago
Refactor: Introduce List components for Markdown (#755)

github.com/styleguidist/react-styleguidist - 9964950b73124f9865e7d42abdf5abe41d62f847 authored about 7 years ago
Doc: Fix Storybook GIF (#770)

github.com/styleguidist/react-styleguidist - 5ad30b3e7a58ed87f1148c7e0325d3616fe596da authored about 7 years ago
Adding support for default exports (#58)

* Default export does not work - fixed

github.com/styleguidist/react-docgen-typescript - fd7f4d36651724aed5d58d51a4958d8aabbb04d9 authored about 7 years ago
Fix: Fix isolated mode

Close #757

github.com/styleguidist/react-styleguidist - f26d4672f19e100385d7c7593df52d1729b14bee authored about 7 years ago
Chore: Use prepare script to allow npm@5+ compiling git dependency (#760)

github.com/styleguidist/react-styleguidist - feab0e15e6a990ed93c83d4c166377caf939c667 authored about 7 years ago
Fix: Updated jss-isolate (#759)

Close #739

github.com/styleguidist/react-styleguidist - 74a76e95609a566864a04df11b9f4df82d55b56b authored about 7 years ago
Chore: Compile code before building examples on Travis

github.com/styleguidist/react-styleguidist - b2717fbff4ea5eae0d9cc975b88b819992e88cd2 authored about 7 years ago
Chore: prepublish → prepublishOnly

github.com/styleguidist/react-styleguidist - bf07b3267d427903346cfb463f3b1b9534a79ecf authored about 7 years ago
Chore: Update deabsdeep for #753

github.com/styleguidist/react-styleguidist - d9a3862b7ed6ac9108a725010f1b2e2b254377a9 authored about 7 years ago
Fix: HTML escaping unde Add example block

Fix #741

github.com/styleguidist/react-styleguidist - dea6fe0d297638b003c5250a16eda108e0635808 authored about 7 years ago
Docs: Add template example (#746)

github.com/styleguidist/react-styleguidist - a612cc0be8258964919bf75d0850d00d9dafd894 authored about 7 years ago
Fix: Allow overriding of renderer-only components

Fixes #710

github.com/styleguidist/react-styleguidist - 46156bb932121df5a176852d0fcdfd43cad83ef3 authored about 7 years ago
Feat: Add TypeScript files to default components and ignore patterns

Related to #749, #750

github.com/styleguidist/react-styleguidist - 36693018ce8b3a813a96c12a07b00e93517f3073 authored about 7 years ago
Fix: Remove color from the styleguide root element

Related to #739

github.com/styleguidist/react-styleguidist - 2556b519a9b8be1540818b2ffad4f108bed69466 authored about 7 years ago
Refactor: Remove hack, use new forceBlock option of markdown-to-jsx

github.com/styleguidist/react-styleguidist - 7a1f26fe135b91429225c60e5e79baeb9787298e authored about 7 years ago
Fix: Update markdown-to-jsx

Closes #742

github.com/styleguidist/react-styleguidist - 8a79a4c7166fb702aafd7bbc2c0b2fb5ea581a53 authored about 7 years ago
Feat: Allow descriptions for sections (#743)

github.com/styleguidist/react-styleguidist - eeec9559afc94969bb749e8f2dc064ad5582b4e9 authored about 7 years ago
Chore: Try to fix allow_failures syntax

github.com/styleguidist/react-styleguidist - 777ea2b938346fe0e97f4868759e4037b7705370 authored about 7 years ago
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...

github.com/styleguidist/react-styleguidist - 8ce0912b2a02ced2e69e4fa031ab69851f5c9411 authored about 7 years ago
Feat: New option editorConfig to change CodeMirror options (#662)

Deprecate highlightTheme option, use editorConfig.theme instead.

github.com/styleguidist/react-styleguidist - 5a5a3762a78873120bd4bbc62272a7bd36e67681 authored about 7 years ago
Fix: Globalize all components in isolation mode

Closes #738

github.com/styleguidist/react-styleguidist - 26df5cf3e90327472199c2a70952fb68f4c20df4 authored about 7 years ago
Fix: Kinda fix GFM todos rendering

github.com/styleguidist/react-styleguidist - e7106fde4f0815eabe4807f072e406d6a255d5d7 authored about 7 years ago
Chore: Add JSDoc comments

github.com/styleguidist/react-styleguidist - 03896941d8a373a5a2e6ba1878899442ab660d40 authored about 7 years ago
Feat: Tweak CLI a bit

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

github.com/styleguidist/react-styleguidist - 3617c3d430df820cf9f13add9dc04316a486ba3c authored about 7 years ago
Fix: Reenable Markdown memoization

github.com/styleguidist/react-styleguidist - 48bf693d8e23de55eb46fea74be262bfe9dedd2b authored about 7 years ago
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

github.com/styleguidist/react-styleguidist - 970477c072c433d2f311ba6416f6983f34fcfdf0 authored about 7 years ago
Fix: Clear console only on hot reload

Fixes #723.

github.com/styleguidist/react-styleguidist - d395ce6a253656365805f82a9401e6ef4229fd70 authored about 7 years ago
Fix: Use webpack.DefinePlugin as recommended by webpack docs

Fixes #726

github.com/styleguidist/react-styleguidist - 11bbe2cafab723efb159833fe831ccfb1e5499ec authored about 7 years ago
Test: Update snapshots

github.com/styleguidist/react-styleguidist - a952089f82851535c102ffae60e131bbb6feebc6 authored about 7 years ago
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...

github.com/styleguidist/react-styleguidist - ab903f751f9e337108d24dbda4410a98b80804a9 authored about 7 years ago
Fix: Use Text component for rendering text blocks, em and strong in Markdown (#731)

github.com/styleguidist/react-styleguidist - 3df38d4e63831a725de522156d52e8e27746f0f9 authored about 7 years ago
Chore: Use set -e instead of exit 1 after each command

github.com/styleguidist/site - 8d72e99cbbbb1745b1da8e0c58f163b91b627f23 authored about 7 years ago
Test: Add a basic smoke test

github.com/styleguidist/site - 8c5df637f77bcd3e068047d4834c3c2b5df2a573 authored about 7 years ago
Chore: Add yarn.lock to GIt ignore

github.com/styleguidist/react-styleguidist - 55ce2d519eae846db33ac8b4940a6fa18fa9f940 authored about 7 years ago
Docs: Add Spectrum badge (#696)

🎉 https://spectrum.chat/styleguidist

github.com/styleguidist/react-styleguidist - 75ebca886efa7ad8973d267be39e0cbc500b0271 authored about 7 years ago
Chore: Upgrade markdown-to-jsx to v6 (#725)

github.com/styleguidist/react-styleguidist - 4677ff6549f751c2db8c0c6b502c52154be8210f authored about 7 years ago
Test: Fix tests in Node 4

github.com/styleguidist/react-styleguidist - fbff1d3352f34e47e4bf25d055e983f698923981 authored about 7 years ago
Test: Refactor absolute paths testing

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

github.com/styleguidist/react-styleguidist - 1ab808882424989d32a9cdf72138b0fdf6ce1f9a authored about 7 years ago
Chore: Remove CodeSponsor 😢

github.com/styleguidist/react-styleguidist - 9adf0b1785143e4137e1e49b18de86d02627364d authored about 7 years ago
Fix: Add buttonTextTransform variable to theme (#728)

Close #702

github.com/styleguidist/react-styleguidist - dab14745d50d67a9a2181c5eeef3f9b0fdc73915 authored about 7 years ago
Chore: Add Prettier for .md files (#709)

Close #704

github.com/styleguidist/react-styleguidist - 8155523e3b509ba0103b6b77147834f26f9ba07c authored about 7 years ago
Fix: Incorrect cursor on headers (#727)

Closes #703

github.com/styleguidist/react-styleguidist - 34e8778bf352e4784caba4e9d3a95f7c4ff4cbcf authored about 7 years ago
Fix: Improve the sidebar scroll UX for touch devices (#721)

github.com/styleguidist/react-styleguidist - a0e1e29b52cf05e47ed8efa1761634d601e19823 authored about 7 years ago
Docs: Document how to set global styles for user components - closes #701 (#722)

github.com/styleguidist/react-styleguidist - b0851bae6eddc037e5101cbbb4c242621e7e856d authored about 7 years ago
Feat: Allow ignore to be specified at section level (#718)

github.com/styleguidist/react-styleguidist - 3fce9f2af736dd459301593c99ef4e4aaebabc36 authored about 7 years ago