Releases: saberland/saber
Releases · saberland/saber
[email protected]
0.3.1 (2019-06-21)
Note: Version bump only for package create-site
[email protected]
0.2.7 (2019-06-21)
Note: Version bump only for package create-blog
[email protected]
[email protected]
[email protected]
0.2.1 (2019-05-29)
Note: Version bump only for package saber-plugin-prismjs
[email protected]
[email protected]
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