Skip to content

Releases: doczjs/docz

v2.0.0-rc.27

02 Sep 10:22
Compare
Choose a tag to compare

🐞  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

  • docz-component: initialize docz-components (73fafd1)
  • docz-components: working playground (344ffbb)
  • docz-gatsby-monorepo: add example showing docz usage in a monorepo (241c757)

v2.0.0-rc.1

18 Jul 18:04
Compare
Choose a tag to compare

⚠️  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

08 May 20:56
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

  • docz-theme-default: allow use of link component in ssr (#854) (90c27e0), closes #832
  • docz-theme-default: useMemo with conditional (3b653e5)

🚀  Features

v1.1.0

01 May 20:24
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

🚀  Features

  • docz-core: extended path configuration for docgen (#846) (aa96739)
  • docz-core: use react-dev-utils create compiler (4d062de)
  • docz-theme-default: add options to the props component (#823) (9edaac8)

v1.0.4

18 Apr 16:45
Compare
Choose a tag to compare

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

18 Apr 16:46
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

  • docz: props parser for build (31612e7)

v1.0.2

18 Apr 16:46
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

  • docz-theme-default: overlay just for mobile resolutions (a927389)
  • pin typescript version (8ae97d3)
  • window check (cfbda29)

v1.0.1

14 Apr 21:41
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

  • babel-plugin-export-metadata: fix re-export default (#790) (#791) (89b3928)

--

⚠️   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

11 Apr 18:23
Compare
Choose a tag to compare

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

  • docz-core: auto open browser when start dev mode (#774) (c0e6c13)

v1.0.0-rc.8

05 Apr 00:13
Compare
Choose a tag to compare
v1.0.0-rc.8 Pre-release
Pre-release

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)

🚀  Features

  • docz-theme-default: add Editor to component exports (#750) (58b3eb5)
  • docz-core: add clearConsole option (010f2bc)