docs: document how to check the GramFrame version#182
Merged
Conversation
Adds a "Checking the version" section to the README covering both the Pan button tooltip and the programmatic state.version route via the public API. Co-Authored-By: Claude Opus 4.8 <[email protected]> Claude-Session: https://claude.ai/code/session_01UrV8WBAsULghxpC6j7d9J5
Contributor
PR PreviewPreview deployment is ready! View Preview Last updated: 2026-06-26T09:45:22.704Z |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #181, which added a way to read a GramFrame instance's version (Pan button tooltip + a single
getVersion()source of truth). That capability wasn't documented anywhere — this adds a short "Checking the version" section to the README.What it covers
GramFrame vX.Y.Z(works even while the button is disabled, before zooming in).state.versionvia the publicGramFrame.addStateListener(...)API. (There's no dedicatedgetVersion()method on the public API — the state listener is the only public path, so that's what's documented.)vDEVuntilyarn generate-versionruns.Documentation-only change; no code touched.
🤖 Generated with Claude Code
https://claude.ai/code/session_01UrV8WBAsULghxpC6j7d9J5
Generated by Claude Code