Conversation
chore: back-merge main into dev (sync after 1.1.5 release)
… in clone Two wide-table issues: - The full-screen button floated off-screen at the table's hidden far-right edge: under a shrink-to-fit / horizontally-scrolling ancestor (Obsidian's `.cm-table-widget`), `.lookout-table-host` ballooned to the table's intrinsic width and the absolutely-positioned button went with it. The host is now a 1x1 grid (`minmax(0, 1fr)` + scroller `min-width: 0`) so it caps at the visible column width; the button shares the cell, pinned top-right with `position: sticky` as a safety net. - Full-screen tables showed stray "⋮" marks per cell: Obsidian's Live Preview table-editor chrome (`.table-col-btn`, `.table-row-drag-handle`) was carried into the clone by cloneNode. Strip it from the clone only (the live inline table is untouched). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013zhPq4Kj3TYSkPCuY4ovmj
…clone The earlier table-chrome fix stripped only `.table-col-btn` and `.table-row-drag-handle`, so the horizontal ":::" column drag grip (`.table-col-drag-handle`) and the row "+" menu button (`.table-row-btn`) survived the clone and still showed as stray marks in full-screen. Verified the full control set against the running Obsidian 1.12.7 table widget; strip all four editor-chrome classes on both axes (clone only, the live inline table is untouched). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
fix: wide-table full-screen button placement & clone chrome
Patch release of the wide-table full-screen fixes from #20: - full-screen button no longer floats off-screen on shrink-to-fit/scrolling ancestors - full-screen clone strips all four Live Preview table-editor controls (column/row menu buttons + column/row drag grips), incl. the horizontal ":::" column grip the earlier fix missed Bumps manifest.json, versions.json, and CHANGELOG.md in lockstep. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
chore: release 1.1.6
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 1.1.6 → main
Promotes
devtomainto trigger the automatic1.1.6tag + release.Included since 1.1.5
.cm-table-widget). (fix: wide-table full-screen button placement & clone chrome #20).table-col-btn,.table-row-btn) and column/row drag grips (.table-col-drag-handle,.table-row-drag-handle), including the horizontal:::column grip the first pass missed. (fix: wide-table full-screen button placement & clone chrome #20, follow-up)1.1.6(manifest.json/versions.json/CHANGELOG.md). (chore: release 1.1.6 #21)On merge, the release workflow reads
versionfrommanifest.json, pushes the bare1.1.6tag, and publishesmain.js+styles.csswith build-provenance attestation.🤖 Generated with Claude Code