Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Latest commit

 

History

History
103 lines (60 loc) · 5.97 KB

CHANGELOG.md

File metadata and controls

103 lines (60 loc) · 5.97 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.4.0 (2022-12-28)

Features

  • generate dynamic og image for blog posts (#15) (ce3f1dc)

Bug Fixes

1.3.0 (2022-12-07)

Features

  • update mobile nav to be accessible (46ea4aa)

1.2.1 (2022-12-02)

Bug Fixes

  • disable access to draft posts via url (1c2821e)
  • display '0 results' instead of '0 result' in Search (eceb289)
  • 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)

1.2.0 (2022-11-28)

Features

  • improve accessibility including voiceover (5860254)
  • add linkTitle in social links (c9f796f)

Updates

  • 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 previous and next button disabled state (408fc4c)
  • typo: rename Linkedin to LinkedIn (307b55f)
  • update patch and minor dependencies (3b0ab75) (c3a6e4e)

1.1.3 (2022-11-11)

Bug Fixes

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

1.1.2 (2022-11-04)

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)

1.1.1 (2022-10-30)

Updates

1.1.0 (2022-10-18)

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 (7ef631f)
  • update glob to have access to sub directories under content/ (a256ded)

1.0.1 (2022-09-27) Initial Release

Features

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