Docz Versions Save

✍ It has never been so easy to document your things!

v2.0.0-rc.73

4 years ago
  • feat(docz): allow for custom properties in useMenus hook (#1246) - @NicolaiF

  • docs(docz-core): change the language of a warning (#1245) - @selbekk

v2.0.0-rc.72

4 years ago
  • fix(gatsby-theme-docz): broken dark mode screen caused by main html tag height (#1232) - @marcelovicentegc
  • fix(gatsby-theme-docz): non-latin anchor link (#1240) - @ejuo
  • fix(docz-core): add gatsby dev host arg (#1241) - @ejuo

v2.0.0-rc.71

4 years ago
  • fix(gatsby-theme-docz): add gatsby-source-filesystem (#1231) - @rakannimer

v2.0.0-rc.70

4 years ago
  • 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

4 years ago
  • docs: add README to all packages. fixes #188 - @rakannimer

v2.0.0-rc.68

4 years ago
  • feat(docz-core): replace yarn with npm (#1220) - @rakannimer

v2.0.0-rc.67

4 years ago
  • 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

4 years ago
  • 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

4 years ago
  • 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

4 years ago
  • style(gatsby-theme-docz): improve Playground style (#1198) - @Kerumen

  • feat: integrate with eslint-mdx to lint .mdx with ESLint (#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