Release v2.2.12 - #431
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced Aug 27, 2026
Merged
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.
Release v2.2.12 — bumps the version
2.2.11→2.2.12inpackage.jsonandpackage-lock.json.Bug fixes in this release
CFM-18: lower attachment threshold so large saves succeed (backport of #428) #429 — CFM-18: lower attachment threshold so large saves succeed.
Large interactive states near 480 KiB produced ~1.06 MB Firestore answer
documents that exceeded the 1 MB limit and failed to save. Lowers the
dynamic attachment size threshold so oversized states are offloaded to an
S3 attachment, and switches the size check to UTF-8 byte counting so
multi-byte content is measured correctly. (Backport of fix: lower attachment threshold so large saves succeed [CFM-18] #428.)
CODAP-1341: suppress focus outline on CFM menu list container #430 — CODAP-1341: suppress focus outline on CFM menu list container.
A stray browser focus outline could appear around the whole CFM menu
(File, Settings, Help, …) when it was opened, because React Aria gives the
menu list container programmatic focus. Adds a CSS rule so the container —
never a meaningful keyboard focus target — shows no focus outline; keyboard
users still navigate the menu items, which keep their own focus styling.
Both fixes are already merged into
v2.2.x; this PR only adds the version bump.🤖 Generated with Claude Code