Skip to content

Releases: satnaing/astro-paper

v5.5.1

08 Jan 12:08

Choose a tag to compare

What's Changed

  • fix: skip invalid code block metadata without key-value pairs by @sarrietav-dev in #561
  • fix: make post header vertical bar respect global settings by @minhperry in #562
  • bump: update astro to version 5.12.0 and related dependencies by @satnaing in #563
  • docs: fix typo in adding-new-post article by @allanallankim2 in #565
  • fix: generateOgImageForSite error by @iamStephenFang in #568
  • bump: upgrade astro and dependencies by @satnaing in #596
  • refactor: improve semantic by replacing decorative hr with borders by @satnaing in #597
  • refactor: improve props usage and dynamic rendering in LinkButton by @satnaing in #599
  • fix: make entire Tag component clickable by @satnaing in #598
  • refactor: update component props and improve types by @satnaing in #600

New Contributors

Full Changelog: v5.5.0...v5.5.1

v5.5.0

11 Jul 17:29

Choose a tag to compare

Notable Changes

  • feat: enhance file name transformer with additional options by @satnaing in #555
File Name v1 File Name v2
image image
  • fix: update syntax highlighting transformer styles by @satnaing in #558
Before After
before-update after-update

Other Changes

New Contributors

Full Changelog: v5.4.3...v5.5.0

v5.4.3

21 Jun 08:16

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.4.2...v5.4.3

v5.4.2

15 Jun 08:59

Choose a tag to compare

What's Changed

  • fix: remove extra padding in fenced code blocks by @satnaing in #540
  • fix: broken typography in about layout by @satnaing in #541

Full Changelog: v5.4.1...v5.4.2

v5.4.1

14 Jun 16:48

Choose a tag to compare

What's Changed

  • fix: make heading anchors in article visible on mobile by @satnaing in #537
  • refactor: update tailwind typography css overrides by @satnaing in #538
  • build: add read permission in ci workflow by @satnaing in #536

Full Changelog: v5.4.0...v5.4.1

v5.4.0

13 Jun 17:21

Choose a tag to compare

What's Changed

Features

  • feat: add RTL language support by @satnaing in #531
  • feat: add Shiki transformers for better syntax highlighting by @satnaing in #534
  • feat: add file name transformer for fenced code blocks by @satnaing in #535

Fix

  • fix: replace broken prev/next links with correct paths by @satnaing in #533

Full Changelog: v5.3.0...v5.4.0

v5.3.0

11 Jun 11:28

Choose a tag to compare

What's Changed

Feature

improved-back-to-top-button-desktop.mp4

Bug fixes

  • fix: navigation flicker on Android when in dark mode by @resomi in #494
  • fix: update title font-size in mobile and update heading alignment by @alec-c4 in #473
  • fix: add types for constants to avoid type errors when empty by @kakomonn in #501
  • fix: add scroll offset for anchor targets by @tanishqmanuja in #506

Others

New Contributors

Full Changelog: v5.2.0...v5.3.0

v5.2.0

22 Mar 10:29

Choose a tag to compare

What's Changed

Feature

From now on, blog post datetime on localhost and deployed site will be the same.

Bug Fixes

  • ensure only one search bar is displayed on nav link clicks by @satnaing in #489
  • adjust nav bar alignment in heading by @satnaing in #492

Full Changelog: v5.1.1...v5.2.0

v5.1.1

20 Mar 05:47

Choose a tag to compare

What's Changed

  • fix: prevent overflow by adding line breaks in table codes by @satnaing in #485
  • fix: broken editPost link and update editPost logic by @satnaing in #487
  • fix: initial light mode flash in dark mode by @satnaing in #488
Screen.Recording.2025-03-20.at.12.31.03.PM.mov

Full Changelog: v5.1.0...v5.1.1

v5.1.0

18 Mar 01:22

Choose a tag to compare

What's Changed

Check out more about organizing blog posts in this guide.

Full Changelog: v5.0.1...v5.1.0