Skip to content

Releases: satnaing/astro-paper

v1.2.1

02 Dec 18:13
Compare
Choose a tag to compare

Bug Fixes

  • disable access to draft posts via url (1c2821e)
  • displays featured section only if featured posts exist (e0f93da)
  • fix calculating draft posts in totalPages (19e34a0)
  • hide pagination when there's only 1 page (6b35c7f)
  • display '0 results' instead of '0 result' in Search by @nexxeln in #11

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

28 Nov 17:21
Compare
Choose a tag to compare

What's Changed

Better Accessibility

  • feat: improve accessibility including voiceover in #10

Changes

  • move toggle theme codes from layouts/Layout.astro to toggle-theme.js (5860254)
  • delete utils/formatDatetime.ts and replaced with FormattedDatetime inside components/Datetime.tsx (0eeed8e)
  • 'toggling light and dark mode' code is remove from src/components/Header.astro and is rewritten in public/toggle-theme.js file. (2ba459b) (0eeed8e)
  • update :root to :root, html[data-theme="light"] and .theme-dark to html[data-theme="dark"] in styles/base.css (0eeed8e)
  • update previous and next button disabled state (408fc4c)
  • add linkTitle in social links (c9f796f)

Updates

Full Changelog: v1.1.3...v1.2.0

v1.1.3

11 Nov 15:19
Compare
Choose a tag to compare

Bug Fix

  • fix broken post links and hide draft posts in rss feed (b83c906)

Full Changelog: v1.1.2...v1.1.3

v1.1.2

04 Nov 04:33
Compare
Choose a tag to compare

Minor Changes

Bug Fixes

  • fix heading style in posts/ layouts (5eeea66)
  • fix missing TailwindCSS dependency (e7807ab), closes #6
  • show search result only if input is more than one char (f7fb032)

Full Changelog: v1.1.1...v1.1.2

v1.1.1

30 Oct 14:51
Compare
Choose a tag to compare

What's Changed

Updates

  • update github-slugger by @AkaraChen in #5
  • move '@types/react' to dev dependencies (3697a59)
  • update dependencies

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

18 Oct 17:41
Compare
Choose a tag to compare

What's Changed

Features

Bug Fixes

  • fix markdown lint warnings by updating headers (ad14dc5)
  • fix markdown warnings by adding alt texts (3260641)
  • extract Social component to avoid duplication by @elpekenin (7ef631f)
  • update glob to have access to sub directories under content directory by @elpekenin (a256ded)

New Contributor

Full Changelog: v1.0.1...v1.1.0

v1.0.1

27 Sep 09:36
Compare
Choose a tag to compare

Major Version Released

  • Fully responsive & accessible
  • Pagination & draft post
  • Light & dark color schemes
  • 19 social link icons
  • Fuzzy search
  • Sitemap & RSS feed
  • 5 predefined themes