Releases: incluud/accessible-astro-starter
Releases · incluud/accessible-astro-starter
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
Updates
Fixes
v1.5.5
Changes
- Cleaned up project (removed
autoprefixer
,stylelint
,vite ssr svgo
androbots.txt
) - Updated Astro to version 1.4.4
- Updated Accessible Astro Components to version 1.5.7
v1.5.4
Updates
- Astro to version 1.1.5
- Astro Icon to version 0.7.3
- Accessible Astro Components to version 1.5.6