Releases: BlizzBolts/docit
Releases · BlizzBolts/docit
v0.11.0
[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.2
[0.10.2] - 2022-08-02
Changed
- min-height 400px set for Pc Liveblock and overflow: auto
v0.10.1
[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
[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
[0.9.1] - 2022-07-06
Changed
- Lock MDX version.
- Lock Vite vesion.
v0.9.0
[0.9.0] - 2022-06-27
Changed
- Now use iframe for pc sandboxes.
v0.8.4
[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
[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
[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