Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Docz

✍🏻It has never been so easy to document your things!
Collective - Host: opensource - https://opencollective.com/docz - Code: https://github.com/pedronauck/docz

fix(docz-core): forward cli status code properly (#1319)

github.com/doczjs/docz - 99ebf824e3f50a092574bdfc25780aeeb813bee1 authored about 5 years ago by Ayoub Adib <[email protected]>
feat(docz-core): allow custom pattern for globbing components with docgenConfig.searchPatterns (#1316)

github.com/doczjs/docz - 29e016569a25c814997fbabef8a919c99ed22e7e authored about 5 years ago by Benedikt Rötsch <[email protected]>
feat(docz-core): support kebab & pascal case component file name pattern (#1314)

github.com/doczjs/docz - 9d5b12983c1f40ffd3bfa5c3debb4ca8448db3fc authored about 5 years ago by Benedikt Rötsch <[email protected]>
v2.3.0-alpha.1

github.com/doczjs/docz - 5fc05276b867a636c096c4c05d4f19585e07357f authored about 5 years ago by rakannimer <[email protected]>
chore(docz-core): prettier fix

github.com/doczjs/docz - 47b2b537057a5c8f46d94d2b4086693eae751f9a authored about 5 years ago by rakannimer <[email protected]>
feat(docz-utils): export mergeWith and get from lodash@4

#1313

github.com/doczjs/docz - 53fbde02fa7b2855ca7bcf550d9716ec34189aab authored about 5 years ago by rakannimer <[email protected]>
fix(docz-core): use docz-utils for get and mergeWith

github.com/doczjs/docz - f22208322cc0ab3b264ddc0c98413ca5f1f2110e authored about 5 years ago by rakannimer <[email protected]>
fix(docz-core): properly support node_modules for multiple file patterns (#1315)

* fix(docz-core): properly support node_modules for multiple file patterns

* fix: add check f...

github.com/doczjs/docz - 4d9f9b37c26d0d730274fe410042ce91c65c0fae authored about 5 years ago by Benedikt Rötsch <[email protected]>
docs: temporarily add typescript flag in config

#1318

github.com/doczjs/docz - 13b11093d2d538b954d5f0dda816dcc098fc0cc5 authored about 5 years ago by rakannimer <[email protected]>
v2.3.0-alpha.0

github.com/doczjs/docz - e729270266662cda26079c75d0565d1b401f8d46 authored about 5 years ago by rakannimer <[email protected]>
feat(docz-core): detect typescript without config

Checks for a tsconfig.json file to initialize config.typescript

Can be overridden by user

github.com/doczjs/docz - bbaecb201b8dfa9147a4b47a2767a57a1feaf1de authored about 5 years ago by rakannimer <[email protected]>
docs: update styled-components example to work without a wrapper

Before 2.2.1-alpha.1 SC components needed to be wrapped by a function or class components to be ...

github.com/doczjs/docz - 64d05e9228bdbad6b3ab7d88bf42b0e8aa6f1a93 authored about 5 years ago by rakannimer <[email protected]>
v2.2.1-alpha.1

github.com/doczjs/docz - a913102070fcc2789744eac2be1be522a5aeffc9 authored about 5 years ago by rakannimer <[email protected]>
fix(docz-core): add native styled-components support

A react-docgen resolver can be passed via the doczrc config

If one is not provided we used to d...

github.com/doczjs/docz - b072f78c86dc7fe47dcb107b04e56135253256a8 authored about 5 years ago by rakannimer <[email protected]>
v2.2.1-alpha.0

github.com/doczjs/docz - fc595967115758578ba902d80e31e2e68d40d852 authored about 5 years ago by rakannimer <[email protected]>
chore: stricter precommit check

github.com/doczjs/docz - d44b42b9b5472c78fa0ace645f9277c1b542e4ca authored about 5 years ago by rakannimer <[email protected]>
ci: delete unused variable

github.com/doczjs/docz - 3c018ea00367567bc9b02e2d00c32457ef5d5971 authored about 5 years ago by rakannimer <[email protected]>
fix(gatsby-theme-docz): fix mdx components theming from config

Replaces MDXProvider with ThemeProvider

Allows customization of all mdx components from themeCo...

github.com/doczjs/docz - 3a9bdb77d6e4c5b311c477404b2f1c93f936ee03 authored about 5 years ago by rakannimer <[email protected]>
chore(docz-core): remove useless argument prefixPaths

gatsby reads the prefixPath from gatsby-config

It requires only --prefix-paths to be passed to...

github.com/doczjs/docz - 480253109718f2cb3231c48f89c19e92e423707a authored about 5 years ago by rakannimer <[email protected]>
v2.2.0

github.com/doczjs/docz - 20c6653816fe4ceed961a10771f003e611c5f491 authored about 5 years ago by rakannimer <[email protected]>
v2.2.0-alpha.8

github.com/doczjs/docz - 3f751348147769ae06a6627709dcfcb9ea0cd9f7 authored about 5 years ago by rakannimer <[email protected]>
feat(gatsby-theme-docz): add optional iframe for preview and ed… (#1305)

* feat(gatsby-theme-docz): add optional iframe for preview and editor

* feat(gatsby-theme-doc...

github.com/doczjs/docz - 9c5082e3f421743446330c8409f426d15316cdee authored about 5 years ago by Rakan Nimer <[email protected]>
v2.2.0-alpha.7

github.com/doczjs/docz - 8d1ae9ebedd476ea587f101b5f20a38cff1067ce authored about 5 years ago by rakannimer <[email protected]>
fix(gatsby-theme-docz): fix infinite renders in playground on hot reload

Reported in issue #1299

github.com/doczjs/docz - 3451fd1313142b94b220365e1cefe5fa6ca24dab authored about 5 years ago by rakannimer <[email protected]>
chore: fix monorepo + ts example by adding tsconfig

github.com/doczjs/docz - 8049cf7ae6d375afe35a232fdd605cbd398db97c authored about 5 years ago by rakannimer <[email protected]>
Update example to use correct Regexp (#1300)

`[w-]*` means to match `w` character literally or `-` character, zero or unlimited times.

So ...

github.com/doczjs/docz - 0791852183d1fd0a849ffefc01bb58e124d0df33 authored about 5 years ago by Filippo Sarzana <[email protected]>
v2.2.0-alpha.6

github.com/doczjs/docz - 87cb335d28fff471c887c773a2c51bf0bc0c1e2a authored about 5 years ago by rakannimer <[email protected]>
fix(gatsby-theme-docz): fix horizontal code overflow

github.com/doczjs/docz - a0b7823bd1133f444972877c3d51757668118272 authored about 5 years ago by rakannimer <[email protected]>
chore: simplify basic example

github.com/doczjs/docz - b55af245f49224a5e4fa05b6044474388a21bcb7 authored about 5 years ago by rakannimer <[email protected]>
docs: typo

github.com/doczjs/docz - 398f5a284912be47919aa0b835db8b1fba55b681 authored about 5 years ago by Rakan Nimer <[email protected]>
docs: add example for writing and consuming docz themes

github.com/doczjs/docz - 715dabc6faa7cff1a22a38c085b63b710cc6e71c authored about 5 years ago by rakannimer <[email protected]>
docs: add docz + algolia example (#1293)

* docs: initial

* docs: add .env.example

* docs: add post indexing

* docs: completed and test...

github.com/doczjs/docz - 7cadf1c67dc49b99e66d4b0e4372f7c8b69ca7c6 authored about 5 years ago by Rakan Nimer <[email protected]>
docs: add js + ts decorators example (#1296)

JS : examples/with-decorators
TS : examples/with-typescript-decorators

github.com/doczjs/docz - 7f90938b23595434c931bbbf3015ceea377dfed0 authored about 5 years ago by Rakan Nimer <[email protected]>
v2.2.0-alpha.5

github.com/doczjs/docz - a8452528ed34625ccc38e45cd88dd21042c814c1 authored about 5 years ago by rakannimer <[email protected]>
fix(gatsby-theme-docz): fix tsx parsing in code blocks

react-live depends on [email protected] which fails at parsing tsx

Added explicit dep...

github.com/doczjs/docz - b321ff8e23b5a102f944587f1b0e5a82b13d926a authored about 5 years ago by rakannimer <[email protected]>
v2.2.0-alpha.4

github.com/doczjs/docz - 47e55ad705ef033ed5fa0acfb94b6ec5561c9fd5 authored about 5 years ago by rakannimer <[email protected]>
feat(gatsby-theme-docz): add showMarkdownEditButton flag

fixes #1291

github.com/doczjs/docz - 8fd04e8a664421e9aa3192a59fa9a729bd198628 authored about 5 years ago by rakannimer <[email protected]>
v2.2.0-alpha.3

github.com/doczjs/docz - e8e86fc99005124f2d72e6cc00c0b48c36683258 authored about 5 years ago by rakannimer <[email protected]>
fix(docz-core): re-sync .docz on build

github.com/doczjs/docz - dfd426236b02e690762e5060f9e1527eead2b817 authored about 5 years ago by rakannimer <[email protected]>
v2.2.0-alpha.2

github.com/doczjs/docz - 68c13e111c4714b28993867e694dd450044244fd authored about 5 years ago by rakannimer <[email protected]>
feat(docz-core): copy .env

github.com/doczjs/docz - 51f7027a739724d5e9bc18f7fe88d87e17c5d2f2 authored about 5 years ago by rakannimer <[email protected]>
chore(docz-core): check source before copying in copyDoczRc

github.com/doczjs/docz - 432ea08c0e419058cd7a927659739c6b6183725a authored about 5 years ago by rakannimer <[email protected]>
fix(docz-core): log errors that happen in gatsby-config

github.com/doczjs/docz - fe1e2da92471e0843880712e35b93a981856e32d authored about 5 years ago by rakannimer <[email protected]>
docs: add docz with custom links example

github.com/doczjs/docz - c0dc74da8e1150fce58f3f55c65e0cfaf74deb8d authored about 5 years ago by rakannimer <[email protected]>
v2.2.0-alpha.1

github.com/doczjs/docz - 1f5c56365f58422eb7a9ad127d84a74e79c2923f authored about 5 years ago by rakannimer <[email protected]>
feat(docz-core): add all gatsby node apis to generated gatsby-node

Reference : https://www.gatsbyjs.org/docs/node-apis

#1285

github.com/doczjs/docz - 918b44cb4d8a48cac74290cc879140d59ddb0ed0 authored about 5 years ago by rakannimer <[email protected]>
chore: untrack ignored files

github.com/doczjs/docz - d5dff18415710ad0b92ab424ed2a5b4d57925020 authored about 5 years ago by rakannimer <[email protected]>
fix(gatsby-theme-docz): remove typo from the theme styles

github.com/doczjs/docz - a25da888de8c6fd6b69edc6f5d74a655a27e9e45 authored about 5 years ago by Mauricio Palma <[email protected]>
chore: build, lint and test before release:next

github.com/doczjs/docz - a41725378fd3970651b3ecd0e53f09acc1011c58 authored about 5 years ago by rakannimer <[email protected]>
v2.2.0-alpha.0

github.com/doczjs/docz - f09d74334b5b8ab1376d5321c105f1a5545b32e7 authored about 5 years ago by rakannimer <[email protected]>
chore: add release + promote next scripts

github.com/doczjs/docz - f0c1b682e013560839130ed3cab890ff396e96c0 authored about 5 years ago by rakannimer <[email protected]>
feat(docz-core): recommend commands on typo (#1282)

github.com/doczjs/docz - 0f8430d0b9afd46cf6ea30b92d1498cf39809383 authored about 5 years ago by James George <[email protected]>
docs: update gatsby-remark-vscode example tutorial

github.com/doczjs/docz - 2fc18150cd0a1c04dca7322db6c134f4e998007d authored about 5 years ago by Rakan Nimer <[email protected]>
docs: add gatsby-remark-vscode example

github.com/doczjs/docz - c31608a372b21e6c216ff8709506027da0b419c4 authored about 5 years ago by rakannimer <[email protected]>
fix(gatsby-theme-docz): set gatsby root from doczrc src

github.com/doczjs/docz - e6b1521c82e99cb01b390402f566e956a61f21f5 authored about 5 years ago by rakannimer <[email protected]>
v2.1.1

github.com/doczjs/docz - d2fe8bbbb653d50a96c38624aa8023ff76092abf authored about 5 years ago by rakannimer <[email protected]>
fix(docz-core): prepend dot to default mdx extensions

github.com/doczjs/docz - 18f78d67090ab37b79b1feea4c1f086543c13ba8 authored about 5 years ago by rakannimer <[email protected]>
v2.1.0

github.com/doczjs/docz - 6847b0235180c10c54c249ba91d31322d88511bb authored about 5 years ago by rakannimer <[email protected]>
feat(docz-core): add mdxExtensions to config

github.com/doczjs/docz - 77b84e8c38a52aafee8d99b633bb125bef109eed authored about 5 years ago by rakannimer <[email protected]>
feat(gatsby-theme-docz): use mdxExtensions from config

in gatsby-plugin-mdx

github.com/doczjs/docz - 7d405c59421abd64ade316e428fd2e9f0dc9cd09 authored about 5 years ago by rakannimer <[email protected]>
fix(gatsby-theme-docz): allow empty ts prop defaultValue

github.com/doczjs/docz - 2512aa1128e7cf031eb3d4f25128da93d5f62158 authored about 5 years ago by rakannimer <[email protected]>
fix(docz): remove lowercasing of enum ts prop type

github.com/doczjs/docz - 8f7b9491cf1572f59388b47ad8f94158a65dd3ab authored about 5 years ago by rakannimer <[email protected]>
feat(docz): spread remaining props to Props component (#1276)

This commit spreads the remaining props to the user provided `Props`
component. This way, the u...

github.com/doczjs/docz - 531244f24e42379b91ac96c6b8d6fa3439074216 authored about 5 years ago by Kristofer Selbekk <[email protected]>
2.0.0

* docs: update examples and readme docz version

* chore: bump all packages and dependencies t...

github.com/doczjs/docz - bbe780c9e7339097dc92724c4eab7c3029391bc0 authored about 5 years ago by Rakan Nimer <[email protected]>
fix(gatsby-theme-docz): fix min-height

github.com/doczjs/docz - 34fc31f382611201978290fac4c4ace4d3196827 authored about 5 years ago by rakannimer <[email protected]>
docs: add playground to material-ui example

github.com/doczjs/docz - feb98cb1de42bd28b52c39efcec9415b715f04f6 authored about 5 years ago by rakannimer <[email protected]>
v2.0.0-rc.77

github.com/doczjs/docz - b9b55169a07469b7122e3936dc99058aaa267bc0 authored about 5 years ago by rakannimer <[email protected]>
docs: update material-ui example

github.com/doczjs/docz - 5021a7c582ef4733593dc1a447a25030e8811b81 authored about 5 years ago by rakannimer <[email protected]>
fix(gatsby-theme-docz): remove webpack custom module resolution… (#1275)

* ci: remove gatsby->docz-core dep. Add docz to gatsby example

* fix(gatsby-theme-docz): remo...

github.com/doczjs/docz - 14580ec4b0dc7f8d975d5565a3d313548c0c6fad authored about 5 years ago by Rakan Nimer <[email protected]>
Revert "fix(gatsby-theme-docz): fix faulty webpack resolution"

This reverts commit 3c2d6eb23ef6ae1d4e19db6355fe856ce1e50490.

github.com/doczjs/docz - c0e7109f6735df206b932ea5256dd8a8ece30085 authored about 5 years ago by rakannimer <[email protected]>
fix(gatsby-theme-docz): fix faulty webpack resolution

#1102 by @aleksandervalle

github.com/doczjs/docz - 3c2d6eb23ef6ae1d4e19db6355fe856ce1e50490 authored about 5 years ago by rakannimer <[email protected]>
v2.0.0-rc.76

github.com/doczjs/docz - bb0a111a9bf4e9078deb5491a5994e77c1bbdc7c authored about 5 years ago by rakannimer <[email protected]>
chore: remove scheduler dep in examples

github.com/doczjs/docz - 09ba0ab5d12fea3bdde85184532fd4f739b8c7a4 authored about 5 years ago by rakannimer <[email protected]>
fix(gatsby-theme-docz): fixes large apps reload perf

Use createPages only on start.
Stops completely re-creating all pages on every file change.

github.com/doczjs/docz - dad228fff5cbe4c9f989d96a16f8f3c598b98bea authored about 5 years ago by rakannimer <[email protected]>
fix(gatsby-theme-docz): fix can't read route of undefined

github.com/doczjs/docz - fac6bbb43e29d35e8d6cf634bbfa78c69a3f844c authored about 5 years ago by rakannimer <[email protected]>
docs: add favicon and metadata example

github.com/doczjs/docz - 7711a20829ba4650de339113ba2fd8a02d2de366 authored about 5 years ago by rakannimer <[email protected]>
feat(gatsby-theme-docz): add jsxFrag pragma (#1269)

If a component is specifying a jsx pragma and is using `<></>` Fragment shorthand, they must als...

github.com/doczjs/docz - e52340b0504fad1ee4caafa3407e0872627cb124 authored about 5 years ago by Mike Kruk <[email protected]>
fix(gatsby-theme-docz): fix search svg icon in firefox #1262

github.com/doczjs/docz - de00a1e8cb2f6b5461f2cbb4c219e685783c8193 authored about 5 years ago by rakannimer <[email protected]>
docs: add logo in sidebar example

github.com/doczjs/docz - 06c89e70f579c1c0d4a20ecd64dd9f851e84e8cb authored about 5 years ago by rakannimer <[email protected]>
v2.0.0-rc.75

github.com/doczjs/docz - 3064af431b5155b5823f926c8272b99a47ffa333 authored about 5 years ago by rakannimer <[email protected]>
fix(docz-core): ignore test files (#1259)

This change adds a regex that ignores test files by default.

github.com/doczjs/docz - 8e56c6a6a4ab747d60fb493ca911483da744ba4f authored about 5 years ago by Kristofer Selbekk <[email protected]>
fix(gatsby-theme-docz): sidebar mobile position (#1258)

github.com/doczjs/docz - 8f8724b8d42715bfa6d85aaf0d5798783580884e authored about 5 years ago by Mickael Zhang <[email protected]>
style: update Playground margin (#1257)

github.com/doczjs/docz - e6d88d944a16be3b7612004e83231c7b22611207 authored about 5 years ago by Mickael Zhang <[email protected]>
v2.0.0-rc.74

github.com/doczjs/docz - 427b38105ebb2dc492577451642583fb93ced21d authored about 5 years ago by rakannimer <[email protected]>
feat(docz-core): copy eslint config to .docz (#1254)

github.com/doczjs/docz - 661755b2574cefe5973f5ed9f37341a28e1e6d58 authored about 5 years ago by Rakan Nimer <[email protected]>
fix(gatsby-theme-docz): ignore the .git folder (#1251)

With this change, the git folder is ignored, improving the developer experience quite a bit :)

github.com/doczjs/docz - 62ff4f46376ba756e6da0690d3b56811b4c966be authored about 5 years ago by Kristofer Selbekk <[email protected]>
fix(docz-core): windows shadow copy gatsby-theme (#1249)

github.com/doczjs/docz - 2a88ebd89226ac8937b779b87aad38b000274117 authored about 5 years ago by ejuo <[email protected]>
v2.0.0-rc.73

github.com/doczjs/docz - f8c228f6033ec204684993d84108f6db787a0611 authored about 5 years ago by rakannimer <[email protected]>
feat(docz): allow for custom properties in useMenus hook (#1246)

github.com/doczjs/docz - 20df733ce8887a7ac21789c70f8df084ef23797e authored about 5 years ago by Nicolai Fredriksen <[email protected]>
docs(docz-core): change the language of a warning (#1245)

github.com/doczjs/docz - 87eea505e3a9aef78c53b6bdcdc39d596d37bb7c authored about 5 years ago by Kristofer Selbekk <[email protected]>
chore: update dev-env yarn.lock

github.com/doczjs/docz - 016e3e2c303364326ac9986c729d625de6944f99 authored about 5 years ago by rakannimer <[email protected]>
docs: update migration guide

github.com/doczjs/docz - db0cb23ccd5e86fd079fd1f4d568c7db5a9ccfcd authored about 5 years ago by rakannimer <[email protected]>
v2.0.0-rc.72

github.com/doczjs/docz - ecb4ef41d8c41f785c26dbe134c6c4bd71dc8adc authored about 5 years ago by rakannimer <[email protected]>
fix(docz-core): add gatsby dev host arg (#1241)

github.com/doczjs/docz - 17863c50fc871ea03655dc72c2691cb17604766f authored about 5 years ago by ejuo <[email protected]>
fix(gatsby-theme-docz): non-latin anchor link (#1240)

github.com/doczjs/docz - 4fd4bb5c81ca01c245e746c5110dcc9d602df1ae authored about 5 years ago by ejuo <[email protected]>
fix(gatsby-theme-docz): broken dark mode screen caused by main html tag height (#1232)

github.com/doczjs/docz - 01d456d49c29d27c59765f6180ee59776af3c27b authored about 5 years ago by Marcelo Cardoso <[email protected]>
v2.0.0-rc.71

github.com/doczjs/docz - 307485ec8418240ccf57785f428da90fc1c9b7b5 authored about 5 years ago by rakannimer <[email protected]>
fix(gatsby-theme-docz): add gatsby-source-filesystem (#1231)

* fix(gatsby-theme-docz): add gatsby-source-filesystem to pre-process files before gatsby-plugin...

github.com/doczjs/docz - 2e912f6662717c2afeaaa46c05f6ba98d20a2bac authored about 5 years ago by Rakan Nimer <[email protected]>
v2.0.0-rc.70

github.com/doczjs/docz - 755de48d18dfb6858cd6d356329525279f90a46f authored about 5 years ago by rakannimer <[email protected]>
feat(gatsby-theme-docz): sidebar scroll to selected item in menu (#1228)

github.com/doczjs/docz - cc7728030610b54bb8895bf131cbacfb69c84f3c authored about 5 years ago by Rakan Nimer <[email protected]>