Releases: markteekman/accessible-astro-starter
Releases · markteekman/accessible-astro-starter
v2.0.6
Updates
- e2293d1: Upgrade astro-compress (@TheOtterlord)
v2.0.5
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
v2.0.4
Updates
- 616fddd: Update Accessible Astro Components to version 2.1.0 (@markteekman) #62
v2.0.3
Updates
- dff1fe2: Update Accessible Astro Components to version 2.0.0 (now support TypeScript thanks to @david-abell) (@markteekman) #59
v2.0.2
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 negativez-index
in the::after
pseudo element. (@markteekman) #57
v2.0.1
Updates
- 0074f80: Fix spelling mistake in
_breakpoint.scss
(thanks @shawninder!) #54 - 3a1bb62: Remove TypeScript errors from
Navigation.astro
(thanks @shawninder!) #55
v2.0.0
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
andprettier-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 🙂
v1.6.2
🏗️ 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!
v1.6.1
v1.6.0
New
Changes
- f2f3dd6: Improved blog and posts (pagination, breadcrumbs, SEO). (Mark Teekman) #45
- 541425c: Moved theming styles to
DefaultLayout.astro
and added the newSiteMeta.astro
component. (Mark Teekman) #45 - 214693d: Simplified styles for ordered and unordered lists. (Mark Teekman) #45