Releases: incluud/accessible-astro-starter
Release list
v5.2.5
Chores
- 78c27f6: Bump package version to 5.2.5 (@markteekman)
- a215ab0: Upgrade accessible-astro-components to 5.4.0 (@markteekman)
v5.2.4
Bug Fixes
- e7ab0e5: Fix
PageHeader.astrocomponent not displaying custom avatars (@isorithm7)
Chores
- 78c27f6: Bump version to 5.2.3 in package.json (@markteekman)
v5.2.3
Features
- 3b11b59: Add
Toastcomponent documentation and demo functionality (@markteekman)
Chores
- 570963a: Update dependencies and bump versions in package.json and package-lock.json (@markteekman)
- 341e847: Bump version to 5.2.3 in package.json (@markteekman)
v5.2.2
Next Release
Chores
-
702c829: Update ESLint configuration to include Astro recommended and jsx-a11y (@markteekman)
- Fixes #187, thanks @vshikhar95!
-
ad336a3: Bump version to 5.2.2 in package.json (@markteekman)
Refactoring
- 0ea7aea: Fix Astro accessibility ESLint config and newly surfaces ESLint issues (@markteekman)
v5.2.1
Bug Fixes
- a876004: Correct path handling in menu item activation and add SCSS load paths (@markteekman)
Chores
- 6bae289: Bump version to 5.2.1 in package.json and package-lock.json (@markteekman)
v5.2.0
This release introduces the Accessible Astro Starter CLI - a new scaffolding tool that makes it easier than ever to start accessible Astro projects. Run npm create accessible-astro-starter@latest and choose from five presets (Full, Blog, Portfolio, Minimal, or Barebones) with optional launcher integration. The interactive CLI guides you through project setup with colorful prompts and smart defaults.
Features
- 90f22d5: Add CLI for scaffolding new projects with interactive configuration prompts (@markteekman)
- 3d2ef41: Implement colorful CLI intro and outro messages with tests (@markteekman)
- fc6ced5: Add HTML escaping utility function to enhance security (@markteekman)
Bug Fixes
- b9d78ff: Improve directory path handling in CLI output (@markteekman)
Documentation
- 539760f: Update README with local development instructions for CLI (@markteekman)
Refactoring
- 9e034e1: Enhance HTML escaping and improve menu item activation logic (@markteekman)
- 6afaa65: Streamline npm command handling and verify output directory in E2E tests (@markteekman)
Chores
- e3ff265: Bump version to 5.2.0 (@markteekman)
v5.1.1
Chores
-
83c3c22: Update package dependencies to latest versions (@peterpadberg)
-
46ffefc: Bump version in package.json and package-lock.json from 5.1.0 to 5.1.1 (@peterpadberg)
v5.1.0
Bug Fixes
-
87c85be: Upgrade eslint to ^9.39.4 to match @eslint/js and gain access to recent v9 maintenance releases and bug fixes, while maintaining compatibility with eslint-plugin-jsx-a11y@6.10.2
-
d456c8c: Update SCSS import paths across multiple components
Chores
-
9995636: Update to package lock to Astro 6 and dependencies (@peterpadberg)
-
04ab7f6: Update Node version to >=22.12.0 in package.json
-
52ba68e: Update .nvmrc to v22.12.0
-
0b59e0d: Update Astro version in README from 5.16.0 to 6.1.1 for accuracy
-
d3b0e75: Bump version in package.json and package-lock.json from 5.0.3 to 5.1.0
v5.0.3
Bug Fixes
-
2defd68: Downgrade eslint and @eslint/js versions in package.json to prevent peerdependency issue with eslint-plugin-jsx-a11y #178 (@peterpadberg)
-
27be2ed: Add package-lock.json and remove it from .gitignore (@peterpadberg)
v5.0.2
Features
-
c475aca: Add git-cliff configuration and update release workflow (@peterpadberg)
-
cc401b4: Add Tooltip component documentation to accessible-components page (@markteekman)
Chores
-
dc5001c: Update dependencies in package.json for improved stability and features (@markteekman)
-
499f688: Bump version in package.json from 5.0.1 to 5.0.2 (Mark Teekman)