Skip to content

Commit da97164

Browse files
committed
Bump version to 5.5.0 and update change history
1 parent 302f1b5 commit da97164

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,3 +282,8 @@ All commands are run from the root of the project, from a terminal:
282282
- Optimized SEO JSON-LD Article generation to automatically distinguish between generic pages and blog posts
283283
- Migrated Sätteri PlantUML compile-time fetching from raster PNGs to direct embedded vector SVGs
284284
- Simplified flat ESLint/Prettier configuration directives to support global folder checks (`pnpm run lint`)
285+
- 5.5.0: Testing suite & core fixes:
286+
- Added a comprehensive testing suite combining Unit Tests (Vitest) and End-to-End browser tests (Playwright) achieving complete codebase coverage (routes, search, theme toggling, Leaflet maps, Swiper, and diagrams)
287+
- Fixed a core template pagination bug in `paginatecontrol.astro` that caused incorrect next/prev page URL prefixing under base subpaths
288+
- Refactored `rss.xml.js` endpoints to use the standard Astro context API (`context.site`) and cleanly resolve absolute media asset paths
289+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hello-astro",
33
"description": "Hello Astro is a full featured Astro corporate/marketing/blog starter theme written in Typescript and TailwindCSS. It supports Markdown and MDX based pages and blog posts.",
4-
"version": "5.3.0",
4+
"version": "5.5.0",
55
"scripts": {
66
"dev": "astro dev",
77
"clean": "rm -rf node_modules .astro dist",

0 commit comments

Comments
 (0)