v0.11.0
Pre-release
Pre-release
What's New?
⏩︎ Features
- docs: Convert SrcPv component to "View Source" button.
- notes: Add icon and color frontmatter.
- playground: Show only err for link and install when playground exists.
- init: Disable copying gitignore if vcs provider is selected none.
- Add and add abstraction the playground command.
- build: Allow to customize build output dir.
- dev: Trigger hmr at code change in dev server.
⏩︎ Bug Fixes
- style: Fix sidevar logo is not rounded.
- aboutMe: Fix resume button always visible.
- notes: Fix note cards using desc instead of regular description key.
- cli: Fix cli failing to resolve vars in config.
- NoteCards: Fix cards getting wrong url.
- init: Add .nojekyll at build time instead of cluttering user project dir.
⏩︎ Refactor
- playground: Update run helper signature to use options object.
- Modularize playground runner and add automated smoke test script.
- cli: Convert the providers's type argument to flag -t .
- core: Improve loadUserConfig to resolve vars.