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

Fix: Hack to temporary fix #348

Waiting for https://github.com/probablyup/markdown-to-jsx/pull/96

609887ac919f36ba3de19afa1ad1e51ac44d998b authored almost 8 years ago
Fix: Revert #229 — seems to break more than fix

Still not sure about the proper fix though.

fb1b84a82082c77017f7b6211b45cc4dac76d0a0 authored almost 8 years ago
Fix: Do not generated long JSS class names without hashes

Close #334

d1b54a50e0128f1a15c3b403b261eb6601ea0913 authored almost 8 years ago
Fix: PhantomJS compatibility

Fix #349

84a88e766d109dec95945dd591bddca978a4e2c2 authored almost 8 years ago
Fix: Add memoization keys

2ec3d0025ad368256a1661a2d70d9e8272a91285 authored almost 8 years ago
Chore: babel-preset-es2015 → babel-preset-env, add eslint-plugin-compat

Not fixing #349 👻

5717291df95a6421d5d5d0d9f164dcc4c962fd37 authored almost 8 years ago
Chore: Update ESLint preset

955cc6845f2e1cf46183083acbde3947388c4e6e authored almost 8 years ago
v5.0.0-beta.15

7dcc95264f76a5fa3be1413ade133a6da72f8845 authored almost 8 years ago
Chore: Update deps

f072dc895e24406c5e510be3dc69bd0e49e8a053 authored almost 8 years ago
Chore: Update Remark

2e2bb06ac22d4f4d4ad9f579c271099ef940dc1f authored almost 8 years ago
Refactor: Memoize Markdown overrides

a38ad6fd8b4853d5c1358a9d2e38fff2e41f670c authored almost 8 years ago
Refactor: Markdown refactoring

1. Use markdown-to-jsx from npm instead of our fork.
2. Add styles for tables and todo lists.
3....

