Skip to content

Releases: doczjs/docz

v0.6.1

19 Jul 05:35
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

  • docz: default DocPreview components (ff7cf32)
  • docz-theme-default: add background and color on NotFound (f0bd532)

v0.6.0

19 Jul 04:58
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

  • docz: prevent default components object with no render (4535aef)
  • docz-core: add error when dest is working directory (b1c87b5)
  • docz-core: process.env vars for scripts (f6b6260)
  • docz-core: serve static files from public (c866856)
  • docz-theme-default: open menu if has some link active (8399aad)

🚀  Features

  • docz-core: add onCreateApp plugin method (13c07e7)

v0.5.9

16 Jul 20:56
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

  • docz-theme-default: add overflow config on Pre component (#146) (9d4ce59)

v0.5.8

11 Jul 06:16
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

  • docz-theme-default: config transform function (fdb3118)

v0.5.7

11 Jul 05:49
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

  • docz-plugin-babel6: props parsing when typescript is enable (0564bdf)

v0.5.6

11 Jul 05:09
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

  • docz: add theme config transform before merge (dc3448a)
  • docz-theme-default: sidebar search (8fd77ec)

🚀  Features

  • docz: add classname and style props for Playground (1b64ed3)
  • docz-core: add webpack-serve-waitpage (83c493b)

Playground with style

Now you able to add className or style properties on Playground component like that:

import { Playground } from 'docz'
import { Button } from './Button'

<Playground className="some-class">
  <Button>Click me</Button>
</Playground>

v0.5.5

07 Jul 02:08
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

  • docz-core: add ordering to initial config data object (2926ade)
  • docz-theme-default: padding on sidebar footer (df25fa1)

v0.5.4

07 Jul 01:47
Compare
Choose a tag to compare

Changelog

🔨   Chores

  • update all dependencies to latest version (860694b)

v0.5.3

05 Jul 23:07
Compare
Choose a tag to compare

Changelog

🐞  Bug Fixes

  • docz-theme-default: fix isActive Link logic (205ea8d)

v0.5.2

05 Jul 05:03
Compare
Choose a tag to compare

Changelog

🐞  Bug fixes

  • docz-theme-default: props table css class (#116) (065473c)
  • docz-core: remove unnescessary Entry.check (1871db8)

🔨  Chores

  • docz-theme-default: change link is active style on sidebar (8eabf98)

thanks @lagaffe and @mAAdhaTTah 🙏