Releases: saberland/saber
Releases · saberland/saber
create-site@0.3.1
0.3.1 (2019-06-21)
Note: Version bump only for package create-site
create-blog@0.2.7
0.2.7 (2019-06-21)
Note: Version bump only for package create-blog
saber@0.6.7
saber@0.6.6
saber-plugin-prismjs@0.2.1
0.2.1 (2019-05-29)
Note: Version bump only for package saber-plugin-prismjs
saber-highlighter-prism@0.3.1
saber-highlight-css@0.0.5
saber v0.6.4
saber v0.6.0
BREAKING CHANGES
- Inject excerpt as
page.excerpt
instead ofpage.attributes.excerpt
- Inject markdown headings as
page.markdownHeadings
instead ofpage.attributes.markdownHeadings
api.pages.extendPageProps
is removed.
New Features
- Assets handling in page attributes.
You can use the page attributeassets
to reference local resources, for example:Then--- assets: cover: ./ice.png ---
./ice.png
will be processed by webpack and in your componentpage.attributes.assets.cover
will be the absolute path to the processed file.
You can also use the@
alias in the path which is pointed to your project root, e.g.@/assets/images/cover.png
. - saber-plugin-pwa: Support
appleTouchIcon
, docs