Skip to content
Strata v1.2.6

v1.2.2

All release note pages now use the same "v1.X.X" title format. Older pages had a "Release Notes — v1.X.X" prefix that was inconsistent with v1.2.1.

Plans and Releases sidebar sections now correctly show newest first. Root cause: individual files had sidebar: order: X frontmatter that silently overrode the reversed: true setting in astro.config.mjs. Removed manual order: overrides from 5 release files and 1 plan file.

/docs/plans/ now lists all 37 implementation plans in a table (newest first), matching the format of /docs/releases/. Previously it had only a brief description with no navigation links.

2025-01-beta-feedback-plan.md (missing day — invalid naming convention) deleted. It was a duplicate of the correctly named 2026-05-01-beta-feedback-plan.md.

  • Tip header updated from "Node >=22 LTS — Node 24 recommended" to "Node 24 LTS recommended"
  • Line 103 updated from "Node ≥ 22 — already required" to "Node 24+ — already required"
  • 0b82a14 — docs: standardize release titles, fix sidebar ordering, plans index table, Node 24 dev-setup
  • ad18230 — chore: release v1.2.2