accessible-astro-starter

An Accessible Starter Theme for Astro 4.0 including accessibility features such as landmarks, better focus-outline and skip-links navigation. Ships with Tailwind, Prettier and ESLint support.

MIT License

Stars
743
Committers
15

Bot releases are visible (Hide)

accessible-astro-starter - Next Release Latest Release

Published by github-actions[bot] about 2 months ago

Commits

  • 68d4aa3: Remove dead link (Matthew Longman) #98
accessible-astro-starter - v3.1.2

Published by github-actions[bot] 9 months ago

Updates

  • 6f002fa: Update packages and install needed Iconify icon packs (@Ticolyle) #89
  • b9ee376: Add icon integration to astro config (@Ticolyle) #89
  • 3e6a874: Update astro-icon component imports (@Ticolyle) #89
  • 0b9d693: Remove astro-icon pack prop (@Ticolyle) #89
  • 679a80e: Replace any [astro-icon] selectors with [data-icon] selector (@Ticolyle) #89
  • dec9ca6: Adjust icon CSS styling to match expected site design (@Ticolyle) #89
  • 32a6476: Dropdown menu now closes when losing focus #87 (@gsi-kevincarrera) solves #79
  • 4ed7ab1: Update Accessible Astro Components to v2.3.5 (@markteekman)
accessible-astro-starter - v3.1.1

Published by github-actions[bot] 10 months ago

Updates

  • cea7b82: Add RepsonsiveToggle to View Transition life cycle event (@markteekman) #85
accessible-astro-starter - v3.1.0

Published by github-actions[bot] 10 months ago

Updates

  • 1174b7c: Update Astro to 4.0 and update dependencies (@markteekman) #84
  • dd298c9: Add View Transitions to main as an example (@markteekman) #84
accessible-astro-starter - v3.0.3

Published by github-actions[bot] 11 months ago

Updates

accessible-astro-starter - v3.0.2

Published by github-actions[bot] 12 months ago

Updates

  • bb8ee2e: Update accessible-components.astro (@srhowell) #81
accessible-astro-starter - v3.0.1

Published by github-actions[bot] 12 months ago

Updates

  • 3b26f4a: Update Accessible Astro Components package to version 2.3.0 (@markteekman) #80
accessible-astro-starter - v3.0.0

Published by github-actions[bot] about 1 year ago

Updates

  • 4dde25a: Update Astro to v3 and core dependencies to the latest versions (@saulopaiva) #76
  • 563953d: Use the new <Image /> component for the logo (@saulopaiva) #76
  • a0869d7: Fix Tailwind base import to keep site CSS specificity, solves #60 (@saulopaiva) #76
  • ec9857e: Add .nvmrc (@saulopaiva) #76
  • b8f21b2: Update README with the new localhost port 4321 (@saulopaiva) #76
accessible-astro-starter - v2.0.7

Published by github-actions[bot] about 1 year ago

Updates

  • Update Accessible Astro Components package to 2.2.0, fixes #73 (@markteekman) through #57 (@david-abell) #74
accessible-astro-starter - v2.0.6

Published by github-actions[bot] about 1 year ago

Updates

  • e2293d1: Upgrade astro-compress (@TheOtterlord)
accessible-astro-starter - v2.0.5

Published by github-actions[bot] about 1 year ago

Updates

  • 03afbfd: Fix the meta title that didn't have the subtitle (@3Leelou) #65
  • 714d3b3: Update Astro MDX (@markteekman) #66
  • 9342139: Update version to 2.0.5 (@markteekman) #66
accessible-astro-starter - v2.0.4

Published by github-actions[bot] over 1 year ago

Updates

accessible-astro-starter - v2.0.3

Published by github-actions[bot] over 1 year ago

Updates

accessible-astro-starter - v2.0.2

Published by github-actions[bot] over 1 year ago

Updates

  • 71319ad: Small refactor of Feature component due to a bug in Safari where the darkmode toggle didn't work on pages with this component because of a negative z-index in the ::after pseudo element. (@markteekman) #57
accessible-astro-starter - v2.0.1

Published by github-actions[bot] over 1 year ago

Updates

  • 0074f80: Fix spelling mistake in _breakpoint.scss (thanks @shawninder!) #54
  • 3a1bb62: Remove TypeScript errors from Navigation.astro (thanks @shawninder!) #55
accessible-astro-starter - v2.0.0

Published by github-actions[bot] over 1 year ago

This v2 update includes some big changes to the design and the developer experience of the theme. Here's what's changed:

✨New

  • Tailwind CSS integration with automatic class sorting
  • Prettier integration with prettier-plugin-astro and prettier-plugin-tailwind
  • ESLint integration with strict accessibility settings for eslint-plugin-jsx-a11y
  • A more modern design with a vibrant color scheme and a darker darkmode
  • A marketing landing page with brand new components:
    • Hero
    • Features
    • Content Media
    • Counters
    • Call To Action
  • Improved Lighthouse/Pagespeed scores
  • MDX support and .markdown and .mdx example pages
  • Secondary ghost buttons types and support for usage with astro-icon
  • astro-icons’s supported as menu icons
  • Google Fonts CDN replaced with @font-face for better performance and GDPR compliance
  • Several little accessibility upgrades and enhancements
  • Several integrations for better optimizing your site such as astro-compress and @astrojs/partytown
  • Improved SiteMeta component
  • Improved Navigation component
  • And of course, Astro 2.0 support πŸ™‚
accessible-astro-starter - v1.6.2

Published by github-actions[bot] over 1 year ago

πŸ—οΈ Changes

  • c1f114e: Update social-preview-image.png (@markteekman) #49

πŸ› Bugs squashed

  • a0fc1f1: Fix aria-current not being set for the mobile menu #48 (@markteekman) #49 Thanks @djmtype!
accessible-astro-starter - v1.6.1

Published by github-actions[bot] almost 2 years ago

πŸ› Bugs squashed

  • 400a416: Solves submenu z-index on desktop (thanks @yohuck!) #46 #47
  • 617c90e: Fixed a small misalignment of the darkmode icon in the desktop menu (@markteekman) #47
accessible-astro-starter - v1.6.0

Published by github-actions[bot] almost 2 years ago

New

  • 6e0a671: New SEO component SiteMeta.astro. (Mark Teekman) #45

Changes

  • f2f3dd6: Improved blog and posts (pagination, breadcrumbs, SEO). (Mark Teekman) #45
  • 541425c: Moved theming styles to DefaultLayout.astro and added the new SiteMeta.astro component. (Mark Teekman) #45
  • 214693d: Simplified styles for ordered and unordered lists. (Mark Teekman) #45

Updates

  • d5f402f: Update Astro to version 1.6.3 and Accessible Astro Components to 1.6.1. (Mark Teekman) #45

Fixes

  • f93594f: Fixed typo in the title of the 404 page. (Mark Teekman) #45
accessible-astro-starter - v1.5.5

Published by markteekman about 2 years ago

Changes

  • Cleaned up project (removed autoprefixer, stylelint, vite ssr svgo and robots.txt)
  • Updated Astro to version 1.4.4
  • Updated Accessible Astro Components to version 1.5.7
Badges
Extracted from project README
buymeacoffee-button
Related Projects