Skip to content

release: v3.3.0 — VAT MVP, deep-linkable sections, hover anchors - #648

Merged
fernandotonon merged 1 commit into
masterfrom
release/v3.3.0-vat-mvp
May 20, 2026
Merged

release: v3.3.0 — VAT MVP, deep-linkable sections, hover anchors#648
fernandotonon merged 1 commit into
masterfrom
release/v3.3.0-vat-mvp

Conversation

@fernandotonon

Copy link
Copy Markdown
Owner

Summary

Cuts a 3.3.0 minor release with the VAT pipeline landing as the headline feature, plus a couple of website polish improvements aimed at making the new `#vat-demo` section easy to share.

Version

  • `CMakeLists.txt`: `3.2.1` → `3.3.0` (single source of truth)
  • `README.md` + `website/src/hooks/useQtmeshActionRef.js`: auto-synced by `scripts/sync-doc-versions-from-cmake.sh`

Why a minor (not patch) bump

VAT is a brand-new user-facing capability — new CLI subcommand, new file artifacts (PNG bake, JSON sidecar, source.gltf, Ogre bind sidecar), three new engine shader templates, and a live web demo. Patch bumps are reserved for bug fixes; this carries enough new surface to deserve 3.x.y → 3.3.0.

The VAT work itself shipped across:

Website polish

  • Deep-linkable sections. `/#vat-demo`, `/#install`, `/#cli`, etc. now scroll to the right section on initial load AND in-session hashchanges. The browser's native fragment-scroll happens before React mounts the sections so the cold-load behaviour was previously "land at the top." Fixed with a `useEffect` that re-resolves the hash after mount (via `requestAnimationFrame` so the layout has settled) and a `hashchange` listener for in-session smooth-scroll.
  • Hover anchor links. Each `
    ` title now reveals a `#` link on hover so visitors can grab a shareable URL.
  • Scroll polish. `scroll-behavior: smooth` + `scroll-margin-top: 1.5rem` on `section[id]` so anchor-scroll lands with breathing room.

Documentation

  • New "VAT" tab in the home page's CLI examples panel.
  • New `cmd-vat` reference section in the docs page (synopsis, options, examples) and a `vat` entry in the docs sidebar between `pose` and `scan`.

Test plan

  • `./scripts/sync-doc-versions-from-cmake.sh --check` passes (synced manually in the same commit so the verify-doc-versions CI job is green from the start)
  • Deep-link smoke: hit `#vat-demo`, `#install`, `#cli` cold-load — scroll lands on the target
  • In-session `hashchange` smooth-scrolls
  • Cross-browser smoke (Chrome / Safari / Firefox) after deploy preview
  • Verify the deployed `/docs.html#cmd-vat` page renders the new section

🤖 Generated with Claude Code

Bumps the project version to 3.3.0 in CMakeLists.txt (single source
of truth — sync-doc-versions-from-cmake.sh propagates to README and
the website's pinned action ref). The 3.x.y → 3.3.0 minor bump
reflects the VAT pipeline (PRs #640 / #644 / #646 / #647 landing
together):

  - `qtmesh vat <file> --anim <name> -o <dir>` CLI subcommand
  - OpenVAT-format 16-bit position+normal bake
  - Vertex-order-aligned source.gltf + Ogre bind sidecar so engine
    importers can realign UV2 to the bake's column order
  - Drop-in shader templates for Godot/Unity/Unreal at
    tools/vat-shaders/
  - Live website demo at /#vat-demo (Showcase + 1000× VAT vs
    1000× skeletal perf comparison)

Website updates:

  - Deep-linking to any section (e.g. `/#vat-demo`, `/#install`,
    `/#cli`) now works on both initial load (React-mount-aware
    scroll-into-view via requestAnimationFrame) and during
    in-session hashchanges (smooth scroll).
  - Each Section title gains a hover-visible `#` anchor link so
    visitors can grab a shareable URL without dev-tools.
  - New "VAT" tab on the home page's CLI examples panel with a
    full `qtmesh vat` command demo.
  - New `cmd-vat` reference section in the docs (synopsis,
    options, examples, sidebar entry).
  - `scroll-behavior: smooth` + `scroll-margin-top: 1.5rem` on
    `section[id]` so anchor-scroll lands with breathing room
    rather than flush against the viewport top edge.
@coderabbitai

coderabbitai Bot commented May 20, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@fernandotonon has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 1 minute and 55 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e587dcfb-7ab9-402e-9f62-791c64e85924

📥 Commits

Reviewing files that changed from the base of the PR and between 3a588c9 and dca7d0a.

📒 Files selected for processing (9)
  • CMakeLists.txt
  • README.md
  • website/src/App.jsx
  • website/src/DocsApp.jsx
  • website/src/components/Section.jsx
  • website/src/components/Section.module.css
  • website/src/data/content.js
  • website/src/hooks/useQtmeshActionRef.js
  • website/src/styles/global.css
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v3.3.0-vat-mvp

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@fernandotonon
fernandotonon merged commit 4dc98da into master May 20, 2026
13 checks passed
@fernandotonon
fernandotonon deleted the release/v3.3.0-vat-mvp branch May 20, 2026 19:55
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant