Skip to content

Releases: BlizzBolts/docit

v0.8.1

18 Apr 13:02
Compare
Choose a tag to compare

[0.8.1] - 2022-04-18

Fixed

  • Decode moduleId to get the correct module

v0.8.0

18 Apr 12:32
Compare
Choose a tag to compare

[0.8.0] - 2022-04-18

Changed

  • Bump vite version to 2.9.5
  • live block now render mobile view in an isolated iframe

v0.7.1

06 Apr 07:37
Compare
Choose a tag to compare

[0.7.1] - 2022-04-06

Fixed

  • js error when parsing toc

v0.7.0

06 Apr 07:28
Compare
Choose a tag to compare

[0.7.0] - 2022-04-06

Added

  • Not web console will print out docit version
  • Add TOC section

Fixed

  • sidebar anchors now have hover and active style
  • using div instead of p

v0.6.6

31 Mar 07:20
Compare
Choose a tag to compare

[0.6.6] - 2022-03-31

Fix

  • fix types is missing in package.json
  • fix react-frame-component does not provide an export named default

Added

  • add exports in package.json

Changed

  • start api will start server

v0.6.5

30 Mar 11:16
9b562c1
Compare
Choose a tag to compare

[0.6.5]

Added

  • add defineConfig, to help write config file.
  • add ESM info in ReadMe and docs
  • now support socials in docit.config.js file.
  • export more types
  • more docs

v0.6.4

29 Mar 12:14
Compare
Choose a tag to compare

[0.6.4] - 2022-03-29

added

  • use yarn release to publish packages

v0.6.2

29 Mar 08:39
Compare
Choose a tag to compare

[0.6.2] - 2022-03-29

Fixed

  • Republish & fix scripts

v0.6.1

29 Mar 08:23
Compare
Choose a tag to compare

[0.6.1] - 2022-03-29

Added

  • Now respect docit.config.js#title field, update document.title
  • More docs on Syntax

Changed

  • Using English as first language, fix api table doc
  • Document style tuning
  • rewrite sidebar style
  • rewrite mobile view style

Fixed

  • Fix wrong doc paths

v0.6.0

28 Mar 03:48
Compare
Choose a tag to compare

0.6.0

2022-03-28

Added

  • using iframe to provide a css sandbox for imported components
  • make code block content to a virtual file import as a raw js sandbox
  • total rewrite layouts, using calc instead of fixed layout, and prepare for element.scrollIntoView feature
  • add a live mobile view to support responsive component view
  • add CHANGELOG.md