Skip to content

Releases: saberland/create-portfolio

v0.3.0

24 Mar 09:37
Compare
Choose a tag to compare

0.3.0 (2020-03-24)

New features

  • Support cover images (#124)

v0.2.2

16 Sep 06:04
Compare
Choose a tag to compare

0.2.2 (2019-09-16)

Bug Fixes

  • deps: bump sabar and sabar-plugin-query-posts (#66) (0a10a9d)

v0.2.1

25 Jul 09:43
Compare
Choose a tag to compare

0.2.1 (2019-07-25)

Bug Fixes

  • add siteConfig.url in saber config, fix #63 (3d98910)

v0.2.0

27 Jun 08:02
Compare
Choose a tag to compare

0.2.0 (2019-06-27)

Bug Fixes

  • theme: Added twitter:card to all pages (#34) (c785617)
  • add missing css for page content (#41) (6523081)

Features

  • add saber-plugin-feed to create-portfolio (#39) (ae068da)

Migration Guide

If you don't need saber-plugin-feed, there's nothing you need to change.

Otherwise, just add this plugin in your saber-config.js:

module.exports = {
  plugins: [
    {
      resolve: 'saber-plugin-feed',
      options: { atomFeed: true }
    }
  ]
}

Don't forget to install it as well:

yarn add saber-plugin-feed --dev
# OR
npm i -D saber-plugin-feed

v0.1.11

25 Jun 07:30
Compare
Choose a tag to compare

0.1.11 (2019-06-25)

Bug Fixes

  • fallback to empty array for users with no repos (#26) (a33fc51)

Features

v0.1.10

06 Jun 06:32
Compare
Choose a tag to compare

0.1.10 (2019-06-06)

Bug Fixes

  • theme: ensure post width (91c3fe2)

v0.1.9

01 Jun 07:25
Compare
Choose a tag to compare

0.1.9 (2019-06-01)

Bug Fixes

  • prevent from styling highlighted code, closes #13 (edea9bd)

v0.1.8

31 May 15:41
Compare
Choose a tag to compare

0.1.8 (2019-05-31)

Bug Fixes

  • deps: [security] bump axios from 0.18.0 to 0.19.0 (#12) (cea701f)
  • deps: bump saber-highlight-css from 0.0.4 to 0.0.5 (#10) (95dba7f)
  • deps: bump saber-plugin-prismjs from 0.2.0 to 0.2.1 (#9) (bba91ff)

Features

v0.1.7

29 May 12:34
Compare
Choose a tag to compare

0.1.7 (2019-05-29)

Features

  • support using GitHub pinned repositories (#8) (7a4e90a)

v0.1.6

28 May 17:04
Compare
Choose a tag to compare

0.1.6 (2019-05-28)

Bug Fixes