Release notes
*Sourced from [docz's releases](https://github.com/doczjs/docz/releases).*
> ## v2.0.0-rc.64
> - style(gatsby-theme-docz): improve Playground style ([#1198](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1198)) - [@Kerumen](https://github.com/Kerumen)
>
> - feat: integrate with `eslint-mdx` to lint `.mdx` with `ESLint` ([#1195](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1195)) - [@JounQin](https://github.com/JounQin)
>
> - fix(docz-core): always copy theme under src ([#1105](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1105)) ([#1194](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1194)) - [@simonrelet](https://github.com/simonrelet)
>
> - fix(docz): use playground from context (fixes playground shadowing) ([#1197](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1197)) - [@rakannimer](https://github.com/rakannimer)
>
> - feat(docz): forward of prop to custom Props component ([#1193](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1193)) - [@selbekk](https://github.com/selbekk)
>
> ## v2.0.0-rc.63
> - chore(docz-core): fix `resolveApp` when called from the docz project ([#1189](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1189)) - [@Kerumen](https://github.com/Kerumen)
> - feat(docz): allow components from node_modules when explicitly requested ([#1188](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1188)) - [@axe312ger](https://github.com/axe312ger)
> - style(docz-components): fix live preview background ([#1190](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1190)) - [@Kerumen](https://github.com/Kerumen)
>
> ## v2.0.0-rc.62
> - feat(gatsby-theme-docz): move styles to separate file for easier theming - [@rakannimer](https://github.com/rakannimer)
>
> ## v2.0.0-rc.61
> - chore(docz): bump gatsby-theme-docz version - [@rakannimer](https://github.com/rakannimer)
>
> ## v2.0.0-rc.60
> - feat(docz-core): support array of file glob patterns in files - [@rakannimer](https://github.com/rakannimer)
>
> ## v2.0.0-rc.58
> - chore(docz-components): upgrade re-resizable to v6 ([#1178](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1178)) - [@Kerumen](https://github.com/Kerumen)
> - chore(docz-components): change item key and filename comparison ([#1176](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1176)) - [@Kerumen](https://github.com/Kerumen)
> - feat(gatsby-theme-docz): pass the entry property down to Wrapper ([#1181](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1181)) - [@pepibumur](https://github.com/pepibumur)
> - docs: remove extra space in readme ([#1182](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1182)) - [@ericcarboni](https://github.com/ericcarboni)
>
> ## v2.0.0-rc.57
> - fix(docz-core): copy doczrc before running commands ([#1175](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1175)) - [@rakannimer](https://github.com/rakannimer)
>
> ## v2.0.0-rc.56
> - fix(docz-core): allow custom doczrc location with config cli flag ([#1169](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1169)) - [@rakannimer](https://github.com/rakannimer)
>
> - chore(babel-plugin-export-metadata): don't add filemeta if it exists ([#1173](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1173)) - [@Kerumen](https://github.com/Kerumen)
>
> ## v2.0.0-rc.55
> - fix(docz-core): index.tsx imports in index.mdx [#1168](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1168) - [@Kerumen](https://github.com/Kerumen)
>
> ## v2.0.0-rc.54
> - (docz-core) handle props on windows ([#1151](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1151)) … [@jesperorb](https://github.com/jesperorb)
>
> - fix(gatsby-theme-docz): able to set container width … [@jesperorb](https://github.com/jesperorb)
>
> - fix(docz-rollup): handle defaultsExternal on windows … [@jesperorb](https://github.com/jesperorb)
>
> - docs: fix funding.yml ([#1158](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1158)) … [@goldins](https://github.com/goldins)
> ... (truncated)
Commits
- [`93ed9e7`](https://github.com/doczjs/docz/commit/93ed9e7f593a0ef67d44a06d6cf1b1b9c0ccdc37) v2.0.0-rc.64
- [`4805737`](https://github.com/doczjs/docz/commit/48057372fcdbb3feae249a2a9eae320228c3aaf8) feat: integrate with `eslint-mdx` to lint `.mdx` with `ESLint` ([#1195](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1195))
- [`e4b4a40`](https://github.com/doczjs/docz/commit/e4b4a409db508438f540bb404939c11e8bb25e10) fix(docz): use playground from context (fixes playground shadowing) ([#1197](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1197))
- [`aa2a089`](https://github.com/doczjs/docz/commit/aa2a0899db588df57eff7a01121c3660d72c1bdd) feat(docz): forward of prop to custom Props component ([#1193](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1193))
- [`06311d0`](https://github.com/doczjs/docz/commit/06311d03c03114c68e792383264425dafac91e6b) v2.0.0-rc.63
- [`1bcbe1e`](https://github.com/doczjs/docz/commit/1bcbe1ebb52d94a9aadbad86cf255d56b16e0567) v2.0.0-rc.62
- [`b3b0d9f`](https://github.com/doczjs/docz/commit/b3b0d9ff50384cc254151ed869bab5554aa1625e) v2.0.0-rc.61
- [`804dee4`](https://github.com/doczjs/docz/commit/804dee44a39be55c14987ab7c66d432d2b4d98ce) fix(docz): bump gatsby-theme-docz version
- [`1baf748`](https://github.com/doczjs/docz/commit/1baf748a0851623f673af69ba090902555b2727c) v2.0.0-rc.60
- [`d491fc1`](https://github.com/doczjs/docz/commit/d491fc17fff5d66c6a860cbda26e6f7346a80cb5) chore: 2.0.0-rc.59
- Additional commits viewable in [compare view](https://github.com/doczjs/docz/commits/v2.0.0-rc.64/core/docz)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps docz from 2.0.0-rc.51 to 2.0.0-rc.64.
Release notes
*Sourced from [docz's releases](https://github.com/doczjs/docz/releases).* > ## v2.0.0-rc.64 > - style(gatsby-theme-docz): improve Playground style ([#1198](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1198)) - [@Kerumen](https://github.com/Kerumen) > > - feat: integrate with `eslint-mdx` to lint `.mdx` with `ESLint` ([#1195](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1195)) - [@JounQin](https://github.com/JounQin) > > - fix(docz-core): always copy theme under src ([#1105](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1105)) ([#1194](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1194)) - [@simonrelet](https://github.com/simonrelet) > > - fix(docz): use playground from context (fixes playground shadowing) ([#1197](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1197)) - [@rakannimer](https://github.com/rakannimer) > > - feat(docz): forward of prop to custom Props component ([#1193](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1193)) - [@selbekk](https://github.com/selbekk) > > ## v2.0.0-rc.63 > - chore(docz-core): fix `resolveApp` when called from the docz project ([#1189](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1189)) - [@Kerumen](https://github.com/Kerumen) > - feat(docz): allow components from node_modules when explicitly requested ([#1188](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1188)) - [@axe312ger](https://github.com/axe312ger) > - style(docz-components): fix live preview background ([#1190](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1190)) - [@Kerumen](https://github.com/Kerumen) > > ## v2.0.0-rc.62 > - feat(gatsby-theme-docz): move styles to separate file for easier theming - [@rakannimer](https://github.com/rakannimer) > > ## v2.0.0-rc.61 > - chore(docz): bump gatsby-theme-docz version - [@rakannimer](https://github.com/rakannimer) > > ## v2.0.0-rc.60 > - feat(docz-core): support array of file glob patterns in files - [@rakannimer](https://github.com/rakannimer) > > ## v2.0.0-rc.58 > - chore(docz-components): upgrade re-resizable to v6 ([#1178](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1178)) - [@Kerumen](https://github.com/Kerumen) > - chore(docz-components): change item key and filename comparison ([#1176](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1176)) - [@Kerumen](https://github.com/Kerumen) > - feat(gatsby-theme-docz): pass the entry property down to Wrapper ([#1181](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1181)) - [@pepibumur](https://github.com/pepibumur) > - docs: remove extra space in readme ([#1182](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1182)) - [@ericcarboni](https://github.com/ericcarboni) > > ## v2.0.0-rc.57 > - fix(docz-core): copy doczrc before running commands ([#1175](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1175)) - [@rakannimer](https://github.com/rakannimer) > > ## v2.0.0-rc.56 > - fix(docz-core): allow custom doczrc location with config cli flag ([#1169](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1169)) - [@rakannimer](https://github.com/rakannimer) > > - chore(babel-plugin-export-metadata): don't add filemeta if it exists ([#1173](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1173)) - [@Kerumen](https://github.com/Kerumen) > > ## v2.0.0-rc.55 > - fix(docz-core): index.tsx imports in index.mdx [#1168](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1168) - [@Kerumen](https://github.com/Kerumen) > > ## v2.0.0-rc.54 > - (docz-core) handle props on windows ([#1151](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1151)) … [@jesperorb](https://github.com/jesperorb) > > - fix(gatsby-theme-docz): able to set container width … [@jesperorb](https://github.com/jesperorb) > > - fix(docz-rollup): handle defaultsExternal on windows … [@jesperorb](https://github.com/jesperorb) > > - docs: fix funding.yml ([#1158](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1158)) … [@goldins](https://github.com/goldins) > ... (truncated)Commits
- [`93ed9e7`](https://github.com/doczjs/docz/commit/93ed9e7f593a0ef67d44a06d6cf1b1b9c0ccdc37) v2.0.0-rc.64 - [`4805737`](https://github.com/doczjs/docz/commit/48057372fcdbb3feae249a2a9eae320228c3aaf8) feat: integrate with `eslint-mdx` to lint `.mdx` with `ESLint` ([#1195](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1195)) - [`e4b4a40`](https://github.com/doczjs/docz/commit/e4b4a409db508438f540bb404939c11e8bb25e10) fix(docz): use playground from context (fixes playground shadowing) ([#1197](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1197)) - [`aa2a089`](https://github.com/doczjs/docz/commit/aa2a0899db588df57eff7a01121c3660d72c1bdd) feat(docz): forward of prop to custom Props component ([#1193](https://github.com/doczjs/docz/tree/HEAD/core/docz/issues/1193)) - [`06311d0`](https://github.com/doczjs/docz/commit/06311d03c03114c68e792383264425dafac91e6b) v2.0.0-rc.63 - [`1bcbe1e`](https://github.com/doczjs/docz/commit/1bcbe1ebb52d94a9aadbad86cf255d56b16e0567) v2.0.0-rc.62 - [`b3b0d9f`](https://github.com/doczjs/docz/commit/b3b0d9ff50384cc254151ed869bab5554aa1625e) v2.0.0-rc.61 - [`804dee4`](https://github.com/doczjs/docz/commit/804dee44a39be55c14987ab7c66d432d2b4d98ce) fix(docz): bump gatsby-theme-docz version - [`1baf748`](https://github.com/doczjs/docz/commit/1baf748a0851623f673af69ba090902555b2727c) v2.0.0-rc.60 - [`d491fc1`](https://github.com/doczjs/docz/commit/d491fc17fff5d66c6a860cbda26e6f7346a80cb5) chore: 2.0.0-rc.59 - Additional commits viewable in [compare view](https://github.com/doczjs/docz/commits/v2.0.0-rc.64/core/docz)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)