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

Fix: Correctly print multiple scripts

Also make all options optional and add basic tests.

github.com/styleguidist/mini-html-webpack-plugin - 40ffad74f658dff925c28c00c913d814a195ffb4 authored almost 7 years ago
Chore: Add basic dotfiles

github.com/styleguidist/mini-html-webpack-plugin - e1bdc5bb75629f1e65474d89c1dd0283e481b0f1 authored almost 7 years ago
Chore: Update react-docgen

Close #888 #889

github.com/styleguidist/react-styleguidist - 0b8b3c292fb1b67059235e578c02c658d0fe3fc6 authored almost 7 years ago
Fix: Wrap Preview in Fragment, fix tests

github.com/styleguidist/react-styleguidist - d0ca40e36331a1935ffb2bc8f15d0ded64d52845 authored almost 7 years ago
Fix: Correct check for webpack 4

Fix #1

github.com/styleguidist/mini-html-webpack-plugin - c9df8843dc1b99413f222bec42dc53c49fa47c88 authored almost 7 years ago
Docs: Use `npx` instead of custom scripts (#905)

github.com/styleguidist/react-styleguidist - 55a85915cc93d4fda478f6edf63d5fd386f08e8e authored almost 7 years ago
Fix: Tweak fragment tag name

1. Get rid of a warning in Firefox.
2. Use correct tag name for React 15.

github.com/styleguidist/react-styleguidist - 7bce56e91d01d7b2231f64c6ec179935765e6d0e authored almost 7 years ago
Feat: Improve accessibility (#893)

github.com/styleguidist/react-styleguidist - 692e8afff31256a8c3408d167acb43efd751bf80 authored almost 7 years ago
Chore: Replace System.import with import (#901)

github.com/styleguidist/react-styleguidist - e3e21121fb85bfc16ef051c60024c4c9110ac071 authored almost 7 years ago
Feat: Support webpack 4 (#857)

github.com/styleguidist/react-styleguidist - a5ea03666d115e9b719543d4a3c6c51e657004f1 authored almost 7 years ago
Feat: Wrap Examples in React.Fragment (#842)

github.com/styleguidist/react-styleguidist - 5d3f58078676a9e6a80df8bbb4a5d3e4352b2e08 authored almost 7 years ago
Feat: Server now returns app instance and compiler instance (#828)

BREAKING CHANGE:

Changed Node API:
server method now returns an object containing a webpackC...

github.com/styleguidist/react-styleguidist - 416f0681c3d7eda7b9ccd4c352e8b27f230ba5e3 authored almost 7 years ago
Feat: Drop Node 4 support (#839)

BREAKING CHANGE:

Node 6 is the lowest supported version.

github.com/styleguidist/react-styleguidist - d66be96ccc4b23150b4d3ca659b01cbe35d0fe9d authored almost 7 years ago
Merge pull request #2 from sapegin/publicpath

Support webpack publicPath option

github.com/styleguidist/mini-html-webpack-plugin - 95150ae2942994943701ef68e1b4bdcbdd0c66e4 authored almost 7 years ago
Merge branch 'master' into publicpath

github.com/styleguidist/mini-html-webpack-plugin - bfa0eec966b67ab2c4e46a3eca2564bc94e0ba78 authored almost 7 years ago
Merge pull request #1 from sapegin/webpack3

Support webpack 3

github.com/styleguidist/mini-html-webpack-plugin - e2f4ed006f1928c817e63481417c0152d1595dfe authored almost 7 years ago
Support webpack publicPath option

github.com/styleguidist/mini-html-webpack-plugin - a77a1e26088ef49b876fc57cc36ff99502554282 authored almost 7 years ago
Chore: Update deps in examples

github.com/styleguidist/react-styleguidist - 611469dd4a1cfd5e66091ebb4b4be3cf0656cd1e authored almost 7 years ago
Fix: Ensure that all Styleguidist components can be overriden by the user

github.com/styleguidist/react-styleguidist - 06a62e4b7b3c65e9669f5483a065478ebfb3e6b7 authored almost 7 years ago
Refactor: Do not reuse Para styles

It makes code harder to understand because we overwrite half of the imported styles.

github.com/styleguidist/react-styleguidist - 2aa44deb06d5f49e6d694b7489784914997fcc52 authored almost 7 years ago
Fix: Remove non-existent export

github.com/styleguidist/react-styleguidist - 10bbf9a7eff3049630ed57e345e43bd066740d9a authored almost 7 years ago
Docs: Add a note about working with react-css-themr (#890)

github.com/styleguidist/react-styleguidist - 23f9a791920005622142fc8f01c28fc6e8230674 authored almost 7 years ago
Docs: Move advanced docs closer to basic docs (#891)

github.com/styleguidist/react-styleguidist - 8f26c8353ad5524e951f1536c440442fb3b1aef8 authored almost 7 years ago
Chore: Fix Danger.js command

github.com/styleguidist/react-styleguidist - f9e086c2c3bc52390aadbed291b0a73b05c02d54 authored almost 7 years ago
Fix: Allow non-Latin characters in section names (#887)

github.com/styleguidist/react-styleguidist - 9d7e28d10804ad67314bc5ca3dc6b0f625abf85f authored almost 7 years ago
Fix: Extract initial state and returned component without hacks

Fixes #886

github.com/styleguidist/react-styleguidist - 92c0749631ce9a9a57b66c3387cb33e6351a9792 authored almost 7 years ago
Chore: Update deps in examples

Closes #885

github.com/styleguidist/react-styleguidist - 168b9382cb9cfb1e1bf422cea02ebda3f148f8f0 authored almost 7 years ago
Changelog: πŸš€

πŸ‘‹ **[Support Styleguidist](https://opencollective.com/styleguidist) on Open Collective** πŸ‘‹

## N...

github.com/styleguidist/react-styleguidist - a5cd8f4db1ee103040281a508e35a0124fd34838 authored almost 7 years ago
Refactor: Rename config options

transformProps β†’Β sortProps
updateProps β†’ updateDocs

github.com/styleguidist/react-styleguidist - f66e6d10343ec1455175d1c6dfad3253829b4583 authored almost 7 years ago
Docs: Fix print* examples again

github.com/styleguidist/react-styleguidist - b3621c157ee89311c1e74efbda28c49092d77464 authored almost 7 years ago
Docs: Fix print* examples

github.com/styleguidist/react-styleguidist - ffd3d4bb9baed464a88a4b1fe834872d518c683b authored almost 7 years ago
Chore: Remove unused npm script

github.com/styleguidist/react-styleguidist - 886f58169dd717837c6a43fb528bd77ad1bc9178 authored almost 7 years ago
Chore: Format Markdown files with Prettier on commit

github.com/styleguidist/react-styleguidist - 6fd585e9e0c67423942b7cd8d37cec11cc91ce27 authored almost 7 years ago
Feat: Add updateProps config option (#868)

github.com/styleguidist/react-styleguidist - b444d11bfb14517aec206267cd7f35cd51345b25 authored almost 7 years ago
Chore: Don't prettify build artifacts

github.com/styleguidist/react-styleguidist - ed16543b5aec63097c972ae0df33e0a6eef17534 authored almost 7 years ago
Chore: Update linters

github.com/styleguidist/react-styleguidist - fbbc0f6bf6240af6e58a89befaded4291b38e3ea authored almost 7 years ago
Chore: Update react-dev-utils

github.com/styleguidist/react-styleguidist - 50c2f27752704e1aab55e5ffbe72e4f8a5d88f43 authored almost 7 years ago
Refactor: Simplify prop type

github.com/styleguidist/react-styleguidist - 3e4f1e73e67ea1c5a0462850dfdba5b3a1aa6ca5 authored almost 7 years ago
Refactor: A bit less hacky initial state handling in examples

github.com/styleguidist/react-styleguidist - cee84888ed7d6ef26cc4a291c64508ada0a0b0b7 authored almost 7 years ago
Test: Update prop type

github.com/styleguidist/react-styleguidist - 761edf0aba11f44fbd4dbd6e21547aaa8a2d5168 authored almost 7 years ago
Feat: Add options to change CLI output on server start and build (#878)

Fixes #876.

github.com/styleguidist/react-styleguidist - a2c9c3f5684e11edad46016ed7ff8bceed917efc authored almost 7 years ago
Fix: Allow Immutable sate in examples (#870)

Fixes #864.

github.com/styleguidist/react-styleguidist - 02e13abc419c25971efc472896650b0a1e728802 authored almost 7 years ago
Feat: 'Fork me' ribbon (#861)

Part of #195, closes #647.

github.com/styleguidist/react-styleguidist - 5eaae369ab89b36da925a50d83480fb23162872b authored almost 7 years ago
Feat: Change template container ID to prevent clashes (#859)

Fixes #753.

github.com/styleguidist/react-styleguidist - 3ebcc80d10500a5043cac030e4f20743587f586f authored almost 7 years ago
Feat: Page per section (#835)

Closes #494, #768.

github.com/styleguidist/react-styleguidist - 6055c2b1d7037286a8c3dad69c21e90d02bc20bd authored almost 7 years ago
Feat: Add limited support for named exports (#825)

Closes #820, #633.

github.com/styleguidist/react-styleguidist - fb1d2ec42cab88f4b62cf07fadd4699c64401753 authored almost 7 years ago
Feat: Allow use of array of component paths in the config file (#794)

Fixes #774

github.com/styleguidist/react-styleguidist - 6ec5a08f7fb8086a75c20bcd7ba3ffbf87e2cec7 authored almost 7 years ago
Docs: Add documentation on how to dev on examples other then basic (#880)

github.com/styleguidist/react-styleguidist - 29815a736396af8cd85f20cbc1d9c0f357eb1c4f authored almost 7 years ago
Feat: Sort properties by 'required' and 'name' attributes (#784)

github.com/styleguidist/react-styleguidist - c57218550aa1f93843503905e0b7a64bfaa454ab authored almost 7 years ago
Feat: Better prop-types definitions with Flow types (#781)

github.com/styleguidist/react-styleguidist - 5ef15c8119eb2ddf36c51f9afae0d6efb40a20a6 authored almost 7 years ago
chore: Mention @vxna/mini-html-webpack-template

Maybe some of the functionality should be integrated to the default
template.

github.com/styleguidist/mini-html-webpack-plugin - 5c13ae6e215ad4a41ffd7bb9748a9b214ab38ec6 authored almost 7 years ago
Docs: Fix typo in cookbook link to storybook difference (#871)

github.com/styleguidist/react-styleguidist - 7b8f160e8f13f6ca0a98c316f6b89fc09646f5ca authored almost 7 years ago
docs: Add a minification demo

It would be a good idea to run the readme code through webpack to test
it

github.com/styleguidist/mini-html-webpack-plugin - 1ddcf7712e0bdfb9eb3901552581e01a51cd8363 authored almost 7 years ago
Chore: Tweak Jest config

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

github.com/styleguidist/react-styleguidist - da26e64545c98d63154182e7e4687bb237a35906 authored almost 7 years ago
Chore: Remove identity-obj-proxy

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

github.com/styleguidist/react-styleguidist - 87a0c95579ed46bc1272610c0966f6d4843225cc authored almost 7 years ago
Docs: Remove Spectrum badge

Nobody is using it and it's too big

github.com/styleguidist/react-styleguidist - ba609b5f100a0ce8c309a870e96712ceeadbd685 authored almost 7 years ago
Chore: Update semantic-release

github.com/styleguidist/react-styleguidist - d3d1d3eae9651aae80dd526c2de6452c255dc79c authored almost 7 years ago
Update deps: React 16, Styleguidist 6.2

github.com/styleguidist/example - f7879a567713ccd93611c4c105ed88a629748c0a authored almost 7 years ago
Remove the lock file

github.com/styleguidist/example - 26f457c8a7df9586ba1955cca116a4d03b5f0bac authored almost 7 years ago
Use prop-types

github.com/styleguidist/example - c7afbd7b0241c69be18c1842dde1734b603d41a5 authored almost 7 years ago
Simplify project structure, remove extra dependencies

github.com/styleguidist/example - 3f9833f533191b8f7800418aba9d16fd53ab9d3d authored almost 7 years ago
Chore: Move Cypress folder inside test (#865)

github.com/styleguidist/react-styleguidist - dae9d6696449f25cdc6f18620074cde785776333 authored almost 7 years ago
Docs: Tweak issue template

github.com/styleguidist/react-styleguidist - e1357996199da810f95b42f8b6af55214e4b1a51 authored almost 7 years ago
point to published type definitions

github.com/styleguidist/react-docgen-typescript - 616da367bab92706b3d577f50a870f6f7f8c8f9a authored almost 7 years ago
Refactor: Use hr component in Markdown (#852)

github.com/styleguidist/react-styleguidist - 6d692558e3ad927b508d15daf57ac9f3f31ced30 authored almost 7 years ago
Fix: Correct order of components and sections (#858)

Closes #854.

github.com/styleguidist/react-styleguidist - 1ce98a32cf679bf2884ca864355af5fa13490f7c authored almost 7 years ago
set default editor theme

close #32

github.com/styleguidist/snapguidist - 8d700001fa8312d6cb68d80a500fd19e3933db5a authored almost 7 years ago
Fix: Basic webpack 4 support (#849)

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

github.com/styleguidist/react-styleguidist - a086302bbef484144f6dbfe4ff43e143b68aff47 authored almost 7 years ago
Fix React.SFC-typed functional components

github.com/styleguidist/react-docgen-typescript - e9d57f229b9760967ddc0a746b1c1443f06762b0 authored almost 7 years ago
Refactor: introduce Table components for use in Markdown #613 (#844)

github.com/styleguidist/react-styleguidist - 1ce5fd606bc4de6acc39f854c6652a9c1618ac4e authored almost 7 years ago
Add fallback for deprecated highlightTheme key in styleguidist config. (#30)

github.com/styleguidist/snapguidist - 873faca0ef878f662340401e0a1f712f99debcf4 authored almost 7 years ago
Docs: Fix broken link (#838)

github.com/styleguidist/react-styleguidist - 68a72a4076c180f30b3d4135ceb3d162746720aa authored almost 7 years ago
Docs: Tweak issue template

github.com/styleguidist/react-styleguidist - b94d62b305e465c6514cf180b57c07d6394a2127 authored almost 7 years ago