Skip to content

Releases: saberland/saber

[email protected]

21 Jun 14:37
Compare
Choose a tag to compare

0.3.1 (2019-06-21)

Note: Version bump only for package create-site

[email protected]

21 Jun 14:37
Compare
Choose a tag to compare

0.2.7 (2019-06-21)

Note: Version bump only for package create-blog

[email protected]

29 May 16:12
Compare
Choose a tag to compare

0.6.7 (2019-05-29)

Bug Fixes

  • decode route hash before scrolling (b496a00)
  • regression in applyPlugin (9d01d65)

[email protected]

29 May 14:18
Compare
Choose a tag to compare

0.6.6 (2019-05-29)

Bug Fixes

Features

[email protected]

29 May 14:18
Compare
Choose a tag to compare

0.2.1 (2019-05-29)

Note: Version bump only for package saber-plugin-prismjs

[email protected]

29 May 14:18
Compare
Choose a tag to compare

0.3.1 (2019-05-29)

Bug Fixes

  • saber-highlighter-prism: add aliases for some languages (#220) (efd0256)

[email protected]

29 May 14:18
Compare
Choose a tag to compare

0.0.5 (2019-05-29)

Features

saber v0.6.4

25 May 17:04
Compare
Choose a tag to compare

New Features

  • server: Switch to another port if the current one is used #182

Bug Fixes

  • markdown: resolve links on windows, #211

saber v0.6.0

11 May 12:06
Compare
Choose a tag to compare

BREAKING CHANGES

  • Inject excerpt as page.excerpt instead of page.attributes.excerpt
  • Inject markdown headings as page.markdownHeadings instead of page.attributes.markdownHeadings
  • api.pages.extendPageProps is removed.

New Features

  • Assets handling in page attributes.
    You can use the page attribute assets to reference local resources, for example:
    ---
    assets:
      cover: ./ice.png
    ---
    Then ./ice.png will be processed by webpack and in your component page.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

saber v0.5.0

08 May 06:50
Compare
Choose a tag to compare

New Features

  • i18n support, docs
  • PWA support, docs
  • Automatically inject markdown headings as page.attributes.markdownHeadings, docs

Bug Fixes

  • Fixed script: [{body: true}] support in component option: head