chore: version packages#807
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
July 9, 2026 15:27
7293c82 to
c3f88bc
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 9, 2026 17:06
c3f88bc to
3ec1260
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@tumaet/apollon@5.1.1
Patch Changes
#806
ecad49eThanks @FelixTJDietrich! - Fixes diagram content being framed behind the notch, Dynamic Island, or home indicator on a phone. Fitting the view now keeps every node clear of the device's safe area on all four edges, whether or not any editor chrome sits there.The zoom cluster now also honours the reduced-transparency and increased-contrast system settings, and floating chrome uses a lighter backdrop blur on touch devices, where the blur cost the most and showed the least.
#806
ecad49eThanks @FelixTJDietrich! - Keep the palette drag ghost themed when the editor is themed by its own mount node. The ghost portals todocument.bodyto track the cursor in viewport coordinates, which put it outside the subtree that scopes the editor's tokens — so<Apollon dataTheme="dark">dragged a light-on-white shape across a dark canvas. It now carries the theme it was grabbed under, whether that came fromdataTheme, from athemeoverride, or from a host stylesheet. Hosts that theme the document root were never affected.#806
ecad49eThanks @FelixTJDietrich! - Fix reachability-graph and syntax-tree popover titles repeating the diagram name. Selecting a marking said "Reachability Graph Marking" and a nonterminal said "Syntax Tree Nonterminal", where every other diagram shows the bare element name.#806
ecad49eThanks @FelixTJDietrich! - Fix form controls and portaled popups ignoring a scoped theme.Three separate causes, all of which only showed up when
data-themesits on the editor's own mount node rather than the document root:--home-*aliases the shared input/select/button primitives paint from were declared only on:root, so they resolved against the document's light base and merely inherited the computed value. A dark embed drew light input borders and light placeholder ink. They are now re-declared on.apollon-editor, like the chrome ramp.color: fieldtext, a system color keyed tocolor-scheme— i.e. the OS appearance, not the editor's theme. A light editor on a dark desktop rendered white text in its inputs.[data-slot="input"]and[data-slot="textarea"]now resetcolortoinherit.apollon-vscode@5.1.1
Patch Changes
#809
6c8f782Thanks @FelixTJDietrich! - Apollon for VS Code now carries the same version as the rest of Apollon, so the extension you install and the library it renders with are one number.If you have used the extension before, version
0.0.17wrote"files.associations": { "*.apollon": "json" }into your user settings every time it started. Nothing writes or needs it now. Diagrams open in the Apollon editor either way, but while that line remains, opening one as text shows it as plain JSON instead of an Apollon diagram. Deleting it restores the file icon and syntax highlighting.Updated dependencies [
ecad49e,ecad49e,ecad49e,ecad49e]:@tumaet/ui@0.0.2
Patch Changes
#806
ecad49eThanks @FelixTJDietrich! - Fix form controls and portaled popups ignoring a scoped theme.Three separate causes, all of which only showed up when
data-themesits on the editor's own mount node rather than the document root:--home-*aliases the shared input/select/button primitives paint from were declared only on:root, so they resolved against the document's light base and merely inherited the computed value. A dark embed drew light input borders and light placeholder ink. They are now re-declared on.apollon-editor, like the chrome ramp.color: fieldtext, a system color keyed tocolor-scheme— i.e. the OS appearance, not the editor's theme. A light editor on a dark desktop rendered white text in its inputs.[data-slot="input"]and[data-slot="textarea"]now resetcolortoinherit.@tumaet/server@5.1.1
Patch Changes
ecad49e,ecad49e,ecad49e,ecad49e]:@tumaet/webapp@5.1.1
Patch Changes
#806
ecad49eThanks @FelixTJDietrich! - Fixes the iOS app scrolling away from the diagram after you finish typing in a label or a text field, leaving a gap where the keyboard was.Updated dependencies [
ecad49e,ecad49e,ecad49e,ecad49e]: