Releases: saberland/saber
Releases · saberland/saber
saber v0.4.3
New Features
- webpack: Resolve
.vue
files by default, so you can import a.vue
file 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-blog
withcreate-site
.create-site
can do everything andcreate-blog
will usecreate-site
internally to create a blog template, just for convenience.
Bug Fixes
- internal:
$saber.getPageLink
should always return a string - css: Fix
font-size
for highlight mask
saber v0.4
New Features
--lazy
mode: Build pages when they're requested. Documentation coming later.- Add
chainMarkdown
hook 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
tag
instead oftags
by 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
.