Skip to content

v2.0.0

Compare
Choose a tag to compare
@satnaing satnaing released this 31 Jan 14:08
· 175 commits to main since this release

⚠ BREAKING CHANGES

Check the AstroPaper v2 in this blog post

  • deps: Migration of Astro to version 2

Features

  • add new predefined color scheme 'astro dark' (bc263b6)
  • add Mastodon social link (2ec3912)
  • define blog schema and add blog collection (b420e68)

Bug Fixes

  • add embedFont option for Satori (9322123)
  • exclude draft posts in specific tag page (c192cd8)
  • fix broken tags in PostDetails page (a61fd45)
  • fix typo in title and slug (945acf4)
  • hide social links section if no link is active (42eb018), closes #16
  • make the last part of breadcrumb lowercase in specific tag page (c556202)
  • resolve initial onChange input value bug (bf4f687)
  • update card bg color (8a99601)
  • use default-og for twitter card (9434d85)

build

  • build(deps): bump astro and its packages to v2 (5f279b3)

Full Changelog: v1.4.0...v2.0.0