Skip to content

Commit a86f144

Browse files
committed
🔖 Static site plugin v0.0.8
1 parent a573296 commit a86f144

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

clients/static-site/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.8] - 2025-12-22
9+
10+
## What's Changed
11+
12+
### Changed
13+
- Refactor to functional tab pool + work queue architecture for improved performance and reliability
14+
- True tab-level concurrency (max tabs actually means max browser tabs, not max pages)
15+
- Tab reuse via pooling eliminates create/destroy overhead
16+
- Task-based processing where each (page, viewport) tuple is independent
17+
- Better work distribution across concurrent tasks
18+
- Migrate test suite from Vitest to Node.js built-in test runner (22+ required)
19+
- Migrate from ESLint + Prettier to Biome for unified, faster linting and formatting
20+
21+
### Fixed
22+
- Fix cloud mode crash when using `services.get()` API (now uses direct property access)
23+
- Fix accessibility issues in example code (button types, aria-hidden attributes)
24+
25+
**Full Changelog**: https://github.com/vizzly-testing/cli/compare/static-site/v0.0.7...static-site/v0.0.8
26+
827
## [0.0.7] - 2025-11-30
928

1029
## What's Changed

clients/static-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vizzly-testing/static-site",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Static site generator plugin for Vizzly - seamlessly integrate static sites (Gatsby, Astro, Jekyll, Next.js) into your visual development workflow",
55
"keywords": [
66
"vizzly",

0 commit comments

Comments
 (0)