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

Feat: Do not put component into global namespace (#1116)

BREAKING CHANGE:

Style guide components are no longer accessible on window. Only current comp...

a895dc482ab4a05bc4886c656a85ca3e228473b4 authored over 6 years ago by Artem Sapegin <[email protected]>
Docs: More Lick → Click 😋

#1063

1ec5e06ed1944552472ade594398521629e3fe97 authored over 6 years ago by Artem Sapegin <[email protected]>
Docs: Lick → Click 😋 (#1063)

29992b9103a8a0e3282a80517d5fc70e12703b92 authored over 6 years ago by Amanda Koster <[email protected]>
Docs: Remove error default value for serverPort (#1121)

10be4c8e17ae8e406fed4777ed5d1281c044c201 authored over 6 years ago by Bartosz Szczeciński <[email protected]>
Fix: Add custom focus outline for <summary> element

0e25dc60528f355928ff1e0b175fc39d1e62e39d authored over 6 years ago by Artem Sapegin <[email protected]>
Fix: Add pointer cursor on <summary> element

11f7fcf79104a3d60c50abb918c6e748327fa4af authored over 6 years ago by Artem Sapegin <[email protected]>
Fix: Allow wrapping long lines in error messages

93e6c5e6b5f7d0d5aaa5c08de9c79c801aea5df0 authored over 6 years ago by Artem Sapegin <[email protected]>
Fix: Do not explode when on null in replace (#1115)

a91ff28e4032e47fd19a2151959ed43885b0730a authored over 6 years ago by Shmulik-Kravitz <[email protected]>
Fix: Add styles to <details> and <summary> elements in Markdown (#1099)

Closes #991

e70e4619158b56364253dc96c0dc3b0b552c2b67 authored over 6 years ago by Agata <[email protected]>
Chore: Update deps

1ddb6c53b778398dcd75339a16645a0fb92159e6 authored over 6 years ago by Artem Sapegin <[email protected]>
Feat: Support import statements in examples (#1109)

Closes #1074

60b47fc679de04b6e83ccf68ed9ddc72363b10e1 authored over 6 years ago by Artem Sapegin <[email protected]>
Fix: Wrap long lines in pre tags

b62b7e1d4d7887ceeb8ceb0a240e286d3a53829e authored over 6 years ago by Artem Sapegin <[email protected]>
Changelog: 🚀

👋 **[Support Styleguidist](https://opencollective.com/styleguidist) on Open Collective** 👋

## N...

ee663c49da07d360a38d9fec5b18d2d32d6c672b authored over 6 years ago by Zach Reed <[email protected]>
Feat: Added support for external links in sections (#921)

* Added support for external links in sections
* Removed the skip functionality, changed extern...

54ab94aa9a602f62b39c3089f78e73b858c1c8e4 authored over 6 years ago by Bartosz Szczeciński <[email protected]>
Docs: Fix extra heading in customized example (#1107)

Closes #1102

56e2090b17b0d80f2a6285708b6570acd008da23 authored over 6 years ago by MrKou47 <[email protected]>
Choer: Babelify everything (#1105)

Closes #1096

86c4d59ffe53bc8c2cb509f0dccd1a9d7d5e33bd authored over 6 years ago by Vivek Nayyar <[email protected]>
Docs: Fix anchor name (#1100)

cf7f1efa88d6c83abcb87b5391340d115a4fbf45 authored over 6 years ago by MrKou47 <[email protected]>
Docs: Fix typo (#1097)

e996e1b0a968b55a4ea9d5a93170346c4561cb4d authored over 6 years ago by Christian Paul <[email protected]>
Fix: Support at-return as a synonym of at-returns

Simplify code a bit.

8e52a27e5ef8bc93efefb87b114759037cc5c639 authored over 6 years ago by Artem Sapegin <[email protected]>
Fix: Appear page not found when a component is isolated (#1091)

4ef206edece0b10fbc8404e6efa673dd38cf4406 authored over 6 years ago by Rafael Escala <[email protected]>
Chore: Update vulnerable package url-parse

Fix #1090

af60bef46088340ea6c1339d8e22b5250b998e9f authored over 6 years ago by Artem Sapegin <[email protected]>
Fix: Make slot components overridable (#1087)

Fixes #1070

f0d843bf96cdd9caf3b99342bd174a7e9def957f authored over 6 years ago by sibamohanty995 <[email protected]>
Fix: Fix preview of method optional argument, JSDoc param and return synonyms (#1046)

Read 'param', 'arg', 'argument' JSDoc tags for method params, and 'return', 'returns' for method...

e1e898be8cba23ade7a2c0e1a703693d75e5ea97 authored over 6 years ago by Stepan Mikhaylyuk <[email protected]>
Chore: Run Flow on Travis

e079c31dfc70b4908f16d51643c5d9facc1e8e40 authored over 6 years ago by Artem Sapegin <[email protected]>
Chore: Try to add Flow

73b8d5d331e9b5364770ac59008eb63a10620af3 authored over 6 years ago by Artem Sapegin <[email protected]>
Chore: Enable Prettier for CSS files

31fe3289efdd12070d5e2bdc1eb0cdcbd52323e2 authored over 6 years ago by Artem Sapegin <[email protected]>
Chore: Remove unnecessary Jest config option

659120021473e23711c0145087ac93d2c28c1cce authored over 6 years ago by Artem Sapegin <[email protected]>
Chore: Updgrade Babel (7) and Jest

Close #1064

21b1fb85aa08c14887b81454655dfcdf1c7fe196 authored over 6 years ago by Artem Sapegin <[email protected]>
Fix: Chalk → Kleur after merge

1f8261ddae122302ea0afa798869c579064eecf4 authored over 6 years ago by Artem Sapegin <[email protected]>
Docs: Tweak docs a bit

Close #1020

7f65358b268c1d3eb9223016889785b66f374098 authored over 6 years ago by Artem Sapegin <[email protected]>
Feat: Made the mounting point id configurable. (#1050)

* Feat: Made the mounting point id configurable.
* Removed default container name.
* Removed n...

917831d88d316c814ea2e6fe3085f894e2e3984c authored over 6 years ago by David Berliner <[email protected]>
Feat: Add custom component display names (#933)

- User can define a custom name via a custom @sgDisplayName tag in the doc block

c32afc4b4afcf47ab5890a1dc71e5ab195f42a81 authored over 6 years ago by Gleb Kost <[email protected]>
Docs: Correct cookbook dynamically load other components (#1081)

be5b8d5ddd1bdc1c5a5567dbb32731585fd069ef authored over 6 years ago by Alexey Avdeev <[email protected]>
Fix: Fix section name regression

Fixes #1078

68328d024b6a563050c127585bb994e8745e17c2 authored over 6 years ago by Artem Sapegin <[email protected]>
Chore: Chalk → Kleur

bb8f4677f09d8b36f9a787199eb08523ecf0789d authored over 6 years ago by Artem Sapegin <[email protected]>
Docs: Add What should be in a change log to maintenance guide

949a21a7698c3241a81fdbccd0628ee3b954567d authored over 6 years ago by Artem Sapegin <[email protected]>
Docs: Add change log example

5e4ed5388e3c5f4e4365d92d2eaaed35602f5137 authored over 6 years ago by Artem Sapegin <[email protected]>
Docs: Correct cookbook dynamically load other components (#1081)

5f241ce040f84cce903b1b9a588967fb65c0c8ca authored over 6 years ago by Alexey Avdeev <[email protected]>
Fix: Fix section name regression

Fixes #1078

296befe3477ea76db8a5566876ce7100dc2214b8 authored over 6 years ago by Artem Sapegin <[email protected]>
Chore: Chalk → Kleur

dbb690241a6a5d273573287861bf1885e775194b authored over 6 years ago by Artem Sapegin <[email protected]>
Docs: Tweak docs a bit

Close #1020

83198eebea1d8a5075f42569cce742c1e5ac05e8 authored over 6 years ago by Artem Sapegin <[email protected]>
Changelog: 🚀

## New features

* Add custom component display names ([#933](https://github.com/styleguidist/re...

33425304707bb26292d146a6597331d186737672 authored over 6 years ago by Zach Reed <[email protected]>
fix: Cypress failing test (#1077)

- Fix deploy (https://github.com/styleguidist/react-styleguidist/commit/e988f3e525e780824573382e...

ff4014841c85ed6181327ff02015e9d915e5cfe7 authored over 6 years ago by Zach Reed <[email protected]>
Changelog: 🚀

## New features

* Add custom component display names ([#933](https://github.com/styleguidist/re...

e6865e039d01e734e0cec985a2beffe70ecff7e6 authored over 6 years ago by Zach Reed <[email protected]>
Feat: Add custom component display names (#933)

- User can define a custom name via a custom @sgDisplayName tag in the doc block

b523c458324f2a74e0700050c154a981d749e483 authored over 6 years ago by Gleb Kost <[email protected]>
Feat: Made the mounting point id configurable. (#1050)

* Feat: Made the mounting point id configurable.
* Removed default container name.
* Removed n...

bfc0382c5384077b9acf1e33a31cb488dae04b49 authored over 6 years ago by David Berliner <[email protected]>
Docs: Add What should be in a change log to maintenance guide

c475be8ad6f6c60328c21a649d4b8b683456e6ee authored over 6 years ago by Artem Sapegin <[email protected]>
Docs: Add change log example

b0acbe1c97aa8fef27f7bc4ce135630147264f51 authored over 6 years ago by Artem Sapegin <[email protected]>
Test: Improve test coverage

c5ab902ad9ae7a5be77ee17945384cfddcd67ddd authored over 6 years ago by Artem Sapegin <[email protected]>
Test: Try to test Cypress failing test

Looks like a bug in Cypress:
https://github.com/cypress-io/cypress/issues/2245

e988f3e525e780824573382e9876ab2eeb395963 authored over 6 years ago by Artem Sapegin <[email protected]>
Fix: Tweak link color

d44cefea5eb31d0fec13bfae3a6c74f8a6d75ecb authored over 6 years ago by Artem Sapegin <[email protected]>
Fix: Better focus styles for inputs

f7c68d82281de89b3a2fc9e5ac0c209276baeb4b authored over 6 years ago by Artem Sapegin <[email protected]>
Fix: Focus issues in the editor

69fa2196a182e0cca0db86e61b2b448bbc65921c authored over 6 years ago by Artem Sapegin <[email protected]>
Fix: Add focus outline for the editor

ec8141e9b02bb0d821c84ff560e351f3465c6924 authored over 6 years ago by Artem Sapegin <[email protected]>
Test: Fix integration tests

a6ce856b399b788413ae24eeb63cb6eb47a4e315 authored over 6 years ago by Artem Sapegin <[email protected]>
Feat: Use JSX for syntax highlight theme

* Get rid of css-loader and style-loader

BREAKING CHANGE:

* highlightTheme config option is no...

de5355b02935a5870c883770899eca851097272f authored over 6 years ago by Artem Sapegin <[email protected]>
Feat: CodeMirror → react-simple-code-editor

BREAKING CHANGE:

* editorConfig option is no longer available
* Remove code splitting and Bable...

e68ec7e54782d76f78b25c975962cb707f0ffff4 authored over 6 years ago by Artem Sapegin <[email protected]>
Feat: Highlight.js → Prism

BREAKING CHANGE:

* `highlightTheme` isn't deprecated anymore and defines Prism theme
* `editorC...

017614d2dbe9e97ef78c9b7a2ac487310420121d authored over 6 years ago by Artem Sapegin <[email protected]>
Fix: More bullet proof styles

max-width and background on body shouldn't break layout.

b66bd10665bc134135a8affbc807a01f92417b6c authored over 6 years ago by Artem Sapegin <[email protected]>
Fix: Restore support for evalInContext for custom slots (#1068)

Fixes #1067

6bf3bbbc91097548c3db7fda6606d67e0869bf19 authored over 6 years ago by kidkuro <[email protected]>
Fix: Add explicit recast dependency (#1062)

Because react-docgen-displayname-handler has it as a peer dependency

Closes #1061

4a64e8f59c3452efb8eaf3f58a3c82ec25c02910 authored over 6 years ago by everdimension <[email protected]>
Chore: Update basic example deps

baa42035220739a083801416c2a643d8ca4a1cf8 authored over 6 years ago by Artem Sapegin <[email protected]>
Changelog: 🚀

## New features

### Updated page per section option

New options that you can use in sections:
...

b800e65cf00b3ee92ffe26e7c23c16637f5568f6 authored over 6 years ago by Artem Sapegin <[email protected]>
Fix: Inherit font and font-weight from body

0a5f141aaa2f1ea32b6cbac889a6c760f2aa2b25 authored over 6 years ago by Artem Sapegin <[email protected]>
Feat: Add a user-configurable optional "version" indicator to the sidebar (#1043)

You can show a version number in the sidebar of your style guide like this:

```
const { vers...

7c20baf7a4d46ba992ebbaadc233d4183218102b authored over 6 years ago by Eemeli Aro <[email protected]>
Fix: Isolate CodeMirror styles (#1049)

Fixes #1047

4dd9d57204b7e090f1247da2554383eeec0c1e26 authored over 6 years ago by Maxim Sukharev <[email protected]>
Fix: Remove support of deprecated React root container ID (app) (#1045)

e21f32fca1df7e6d8e912169b56033e8cd2e128b authored over 6 years ago by Stepan Mikhaylyuk <[email protected]>
Chore: Update linters

bdbacefaf1caef5023d781b4423580c936594c50 authored over 6 years ago by Artem Sapegin <[email protected]>
Chore: Update deps

5f3d606651a3790ca6a94846f66b8b151e6f63a3 authored over 6 years ago by Artem Sapegin <[email protected]>
Chore: Update deps

007410024840e394147df3025b100b4ac2b7603b authored over 6 years ago by Artem Sapegin <[email protected]>
Feat: Add support for using glob patterns in arrays and functions (#1033)

`components` option (global one or inside a section) can now accept an array of glob pattern str...

ed7f864ababb64b0b85e638d3d44e843022d60a1 authored over 6 years ago by William Killerud <[email protected]>
Fix: Better Flow union props rendering (#1035)

3a1ee2ba187ef88415c36c0ae84376f2467561a2 authored over 6 years ago by Stepan Mikhaylyuk <[email protected]>
Feat: Add --open argument to open default browser on start (#932)

Run `npx styleguidist server --open` to run Styleguidist dev server and open it in the default b...

276995ae18d71ef657e06c5babe57ffe29a3e12a authored over 6 years ago by Rubén Moya <[email protected]>
Feat: Updated pagePerSection option, added usageMode and exampleMode options (#1040)

New options that you can use in sections:

* `sectionDepth` — Number of subsections with singl...

904fcafdc03da514a8b1b868f3796c0bdfb5406d authored over 6 years ago by Rafael Escala <[email protected]>
Fix: Lock react-docgen version to exactly 3.0.0-beta12 (#1041)

b525cfe7da07a27ce817fff14aa7278ea1392cc8 authored over 6 years ago by Eemeli Aro <[email protected]>
Docs: Simplify snapshot update command

233887f2c1ccdf43e6a02e915ba7a7eb7d1a307b authored over 6 years ago by Artem Sapegin <[email protected]>
Revert "Feat: Merge branch 'feat-page-per-section'"

This reverts commit 200debfcc25c1773152a2e21624990a6ff7d7968, reversing
changes made to 3bbe4f99...

eaaed8324ad77d467e66e08b182cc07b5b81ba6d authored over 6 years ago by Artem Sapegin <[email protected]>
Feat: Merge branch 'feat-page-per-section'

200debfcc25c1773152a2e21624990a6ff7d7968 authored over 6 years ago by rafaesc <[email protected]>
Chore: Update to Jest 23 (#1034)

3bbe4f99976c0d8f91dd24c820eb7b41c9f6ec84 authored over 6 years ago by Stepan Mikhaylyuk <[email protected]>
Fix: Keep deprecated headings strike-through on hover (#1029)

Fixes #1026

9bb3a95636dcfa6057c2409f7a3f00bb65df3dbf authored over 6 years ago by Rob Levin <[email protected]>
Fix: Drop componentWillReceiveProps and componentWillMount (#1030)

fc37c95d78a83bd1ca99e7c1b8aed4442340bdcd authored over 6 years ago by Stepan Mikhaylyuk <[email protected]>
Doc: Updated of according code reviews

aa34bfe32b7b13a4172e8db054737909ee6e2002 authored over 6 years ago by rafaesc <[email protected]>
Fix: Make h5 and h6 in Markdown look different from the body text (#1024)

04ebf05aefee716e9c23ed73351e2434abb213f5 authored over 6 years ago by Jason Miazga <[email protected]>
Fix: findSection for IE11 (#1004)

Fixes #1003

6add0e1383245748d5a6ad852ddfa0a83777ffa1 authored over 6 years ago by Rafael Escala <[email protected]>
Fix: Update react-docgen (#1022)

a36e39401dcda88e6a6a1662a7d34d2bf47b4e77 authored over 6 years ago by Stepan Mikhaylyuk <[email protected]>
Fix: code review of page per sections

e0842ff71e512b789b943f6ff34fcaf645ab1e0d authored over 6 years ago by rafaesc <[email protected]>
Docs: Add Maintainter guide (#1007)

488df510d2bde3565bf610d5c903223b57972a04 authored over 6 years ago by Artem Sapegin <[email protected]>
Docs: Fix missed argument in updateDocs config method (#1012)

411a265e7dbe463ff47035d93f190a1a09c20065 authored over 6 years ago by Ilnur Khalilov <[email protected]>
Fix: Use latest ecmaVersion parsable by Acorn (#1005)

8f143e1f05b88dde192232d533ec5a68aa3b5ecd authored over 6 years ago by Jason Quense <[email protected]>
Docs: Added pagePerSection docs

393f910bb99ea16cd44e72ff344c4017c5f54056 authored over 6 years ago by rafaesc <[email protected]>
Chore: Update deps

c918a9c9d8286b86708a2cba9f6d9b81868253da authored over 6 years ago by Artem Sapegin <[email protected]>
Fix: serverPort can't be string (#999)

9a4bcff142bedbd07966ab71b8a391819071e460 authored over 6 years ago by Dimitri KOPRIWA <[email protected]>
Chore: Update Cypress config for a new version

17855178c092454d69bc29bb8adfeb9190eef5ff authored over 6 years ago by Artem Sapegin <[email protected]>
Fix: Allow NODE_PORT environmental variable tor change the serverPort (#995)

1a8f8318d8a55fb61fdcae090a862e0bff94d408 authored over 6 years ago by Dimitri KOPRIWA <[email protected]>
Fix: Updated with reviews

ad5b8b2cf0cf6e4f17f4af34cd3031fc284f992e authored over 6 years ago by rafaesc <[email protected]>
Revert "Test: Added getUrl tests"

This reverts commit fa145b30dd2950a1e7ce7f508545160732c20837.

a1f3903827a4bfda4d65700c8d258d2360e300d3 authored over 6 years ago by rafaesc <[email protected]>
Test: Added getUrl tests

fa145b30dd2950a1e7ce7f508545160732c20837 authored over 6 years ago by rafaesc <[email protected]>
Test: Added tests

d0a0a0c4b5c1158b1c6b678800175e7c98c9c34c authored over 6 years ago by rafaesc <[email protected]>
Feat: Added links in .md examples

e61caf19eb1c76056754edd990c04c7bb80c2aa1 authored over 6 years ago by rafaesc <[email protected]>
Feat: Added not found page

e3c0c97ce678a934eed803f8edcdac3cd62413ac authored over 6 years ago by rafaesc <[email protected]>