Commit f9e1fd5
committed
py(deps[uv]) Bump gp-sphinx workspace pins to 0.0.1a12
why: gp-sphinx cut 0.0.1a12 with a single iOS Safari fix --
the sidebar logo no longer disappears during SPA navigation.
The previous order ran the DOM swap before history.pushState,
so the new <img src=...> in the sidebar resolved its relative
URL against the OLD page's directory and 404'd on every
cross-depth navigation. Chromium and Gecko queue <img> URL
resolution as an element task and read document.baseURI AFTER
pushState fires on the same call stack, so they tolerated the
bug. WebKit (iOS Safari) resolves eagerly, and inside
document.startViewTransition the failed-load state was then
committed into the new snapshot during the cross-fade. Most
visible on iPad with Request Desktop Site. Tracking the new
alpha picks the fix up on the next docs build at
https://libtmux-mcp.git-pull.com/.
what:
- pyproject.toml: gp-sphinx, sphinx-autodoc-api-style, and
sphinx-autodoc-fastmcp all move 0.0.1a11 -> 0.0.1a12 in
[dependency-groups] dev and docs.
- uv.lock regenerated; gp-sphinx workspace siblings co-
resolved to 0.0.1a12.1 parent 669fbc2 commit f9e1fd5
2 files changed
Lines changed: 43 additions & 43 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments