Skip to content

v1.2.0

Compare
Choose a tag to compare
@satnaing satnaing released this 28 Nov 17:21
· 373 commits to main since this release

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