6683aa420b03fc3508cdef922fbc0bb3e5a014d7 authored almost 8 years ago
Feat: Improve support for objectOf propType (#347)

9d84bf131dd99a000eb93904b5ed06336792781c authored almost 8 years ago
Fix: Change default port because create-react-app uses 3000 too

306ea95d9021db88de32d007a9dc2d025cde499e authored almost 8 years ago
Docs: Tweak webpack examples and notes

59299ea9fb572b5d175bea777d0ae6ddb2c05f70 authored almost 8 years ago
Docs: Update link

a8688db40520101980b13f20e863816f8b3ff099 authored almost 8 years ago
Docs: typo

7bc6a9625268f62f57088d74a8113e529b88264f authored almost 8 years ago
Feat: New config option `require`

78a3bff98e0544742e11e3df99ce9da12ba33f20 authored almost 8 years ago
Test: Group tests

888f812ddc6b0085639d83df2080168693d004c7 authored almost 8 years ago
Fix: Node 4 compatibility

7b93855c6778c058109f6c2c51af5e670f955193 authored almost 8 years ago
Fix: Get rid of webpackConfigFile option (#323)

2464798944f059493cb6296b825d40da51e9f079 authored almost 8 years ago
Fix: Simplify webpack config auto load (#323)

1. Search for webpack config only in the root folder.
2. Only search for webpack.config.js and w...

b7792888fdc2485e2fa26aecce70da1b57a3dc33 authored almost 8 years ago
v5.0.0-beta.14

5d30b48685ca7c1964087dba7617085d8e19a63a authored almost 8 years ago
Chore: Update loader-utils

01171151533b090a582ca118ca3c68ab8d1ffe28 authored almost 8 years ago
Chore: Update deps

1b9fe622e3f9b8a0cb3b1c7494dc4f061881ee2a authored almost 8 years ago
Replace static CSS class with a data attribute on Preview (#344)

Fix #334

556a5d84ece510fce585c631859eba9fcd9b2d1b authored almost 8 years ago
Fix: Hide function sources for PropType.func (#343)

5f88bb34ab6531aea9c4167742bcb9cbfb73af68 authored almost 8 years ago
Fix: Move navigation ids from anchors to headings (#342)

02aba048c493e7607ce8b03e4847b9f9f9ead385 authored almost 8 years ago
Test: Fix failing tests

25d3221164eb6aeb7f367f6457c2143655b8b40f authored almost 8 years ago
Fix: Downgrade webpack-dev-server

Version 2.x doesn’t seem to work with webpack 1.

26fb4a1b3c71e074960ffba2457efa65c9fc101c authored almost 8 years ago
Fix: Remove unnecessary webpack options, ignore watch, stats and devtool options

2f80d73ef723c46220774a042ce7da534c9e2428 authored almost 8 years ago
Fix: Fix markdown headings (#329)

* Fix: Do not alter headings depth in user's *.md files

Mutating user's documents can be very...

e264319579241d27027f43a533566b73c5569759 authored almost 8 years ago
Fix: Search should work for subsections

Fix #245

c095643ed9991140922b8b6e2ce9b55383434ccc authored almost 8 years ago
Feat: Better anchors navigation with unique slugs (#318)

* Fixes anchors for sections with multiple words in name
* Fixes the case when components or se...

468cf75b361bbf7557d5ba05e2f69aff8b1b6fc6 authored almost 8 years ago
Fix: Hardcode template loader for htmlLoader

This way it can’t be affected by user’s html-loader.

Fix #312

baf7fec248269b003531e7f82617c91bab7b00dc authored almost 8 years ago
Fix: Show original webpack errors in verbose mode

aafb2adbbf990bb788eef7e7773befe5b29964a6 authored almost 8 years ago
Chore: Update deps

534b8983350132b5638560fee35084dbd0f2ebd3 authored almost 8 years ago
Test: makeWebpackConfig() should add json-loader

0d4702844c8ae35864fcd83151c5d5e060850f13 authored almost 8 years ago
Test: StyleguidistOptionsPlugin

48648a112fe96b90ec19cfdf261a22f4fc51788a authored almost 8 years ago
Fix: Use StyleguidistOptionsPlugin for webpack 1 too

2f374de307855f8fcdd68f8b0796c21c70baf7c0 authored almost 8 years ago
Fix: Get rid of LoaderOptionsPlugin

1. Use custom webpack plulgin to pass Styleguidist config to loaders.
2. Get rid of LoaderOption...

a77d78dc57464e1438fb047768d361d8f60b1098 authored almost 8 years ago
Docs: Add Markdown image example

eb66dfe14a0a7af8396cfd337d0f9c9c3c5b0f09 authored almost 8 years ago
Refactor: Remove table style from Markdown

Have no idea how to use them, we don’t support tables in Markdown now.

7001ed60763237880b0bd9d07e19bbc445015864 authored almost 8 years ago
Fix: Tweak text styles a bit

80ea8c0363ba6b29f663829b18b3dd92495eb732 authored almost 8 years ago
Fix: Ordered lists in Markdown should have numbers, not bullets

Fixes #313

f83d48ba27f3874e32f31085b98bf8d3562b360b authored almost 8 years ago
Test: More tests for styleguide-loader

394d488d0428a306ed50d19b898cc319eb421126 authored almost 8 years ago
Fix: Throw when components is not a string or a function

2d2afb09a96438089157e78b38752bd2e64601f7 authored almost 8 years ago
Feat: Welcome screen

Also throw an error when section content file not found.

93f17f322b390cfeb7b10eb746dfc5455f0f8bc6 authored almost 8 years ago
Docs: Minor documentation fixes (#322)

d51635fec9038616a367109b62e422c13b94ea85 authored almost 8 years ago
Docs: Show content recommended in previous step (#320)

I found it confusing to show this snippet without the content from the previous step, so suggest...

051345d965adcb1870c5b78be39198df80bbb2de authored almost 8 years ago
Docs: Grammar fix (#319)

4123239cef414cda98beecc9008d6efcac016e65 authored almost 8 years ago
Docs: Fix readme links (#321)

066b03f0383ce41730805d2694fe21f5bee8742d authored almost 8 years ago
Refactor: Read components option only in config, use sections everywhere else

Also do not throw when now components found (will be replaced by
welcome screen).

7c382c40d8246d742785222e2b07c1b10fe37eb1 authored almost 8 years ago
Docs: Tweak getting started guide last step

f74e765b735a52191f5b77030f105a8d046c0a18 authored almost 8 years ago
Fix: Do not process components twice

3f2fe10d8c57eb9400ddee90dd74bd9e3709021b authored almost 8 years ago
Refactor: Rename variable

8693777376dfd60e0716cc5b28da1a2c6b74f7fd authored almost 8 years ago
Fix: Do not mutate `sections`

Otherwise root components will be appended to section on each
navigation (like open component in...

75fffbf4b5eb0e67a969cfe6334e55f693cb9b1d authored almost 8 years ago
Refactor: Group polyfills

283627a05e70eae822fc82e91205fc723f4bbae3 authored almost 8 years ago
Docs: New customized example

8c9956d1685b7a6942e6c9a57006901509aea4c4 authored almost 8 years ago
Docs: lib → src in examples for consistency

00466aed98513af6a7ee6adaf4e58cf285f2e64d authored almost 8 years ago
Docs: tweak Readme

c6b1cbd22acc3af8ed79c70136dc741d8dbd896f authored almost 8 years ago
Docs: Add more notes

1462959b1bd460830c7139d223464ed1dc4e43cb authored almost 8 years ago
Docs: Make a note more clear

62e2519b5e926a2aed1c72482a8e50989365eb45 authored almost 8 years ago
Docs: Try jsx for fenced code blocks

080a2712d291d7eb5bf1a313a666e7f67dd4ae70 authored almost 8 years ago
Docs: Add one more link

9af147b47280d173f60949a8ac7a7a930bb23a1a authored almost 8 years ago
Docs: Update Readme

f00f8a6ba1db54c5c01621e38c93e9566b811aba authored almost 8 years ago
Docs: Update links

b20b2c819265b8f3b7d90d42064dbbd5aa0d1602 authored almost 8 years ago
Docs: Rewrite documenting guide, spell check, more tweaks

62f0fe53330921e5b429c3950fc724ef3a9adaa8 authored almost 8 years ago
Docs: Make whole line bold

b87025dba44d249ea9048afc9fd1421608b58681 authored almost 8 years ago
Docs: Remove duplicate and too advanced links

6a841e46f271009c68c516de94ce7d8d6f15f7ea authored almost 8 years ago
Docs: Divide FAQ to FAQ and cookbook, few more tweaks

073e66d67adeff0ff8a4bbefd43f96ed665107e4 authored almost 8 years ago
Docs: Few fixes

046bb837ca198e74ce90d565ed19d475edad1052 authored almost 8 years ago
Docs: Regroup Getting Started guide

69c6a55cf6389288508dcbbae124a76ffac56e10 authored almost 8 years ago
Docs: Remove duplicate link

50fcaff8e9f3572fed8ebe4e276cdfccbb69b8d7 authored almost 8 years ago
Docs: Update Webpack.md (#316)

Looks cleaner when merging the last two notes.

ee4e2e1dfc2bdd6474de9833056e652fe7190ae8 authored almost 8 years ago
Docs: Add a note about Babel/PostCSS config files and webpack-blocks

dd290334625b0d497b37c76ef69dfc13e6f8f214 authored almost 8 years ago
Docs: Fix links

38d656d31372b891b48d45f2889faae83bcf02ea authored almost 8 years ago
Docs: Simplify a bit

1edefaf5420b2fa9daa04a57dba6b2b9bde6a385 authored almost 8 years ago
Docs: Add links to new docs

a8be124ad848093d4a8588f2e7d61fa680776602 authored almost 8 years ago
Docs: New Webpack and CRA docs

6b324e2c77af8abbc135f9019fb059dacf31384e authored almost 8 years ago
Fix: Fix JSDoc tags in component descriptions breaking build (#311)

5f63f9bec82fef8370e8e1dafb4de70600246524 authored almost 8 years ago
Feat: Add showSidebar config option (#310)

* Use context instead of passing down `sidebar` prop
* Better variable name: singleExample -> i...

99295fb4a58dac1e83e0cba510350b7800e1cce4 authored almost 8 years ago
Chore: Add function.name-polyfill to yarn.lock

c049d402e06fc1f4147cd871bfdd66cf33b8a628 authored almost 8 years ago
Refactor: Extract check to a variable to make it’s meaning clear

a054e89b2933a2769107dfafd06206d95c75e5f0 authored almost 8 years ago
Fix: Do not show 0 when component has no methods

8d2bd58963b3f31145e4087fa54135ec4c8a5862 authored almost 8 years ago
Docs: Add link to components docs

bf1563f3449a9ac0504adadf4967b8c9bb9b7bcf authored almost 8 years ago
Docs: Add an example of ignoring files using glob negation

90cdae79c01585853297f5bfe2087e3b3131e958 authored almost 8 years ago
Docs: Add example how to skip test

47f2ebc3c014b7bd12df2ec1adf72e8d578c96e8 authored almost 8 years ago
Docs: Typo

cc6ee557d6ec14f64d53c09adfd2c781dcfa62a5 authored almost 8 years ago
Refactor: Sections and components relationship (#308)

* Use React's children instead of passing them via custom props
* Components is now only render...

2faa1d96755a1e8843f076058954caff87dc28f7 authored almost 8 years ago
Fix: Adds support for IE11 (#309)

* Add Function.name polyfill to fix IE11
* Fix styles in IE11

7f256a315e289b100622b3f654240e4fa3cbb115 authored almost 8 years ago
Chore: Ignore tests in examples, remove unnecessary testRegex

e47ce7b4aa6135567a87cda2d2342bef6d63012a authored almost 8 years ago
Chore: Do not publish tests to npm

098c96b546767bcd18f2f8763541a3eb79d38182 authored almost 8 years ago
Chore: Tweak Git ignore patterns

f35e36529d841f46e2d3d77c10031f053be192d9 authored almost 8 years ago
Chore: Remove cross-env

c8ddc698fa8b0f84b40fbea99dacf7f25e15d21b authored almost 8 years ago
Chore: Move lint to pretest script

a9cf75ce54d96cbe037f7bdbac04cd06f562ebd6 authored almost 8 years ago
Chore: Fix ESLint ignore patterns

7a5e19a1516f1279ba093af2dfd2534c2c8e1f76 authored almost 8 years ago
Docs: Tweak terms

84fa9cd5a994222ac2c1eac449f151de14afa8cb authored almost 8 years ago
Chore: Fix ESLint config

48da73b070bd74cf974a96216aa7b288d746f0f3 authored almost 8 years ago
Refactor: Use same code style to render `null` value using Boolean expression as for props. (#306)

- Prior method was rendering `false` which isn't a valid React node value.
- Add tests for meth...

2fb0179a32034eabea29df60d5b1822d11feae65 authored almost 8 years ago