Releases: doczjs/docz
Releases · doczjs/docz
v0.9.5
v0.9.4
v0.9.3
v0.9.2
v0.9.1
v0.9.0
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
v0.8.0
v0.7.1
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
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)