Releases: doczjs/docz
Releases · doczjs/docz
v2.0.0-rc.27
🐞 Bug Fixes
- docz: add @emotion/core dependency (52126df)
- docz: better default playground component (80b1c66)
- docz: bump docz-core version (c56e0c6)
- docz: initialize components context with defaultComponents (a808795)
- docz: use playground from docz-components (52874c4)
- docz-components: better prop types for playground (f35f3ca)
- docz-components: fix development example (faf2134)
- docz-components: fix syntax highlighting in Playground (c72c575)
- docz-components: typo boder -> border (d101f9c)
- docz-core: use react from parent directory (#1053) (b55b786)
- gatsby-theme-docz: fix style differences between dev and build (45b7767)
- gatsby-theme-docz: replace iframe in playground with div #984 #1035 (4214180)
🚀 Features
v2.0.0-rc.1
⚠️ Check our migration guide!
🐞 Bug Fixes
- resizable props import (2926896)
- babel-plugin-export-metadata: disable enumerable for __filemeta (38d10fc)
- babel-plugin-export-metadata: fix root relative path (eccbac4)
- babel-plugin-export-metadata: transform to Unix slash (#825) (#829) (f823cc6)
- docz: component Props false positives when looking in state (baa9bb3)
- docz: parse description of props (0672c3e)
- docz: props markdown compiler (99ba83c)
- docz-core: create deps algorithm (a4b8eb9)
- docz-core: some adjustments (86f95b5)
- docz-core: vendor react-docgen-external-proptypes-handler (#866) (efb89ee), closes #727
- gatsby-theme-docz: entry not in context (e582221)
- gatsby-theme-docz: resizable import (3916265)
- on create webpack plugin hook (56e974a)
- packages rollup config (534d7bf)
- remove react & react-dom from dependencies #924 (faf4288)
- remark-docz: fix alias in the src of a mdx's image #897 (058732d)
- some typescript adjustments (4ba6eaf)
- gatsby-theme-docz: prisms theme by themeConfig (c0b5c34)
- eslint configs (280981f)
- no-undef eslint rule (125c5cf)
🚀 Features
- docz-core: ensure files before running machine (1876540)
- docz-core: watch custom theme files (5ee7abe)
- docz-core: watch gatsby config files (1539378)
- gatsby-theme-docz: add blockquote styles (b9f11a1)
- gatsby-theme-docz: add custom logo support (dec4b2b)
- gatsby-theme-docz: add iframe and re-resizable on playground (6922717)
- gatsby-theme-docz: add new Pre component (a6be6a1)
- gatsby-theme-docz: add new Props component (8eb780d)
- gatsby-theme-docz: add showLiveError on Playground (e593897)
- gatsby-theme-docz: add some improvements (03d9fec)
- gatsby-theme-docz: improve documentation (80b35f8)
- a lot of improvements (64f75da)
- adapt core plugins to gatsby hooks (4caa47a)
- add main package improvements (8c8005d)
- add markdown parsing on props description (1087539)
- add new Playground component (7bf03b2)
- add new theme sidebar (a01d100)
- add typescript support (need fix) (13947f9)
- docz running using gatsby under the hood (10ffd48)
- dynamic src and root path (c071556)
- open browser integration (132c472)
- some playground improvements (afa00df)
- docz-core: add build and serve command with gatsby (e85c82b)
- docz-core: add doczrc config watcher on dev (5aa0455)
- docz-core: add initial gatsby bundler algorithm (9249e34)
- gatsby-theme-docz: improve code highlight (d265444)
v1.2.0
v1.1.0
v1.0.4
Changelog
🐞 Bug Fixes
- babel-plugin-export-metadata: avoid adding __filemeta to non-extensible objects (#798) (794ebc4)
- babel-plugin-export-metadata: re-export causes meta error (#805) (9401676)
- docz-rollup: fixed rollup configs to be Windows tolerant (#812) (10f6bfd)
- docz-theme-default: logo link point to dynamic base (#815) (f7cc750)
thanks a lot for @fi3ework on this pull request 🙏
v1.0.3
v1.0.2
v1.0.1
Changelog
🐞 Bug Fixes
--
⚠️ Upgrade to v1 of @mdx-js
packages
Since this release, now docz uses all @mdx-js
packages on v1. So, if you have any of those packages as a dependency of your project you'll need to update it in order to get docz up and running well. Some problems can happen if you keep using old versions.
v1.0.0
Changelog
🐞 Bug Fixes
- babel-plugin-export-metadata: remove cache folders from parse (2978a26)
- docz: crash using suspense (315f7ad)
- docz-core: typescript doesn't work with several exports (#771) (c96878d)
- docz-theme-default: styled error margin (53104e8)
- docz-theme-default: table media query style (#782) (205ce75)
🚀 Features
v1.0.0-rc.8
Changelog
🐞 Bugs
- fix: be sure to test the last version and prevent first run to fail (#751) (db6fd05)
- fix: docgen parsing default export (c7c7bc7)
- docz-core: invalid route on Windows (#748) (d3a4f6f)
- docz-theme-default: add Editor to component exports (#750) (58b3eb5)
- docz-core: default ignore paths (#754) (80b0956)
- gatsby-theme-docz: don't add base to page path (#756) (a9ff519)
- docz-theme-default: rollback react-live (cd8b4ab)
- docz-core: mount route with base (7f8bffe)
- docz: add loading indicator for routes (1c338f3)
- docz-core: pin acorn to the right version (a5e1228)