Skip to content

Releases: doczjs/docz

v0.9.5

04 Aug 17:25
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

  • docz-theme-default: copy html output (#189) (2cb834c)

v0.9.4

04 Aug 17:25
Compare
Choose a tag to compare

Changelog

🐞Bug Fixes

v0.9.3

03 Aug 16:08
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

  • docz-core: use of src config in edit button link (#186) (553f90c)

v0.9.2

02 Aug 22:56
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

  • docz-core: add isProd to remove hot client overlay on build (83f2e36)

v0.9.1

02 Aug 22:49
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

  • docz: finish process after build (58bebb6)

v0.9.0

02 Aug 22:18
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

  • docz: add playground wrapper just around children (66abfe8)
  • docz: transform and merge theme config (999ab73)
  • docz: using context for imports to prevent disposed hmr (b37284c)
  • docz-core: remove babel plugin/presets when needed (011baad)
  • docz-plugin-babel6: change babel syntax dynamic import when needed (8cb278a)
  • docz-plugin-css: pass default parameter (389979a)
  • docz-theme-default: support chinese input method (#182) (94544a6)
  • docz-theme-default: table layout adjustment (e8e8ec8)
  • docz-theme-default: use docz link when href is internal (00deef5)
  • docz-theme-default: hot reload on fullscreen mode (1c68e2d)
  • docz-theme-default: not found typo (#173) (8c9f74e)
  • docz-theme-default: resolve emotion theming conflict (659cd79)

🚀  Features

  • docz-core: add webpack-serve-overlay as error overlay (263badf)
  • docz-core: support env files to set configuration (#171) (259b72d), closes #140
  • docz-plugin-svgr: add initial version of plugin (1ac1ea8)
  • docz-theme-default: add edit button for document (#180) (e125a4f)

v0.8.0

28 Jul 23:31
Compare
Choose a tag to compare

Changelog

🐞   Bug Fixes

  • change link on readme (#168) (30a9390)
  • docz: humanize array type of flow (fix #167) (18798bc)
  • docz-theme-default: get fullscreen from localstorage (0f8aa56)

🚀  Features

  • docz-theme-default: add html output on playground (be7a749)

v0.7.1

24 Jul 01:51
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

  • docz: add wrapper prop on Playground (566aaf8) (Fix #75)
  • docz: sort algorithm off docs and menus (dad83ce) (Fix #143)
  • docz-plugin-css: allow css from node_modules (c21929a) (Fix #160)

Wrapper property on <Playground>

To fix #75, now is possible to add a wrapper property for <Playground>:

import { Playground } from 'docz'

import { Wrapper } from './my-wrapper'
import { Button } from './button'

<Playground wrapper={Wrapper}>
  <Button>Click me</Button>
</Playground>

v0.7.0

23 Jul 15:13
Compare
Choose a tag to compare

Changelog

🐞   Bug Fixes

  • docz: humanize prop types on PropTable (c1f4c6f)
  • docz-plugin-css: css modules applied logic (c5fa378)
  • docz-theme-default: not found page (fb1ac49)
  • docz-theme-default: resize bar style (df0ae82)

🚀   Features

  • docz: add rawCode for Playground (70d4735)
  • docz-theme-default: add close on esc on playground fullscreen (4ebf202)
  • docz-theme-default: add copy to clipboard on pre (78149ad)
  • docz-theme-default: add fullpage support for docs (af88d0e)
  • docz-theme-default: add line numbers on Playground (204f1bb)
  • docz-theme-default: add resize bar for fullscreen playground (392009f)
  • docz-theme-default: add responsive mode for playground (e04452e)

📲  New Responsive Playground

📥  Copy to clipboard

🖥  Fullpage support

v0.6.2

20 Jul 16:04
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

  • docz-core: set env vars for commands (29f0098)