Releases: markteekman/accessible-astro-starter
Releases · markteekman/accessible-astro-starter
Next Release
v3.1.2
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)
v3.1.1
Updates
- cea7b82: Add RepsonsiveToggle to View Transition life cycle event (@markteekman) #85
v3.1.0
Updates
- 1174b7c: Update Astro to 4.0 and update dependencies (@markteekman) #84
- dd298c9: Add View Transitions to
main
as an example (@markteekman) #84
v3.0.3
Updates
- Fix spelling: "accessiblity" -> "accessibility" in
package.json
(@tobybaratta) #82
v3.0.2
v3.0.1
Updates
- 3b26f4a: Update Accessible Astro Components package to version 2.3.0 (@markteekman) #80
v3.0.0
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
v2.0.7
Updates
- Update Accessible Astro Components package to 2.2.0, fixes #73 (@markteekman) through #57 (@david-abell) #74
v2.0.6
Updates
- e2293d1: Upgrade astro-compress (@TheOtterlord)