free-coding-models 0.5.8 → 0.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Changelog v0.5.8 - 2026-06-02
|
|
2
|
+
|
|
3
|
+
### Added
|
|
4
|
+
- **Lighthouse Accessibility score: 96** (target ≥ 95). Web Dashboard passes comprehensive a11y audit.
|
|
5
|
+
- **Global `:focus-visible` outlines** — All interactive elements show a visible focus ring for keyboard users. Mouse clicks don't trigger the ring.
|
|
6
|
+
- **Mobile hamburger navigation** — At viewports ≤ 768px, primary nav buttons collapse into a hamburger menu that opens a full-width dropdown. Never a left sidebar.
|
|
7
|
+
- **`aria-label` audit** — All header buttons (benchmark, theme, export, command palette, kebab menu) now have descriptive `aria-label` attributes for screen readers.
|
|
8
|
+
- **`<main>` landmark** — Dashboard view now uses a `<main>` element for proper HTML5 document structure.
|
|
9
|
+
- **Select element labels** — Visibility and Provider `<select>` elements now have `htmlFor`/`id` linkage and `aria-label` attributes.
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
- **Color contrast improvements** — Version badge uses `--color-text-muted` instead of `--color-text-dim`. Model ID text in the table uses `--color-text-muted`. Dark-theme B+/B/C tier badge colors brightened for WCAG compliance.
|
|
13
|
+
- **Benchmark button `aria-label`** matches visible text to avoid label-content-name-mismatch.
|
|
14
|
+
- **Header overflow menu** closes on Esc when mobile nav is open.
|
|
15
|
+
- **README** updated from "M3 parity" to "M4 parity" with Router Dashboard, Token Usage, Installed Models, and Install Endpoints documented. M5 roadmap listed.
|
|
16
|
+
- **Changelog** — `changelog/v0.5.7.md` updated to cover both M4 and M5 changes.
|
|
17
|
+
- **Plan tracker** — `ideas/tui-web-feature-parity.md` updated: all 5 milestones marked DONE.
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
- Lighthouse `landmark-one-main` — Added `<main>` element.
|
|
21
|
+
- Lighthouse `select-name` — Linked labels to selects via `htmlFor`/`id`.
|
|
22
|
+
- Lighthouse `label-content-name-mismatch` — Fixed benchmark button accessible name.
|
|
23
|
+
- Lighthouse `color-contrast` — Brightened low-contrast text in version badge, model IDs, and tier badges.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "free-coding-models",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.9",
|
|
4
4
|
"description": "Find the fastest coding LLM models in seconds — ping free models from multiple providers, pick the best one for OpenCode, Cursor, or any AI coding assistant.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nvidia",
|