Releases: doczjs/docz
Releases · doczjs/docz
v2.0.0-rc.72
v2.0.0-rc.71
- fix(gatsby-theme-docz): add gatsby-source-filesystem (#1231) - @rakannimer
v2.0.0-rc.70
- chore(gatsby-theme-docz): switch out react-helmet with react-helmet-async (#1223) - @selbekk
- feat(gatsby-theme-docz): sidebar scroll to selected item in menu (#1228) - @rakannimer
v2.0.0-rc.69
- docs: add README to all packages. fixes #188 - @rakannimer
v2.0.0-rc.68
- feat(docz-core): replace yarn with npm (#1220) - @rakannimer
v2.0.0-rc.67
- feat(docz-core): make docz parse components in index files by default (#1215) - @esturcke
- docs: add example for the themesDir option (#1105) (#1218) - @simonrelet
v2.0.0-rc.66
-
fix(docz-core): add pathPrefix from config (#1214) - @rakannimer
-
style(gatsby-theme-docz): keep NavGroup opened on item click (#1211) - @Kerumen
-
docs: fix docz + react-native example - @rakannimer
v2.0.0-rc.65
- feat(docz): expose
<Code />
component (#1206) - @cdaringe - style(gatsby-theme-docz): remove word-wrap on Props component (#1209) - @Kerumen
- docs: correct svg link for good first issue badge (#1208) - @PeachScript
- feat(gatsby-theme-docz): add a config to hide the dark mode switch (#1205) - @Kerumen
- chore(docz-core): add missing openChrome.applescript (#1204) - @Kerumen
- style(gatsby-theme-docz): simplify the default config (#1203) - @Kerumen
- style(gatsby-theme-docz): remove deprecation warning for grid (#1200) - @Kerumen
- style(gatsby-theme-docz): collapse NavGroup by default (#1202) - @Kerumen
- chore(docz-core): copy
.eslintignore
from project (#1201) - @Kerumen - chore: dedupe yarn.lock (#1199) - @Kerumen
v2.0.0-rc.64
-
style(gatsby-theme-docz): improve Playground style (#1198) - @Kerumen
-
feat: integrate with
eslint-mdx
to lint.mdx
withESLint
(#1195) - @JounQin -
fix(docz-core): always copy theme under src (#1105) (#1194) - @simonrelet
-
fix(docz): use playground from context (fixes playground shadowing) (#1197) - @rakannimer
-
feat(docz): forward of prop to custom Props component (#1193) - @selbekk