All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.
- Decode moduleId to get the correct module
- Bump vite version to 2.9.5
- live block now render mobile view in an isolated iframe
- js error when parsing toc
- Not web console will print out docit version
- Add
TOC
section
- sidebar anchors now have hover and active style
- using
div
instead ofp
- fix
types
is missing inpackage.json
- fix react-frame-component does not provide an export named
default
- add
exports
inpackage.json
start
api will start server
- add
defineConfig
, to help write config file. - add
ESM
info inReadMe
anddocs
- now support
socials
indocit.config.js
file. - export more types
- more docs
- use
yarn release
to publish packages
- Republish & fix scripts
- Now respect docit.config.js#title field, update document.title
- More docs on Syntax
- Using English as first language, fix api table doc
- Document style tuning
- rewrite sidebar style
- rewrite mobile view style
- Fix wrong doc paths
- 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
- Styling for docs
- First Time release beta version