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: Add debug logging for Acorn parsing errors

21489556c04c9517f1423e8867a0a81402bbd752 authored about 6 years ago by Artem Sapegin <[email protected]>
Docs: Remove react-scripts-ts

c4ca1bbe357fb71d6c0deef8dd8461cc445c027e authored about 6 years ago by Artem Sapegin <[email protected]>
Merge branch 'next'

34f3c83e769542157c72d0e055ad8850d22b6001 authored about 6 years ago by Artem Sapegin <[email protected]>
Fix: Allow custom styling for prop names and types (#1211)

Closes #1205

8f4ab01dafe8e4f02fb6883c969d89c74ab8dd3d authored about 6 years ago by Joan Mira <[email protected]>
Chore: Only run release and documentation on master branch (#1202)

bf72b4badcab0b8a9f703eec9fd9d142e32c5cc9 authored about 6 years ago by Barthélémy Ledoux <[email protected]>
Fix: Upgrade react-docgen to 3.0.0-rc.2 (#1200)

Closes #1177

0e0eaf3aed1bc24d6f511e625fc117af55f3df75 authored about 6 years ago by macintoshhelper <[email protected]>
Fix: Highlight currently selected page on sidebar (#1195)

0faa201370293af0620d36f5ae34dc8e6191e0c4 authored about 6 years ago by Rui Botto <[email protected]>
Docs: Fix pagePerSection example code syntax (#1197)

ac7e82c132f49e5c0141a576f68f7890049ec8d5 authored about 6 years ago by Rongjian Zhang <[email protected]>
Refactor: Improve default/named module resolution in example

e05cb19d77ff6397e4a630f93da60b8b0421d118 authored about 6 years ago by Artem Sapegin <[email protected]>
9.0.0-beta2

e032df513ebc19952ea7fef27d1aa12f86bf7fbf authored about 6 years ago by Artem Sapegin <[email protected]>
Fix: Mixed named/default imports in examples

import a, {b} from 'a'

2ffd8dbd22d0cfb10e14979546e2a076ecd574be authored about 6 years ago by Artem Sapegin <[email protected]>
Chore: Tweak Babel config

* Move browserslist to package.json
* Enable loose mode
* Disable commonjs for clientside functi...

9312ecb8b58148a7918d772cf46a6d81f22afe2d authored about 6 years ago by Artem Sapegin <[email protected]>
Fix: Improve error message on error in example code

Don't mention internal StateHolder holder component.

f25c6cbc3006f014ec782cecb754f7399062c77d authored about 6 years ago by Artem Sapegin <[email protected]>
Fix: Replace Generated with Created in the footer

Generated with React Styleguidist → Created with React Styleguidist

3f5f6fee41bc96892e6cc414dece71b48a0a6ce3 authored about 6 years ago by Artem Sapegin <[email protected]>
Fix: Add syntax highlight for diff language

Fixes #1212

f03dfad8d67eee2e0197534f7a12fc5d31a56339 authored about 6 years ago by Artem Sapegin <[email protected]>
Fix: Allow custom styling for prop names and types (#1211)

Closes #1205

53036832b6b9915ee93f42cf23f39ffbd6206762 authored about 6 years ago by Joan Mira <[email protected]>
9.0.0-beta1

91219ba7ba8ee8e325b906005bb5f6fe0af5009b authored about 6 years ago by Artem Sapegin <[email protected]>
Test: Update snapshot after Buble downgrade

2651bd1b638ca751fae86bee78ababc99041677e authored about 6 years ago by Artem Sapegin <[email protected]>
Fix: Downgrade Buble because of the increased bundle size

https://github.com/Rich-Harris/buble/issues/171

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

5bd42a3ff90588beed47e0829ff14dbf9cf21a66 authored about 6 years ago by Artem Sapegin <[email protected]>
Chore: Only run release and documentation on master branch (#1202)

78db4281a915474aa8b4edc0c8883d3e2f93335e authored about 6 years ago by Barthélémy Ledoux <[email protected]>
Fix: Upgrade react-docgen to 3.0.0-rc.2 (#1200)

Closes #1177

e23cc8de13bdd81ebecd9762cbcab56846158ccf authored about 6 years ago by macintoshhelper <[email protected]>
Fix: Highlight currently selected page on sidebar (#1195)

6639684329163e4cdea5c7c1bde76ffd08705a5b authored about 6 years ago by Rui Botto <[email protected]>
Docs: Fix pagePerSection example code syntax (#1197)

3aa6ff10fb605da8d20bbe09a9caf9cb49b7aeee authored about 6 years ago by Rongjian Zhang <[email protected]>
Docs: loaders → rules

38445adfc7e7db553a1bf089fbbbd36e61247668 authored about 6 years ago by Artem Sapegin <[email protected]>
Docs: Make webpack config docs more clear (#1193)

Closes #1192.

de3ff806aee70c7abac9b76193d87e6ebd3951f0 authored about 6 years ago by Artem Sapegin <[email protected]>
Chore: Add a comment how to analyze webpack bundle

84be452bb86314ca6d1a1baafd43d3104bd967d1 authored about 6 years ago by Artem Sapegin <[email protected]>
Docs: Fix customised example

5c3502978d7084fd83f53c8f0b53cf70651f0878 authored about 6 years ago by Artem Sapegin <[email protected]>
Docs: How to change syntax highlighting colors?

c270966153d499939823d2972fc99f5cf4f4d831 authored about 6 years ago by Artem Sapegin <[email protected]>
Test: Fix tests and lint warnings

a0f37f10c7da24898f09ae7b1792eb07149bb345 authored about 6 years ago by Artem Sapegin <[email protected]>
Fix: Use aliased import to allow for custom ReactExample (#1190)

d55a3cce73ba059aa4a40fe8e55adf5860ea02b4 authored about 6 years ago by Ed Mortlock <[email protected]>
Fix: Support Component/index.js in the default getExampleFilename (#1185)

Fixes #1169

545b466c4461021ac7220504b8d61b4bb62573c2 authored about 6 years ago by DavidHenri008 <[email protected]>
Fix: Upgrade markdown-to-jsx

Closes #1181

36eee09b33e46da9e7ba09a3da9b0355dd5f8ceb authored about 6 years ago by Artem Sapegin <[email protected]>
Docs: Add docz to other projects section (#1184)

4c078b00447bae58981d904a2b5e76ff80e5bc38 authored about 6 years ago by Marcos Vinicius Bérgamo <[email protected]>
Docs: Mention that we ignore webpack TerserPlugin

8320f23fa669376bd2ab4d8d810ac2b2372abe6b authored about 6 years ago by Artem Sapegin <[email protected]>
Feat: UglifyJsPlugin → TerserPlugin

Replace unmaintained uglify-es with terser.

Original commit by @derz — #1178

Closes #1175

37e7c54d7c85563554cad02aaa35309ab875bf57 authored about 6 years ago by Artem Sapegin <[email protected]>
Test: Update tests

da949e6e785385a48f679364fc82e0a7aa1d3519 authored about 6 years ago by Artem Sapegin <[email protected]>
Fix: Fix webpack warnings

81692cde975bdd6e94185fa87d308545b048e240 authored about 6 years ago by Bart Ledoux <[email protected]>
Feat: Drop webpack 3 support (#1023)

BREAKING CHANGE:

webpack 3 is no longer supported, webpack 4 is the minimum required version

5e8f34b797fc999abe25ccb20669b1911f0f5f0a authored about 6 years ago by Stepan Mikhaylyuk <[email protected]>
Docs: Update CRA example to CRA 2

f2dbb5612e0ca49c7a99d35674d6eaf7608e055c authored about 6 years ago by Artem Sapegin <[email protected]>
Fix: Use aliased import to allow for custom ReactExample (#1190)

08486758c87ded1f97e14dcef10ef89c9f186389 authored about 6 years ago by Ed Mortlock <[email protected]>
Fix: Support Component/index.js in the default getExampleFilename (#1185)

Fixes #1169

e59671d4d4f1d57e89e5d731942d616458f492b4 authored about 6 years ago by DavidHenri008 <[email protected]>
Fix: Upgrade markdown-to-jsx

Closes #1181

56af35052cb5b3f5b35c4a9e9040ab12383c0a9e authored about 6 years ago by Artem Sapegin <[email protected]>
Docs: Add docz to other projects section (#1184)

5911c68d9a8382c5db7730318871b53b5f5ba460 authored about 6 years ago by Marcos Vinicius Bérgamo <[email protected]>
Changelog: 🚀

## Breaking changes

### Drop webpack 3 support

Webpack 3 is no longer supported, webpack 4 is ...

8e79531cc95a075b8a7580826ac8ca35b000eb59 authored about 6 years ago by Artem Sapegin <[email protected]>
Chore: Update deps

96d28f21ee2af2113c6679acce546ade90cbe7aa authored about 6 years ago by Artem Sapegin <[email protected]>
Docs: Mention that we ignore webpack TerserPlugin

52c7017578f7d8fc57a3cb2e79395c963df6ab02 authored about 6 years ago by Artem Sapegin <[email protected]>
Feat: UglifyJsPlugin → TerserPlugin

Replace unmaintained uglify-es with terser.

Original commit by @derz — #1178

Closes #1175

8b7cb42598ddd71466228492885481be50ee4a6d authored about 6 years ago by Artem Sapegin <[email protected]>
Test: Update snapshots

4f91451a19142c3419b887b638ab33a48daaee23 authored about 6 years ago by Artem Sapegin <[email protected]>
Test: Update tests

dc6f718fea7fe6c71fd0911cc00523a2010f9446 authored about 6 years ago by Artem Sapegin <[email protected]>
Fix: Fix webpack warnings

ffd8adb548837d41827dd3d8fc493e029ad4a98b authored about 6 years ago by Bart Ledoux <[email protected]>
Chore: Fix Flow

63d72efa49198477442cff80482f306bd6714971 authored about 6 years ago by Artem Sapegin <[email protected]>
Feat: Drop webpack 3 support (#1023)

BREAKING CHANGE:

webpack 3 is no longer supported, webpack 4 is the minimum required version

621c2c6359ca23b918dc6ad015f086db5dc7c7ad authored about 6 years ago by Stepan Mikhaylyuk <[email protected]>
Docs: Update CRA example to CRA 2

608c58271e1b3919b358d08b01c39b8877d440e5 authored about 6 years ago by Artem Sapegin <[email protected]>
Fix: Lock Buble version to use the same Acorn version that is used in Styleguidist

70ee34608156e49eb6b3bbbe4651e23701f81c5f authored about 6 years ago by Artem Sapegin <[email protected]>
Chore: Update ora

60e13651806f3093177ec2f2c5c855944257149e authored about 6 years ago by Artem Sapegin <[email protected]>
Chore: Update deps

4dd1a6fca2ba1dad8d9b8b7d9772cbd51b2c6f28 authored about 6 years ago by Artem Sapegin <[email protected]>
Docs: Upgrade examples/react-native to Babel 7 (#1174)

f65e34a8476764dbe22e27e32f3518a3508933fe authored about 6 years ago by Anirud Samala <[email protected]>
Docs: Fix typo (#1173)

eb7de661d431c6f1c0860042f63578703707c110 authored about 6 years ago by pushpinder107 <[email protected]>
Docs: Upgrade examples/react-native to Babel 7 (#1174)

d13381d8db5f8c072950ff08a323cac34f60fab7 authored about 6 years ago by Anirud Samala <[email protected]>
Docs: Fix typo (#1173)

9f7198682fcf6ea1f2aaa1fb3adb106eac4ac3f5 authored about 6 years ago by pushpinder107 <[email protected]>
Fix: Add generated IDs to markdown headings (#833) (#1163)

82f22d217044dee6215e60696c39791ee168fc14 authored over 6 years ago by William Killerud <[email protected]>
Fix: Allow assetsDir to be an array (#1167)

11e1138a648220d6bae3dfd4784e6a990a5fa557 authored over 6 years ago by Dario Merz <[email protected]>
Fix: Do not render an empty props table for TypeScript projects (#1158)

4522dd9c90ff833312e4be4d732984f4727debf9 authored over 6 years ago by Teddy Bradford <[email protected]>
Docs: Fix link to "Create React App with TypeScript" section (#1154)

90082d51c755be1a454ea8fef7bafdb54fc243f6 authored over 6 years ago by Teddy Bradford <[email protected]>
Chore: Allow chunkify to accept other extensions than js, jsx and html (#1140)

dddf24086a116534b2b75874d7ce7fdba26156f0 authored over 6 years ago by Barthélémy Ledoux <[email protected]>
Fix: Regression: component patterns return nothing on Windows (#1133)

472693222fd7d3ca3e2ae2f6c9080b264f13797e authored over 6 years ago by Barthélémy Ledoux <[email protected]>
Fix: Add inline-scroll on props table (#1131)

a3ed0826a2bd4cea50287345bcb930fe7f7230c9 authored over 6 years ago by Dario Merz <[email protected]>
Fix: Fix duplicated components with default glob on windows (#1128)

Closes #1127

1a9610c802c97e3bb43a99511e4c5a11ecba5f5d authored over 6 years ago by Barthélémy Ledoux <[email protected]>
Chore: Format

b21cc1e033940748bffb657e303a69d685904a35 authored over 6 years ago by Artem Sapegin <[email protected]>
Fix: Allow pathline to wrap (#1125)

The "Pathline" breaks the responsive view if it gets too long as there will be a horizontal scro...

d915503bad9157c1a91fc512988279eb51fdf892 authored over 6 years ago by Dario Merz <[email protected]>
Docs: More Lick → Click 😋

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

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

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

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

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

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

Closes #991

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

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

Closes #1102

9edf5968251e58843d4d367362cf91781d705838 authored over 6 years ago by MrKou47 <[email protected]>
Docs: Fix anchor name (#1100)

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

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

Simplify code a bit.

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

36ca2c6eddc04ad9c61320d9988ce3b33bcc6801 authored over 6 years ago by Rafael Escala <[email protected]>
Fix: Make slot components overridable (#1087)

Fixes #1070

5d15fdc53dde725dd1435938f910f3b05f6ffb78 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...

33a1202ddce9a2eb84465b7f1c580fb813014ae0 authored over 6 years ago by Stepan Mikhaylyuk <[email protected]>
Fix: Allow assetsDir to be an array (#1167)

670767555b5e1341ed0eec263352f93108f741bd authored over 6 years ago by Dario Merz <[email protected]>
Fix: Do not render an empty props table for TypeScript projects (#1158)

ee5c66475dd88b442050833522ee3fcbf7bff969 authored over 6 years ago by Teddy Bradford <[email protected]>
Docs: Fix link to "Create React App with TypeScript" section (#1154)

b6bbf805c10e434d7c7a9dbbb5182affe038784c authored over 6 years ago by Teddy Bradford <[email protected]>
Feat: Import aliases (#1142)

Closes #1076

Add new config option `moduleAliases` to define aliases for modules, that you ca...

8577559900ea7707f208cb522130e60e8e0fdef1 authored over 6 years ago by Artem Sapegin <[email protected]>
Chore: Allow chunkify to accept other extensions than js, jsx and html (#1140)

d4be4f5196cd60f68aea09aa1b8017b6aedcf395 authored over 6 years ago by Barthélémy Ledoux <[email protected]>
Chore: Add eslint-plugin-jsx-a11y (#1138)

Part of #879

08a9133b22fd481572859c9596907bb2c1d77cec authored over 6 years ago by Agata <[email protected]>
Fix: Regression: component patterns return nothing on Windows (#1133)

0e6e95a6ff05828899ea11da4f7a36fa1817e483 authored over 6 years ago by Barthélémy Ledoux <[email protected]>
Fix: Fix imports false positives (#1130)

4f932ac100dda64a4226adf8d34d278bd0bd0826 authored over 6 years ago by Artem Sapegin <[email protected]>
Fix: Add inline-scroll on props table (#1131)

5263b271e373ce70e4e7b362b8c8ba2c74275e73 authored over 6 years ago by Dario Merz <[email protected]>
Chore: Lint-staged 8 beta

18f874a608ea9a714efdd19a6198d7a1988cdfbe authored over 6 years ago by Artem Sapegin <[email protected]>
Fix: Fix duplicated components with default glob on windows (#1128)

Closes #1127

a7a6cf410060244f5157b80d3be7d4f12ab10e09 authored over 6 years ago by Barthélémy Ledoux <[email protected]>
Fix: Allow pathline to wrap (#1125)

The "Pathline" breaks the responsive view if it gets too long as there will be a horizontal scro...

087e7b8549d82fb7d29cd14e1a038e68560d4894 authored over 6 years ago by Dario Merz <[email protected]>
Chore: Try to run Flow on CI

e776247f792fb0349ed2282d3b80a2e6d0fedad5 authored over 6 years ago by Artem Sapegin <[email protected]>
Chore: Fix Flow

ffbe72857b0b6c53bbceae70eee1a6c8ce03b586 authored over 6 years ago by Artem Sapegin <[email protected]>