Skip to content

Releases: BlizzBolts/docit

v0.11.0

07 Dec 06:45
439faa2
Compare
Choose a tag to compare

[0.11.0] - 2022-12-07

Changed

  • lock some deps from dependencies list
  • change mdast related lib to remark ecosystem
  • enforce some styles in case third party style conflicts
  • prefix all css variables
  • optimizeDeps @mdx-js/react
  • sidebar highlight now support zhCN

Fixed

  • Fix chokidar still watching in build command

v0.10.3

03 Aug 02:29
Compare
Choose a tag to compare

Fix publish

v0.10.2

03 Aug 02:23
Compare
Choose a tag to compare

[0.10.2] - 2022-08-02

Changed

  • min-height 400px set for Pc Liveblock and overflow: auto

v0.10.1

07 Jul 09:22
Compare
Choose a tag to compare

[0.10.1] - 2022-07-07

Fixed

  • Support Chinese as Route path with encodeURI
  • exclude @mdx-js/react from vite pre-bundling

v0.10.0

06 Jul 13:25
Compare
Choose a tag to compare

[0.10.0] - 2022-07-06

Changed

  • Change StyledComponents naming
  • Change enum styling from color red to font-weight bold
  • Update react-router to v6

v0.9.1

06 Jul 08:37
Compare
Choose a tag to compare

[0.9.1] - 2022-07-06

Changed

  • Lock MDX version.
  • Lock Vite vesion.

v0.9.0

27 Jun 09:05
89be76b
Compare
Choose a tag to compare

[0.9.0] - 2022-06-27

Changed

  • Now use iframe for pc sandboxes.

v0.8.4

11 May 08:29
Compare
Choose a tag to compare

[0.8.4] - 2022-05-11

Fixes

  • Fix package.json#exports path
  • Remove useless LOG_LEVEL design, need add more cli options

Added

  • Add error logging in config reading

v0.8.3

10 May 11:42
Compare
Choose a tag to compare

[0.8.3] - 2022-05-10

Added

  • add LOG_LEVEL=VERBOSE to node env will print more info

Changed

  • extract SharedConfig to share type between UserConfig UserFileConfig ResolvedUserConfig

Fixes

  • fix iframe tools cannot be click through issue

v0.8.2

21 Apr 12:20
Compare
Choose a tag to compare

[0.8.2] - 2022-04-21

Added

  • console more info for unmatched sandbox
  • docit.config.js now supports vite options
  • Iframe now has a tool bar which can view qrcode and open in new tab

Fixes

  • remove outer div of sandbox

Changed

  • changed toc and sidebar style
  • adjust mobile view sandbox code height to 640px
  • hide toc when no toc at all