This repository was archived by the owner on Mar 7, 2025. It is now read-only.
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.excerptinstead ofpage.attributes.excerpt - Inject markdown headings as
page.markdownHeadingsinstead ofpage.attributes.markdownHeadings api.pages.extendPagePropsis removed.
New Features
- Assets handling in page attributes.
You can use the page attributeassetsto reference local resources, for example:Then--- assets: cover: ./ice.png ---
./ice.pngwill be processed by webpack and in your componentpage.attributes.assets.coverwill 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