This repository was archived by the owner on Mar 7, 2025. It is now read-only.
Releases: saberland/saber
Releases · saberland/saber
saber v0.4.3
New Features
- webpack: Resolve
.vuefiles by default, so you can import a.vuefile without specifying the extension. - vue: Support page transition.
- core: Support redirect.
- plugin: Add saber-plugin-meta-redirect and saber-plugin-netlify-redirect
- generator: Replace
create-blogwithcreate-site.create-sitecan do everything andcreate-blogwill usecreate-siteinternally to create a blog template, just for convenience.
Bug Fixes
- internal:
$saber.getPageLinkshould always return a string - css: Fix
font-sizefor highlight mask
saber v0.4
New Features
--lazymode: Build pages when they're requested. Documentation coming later.- Add
chainMarkdownhook to customize markdown-it options and plugins. Documentation coming later. - saber-plugin-query-posts: Support categories.
BREAKINGS CHANGES
- saber-plugin-query-posts: tag pages will now use layout
taginstead oftagsby default.
saber v0.3.2
saber-plugin-query-posts v0.0.6
BREAKING CHANGES
Now this plugin won't automatically create a homepage for you, you have to create one like pages/index.md yourself and set page attribute injectAllPosts: true in this page if you wanna inject post list to the page prop as page.posts and inject pagination as page.pagination.