chore: version packages#774
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
c8551a2 to
678b45d
Compare
678b45d to
cd36c07
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@4.9.0
Minor Changes
#773
8251733Thanks @FelixTJDietrich! - Adds swimlanes (activity partitions) to activity diagrams. Drop a swimlane from the sidebar, then add, remove, rename, or reorder its lanes and switch between vertical columns and horizontal rows from its edit popover. Drag a lane separator to resize the lanes. Activity elements dropped into a swimlane become its children and move with it; place each element under the lane for the role or system that performs that step.#778
d03f562Thanks @FelixTJDietrich! - Add a canvas overlay/control API so host applications can mount their own floating controls — toolbars, side panels, banners — directly inside the editor, in any corner or edge region. Registered chrome is collision-free and the diagram automatically makes room for it, so the canvas stays usable beneath it. The editor's built-in chrome (element palette, zoom/undo controls, minimap) is restyled onto one shared Liquid-Glass surface — translucent tint floor, backdrop blur, concentric radii and consistent elevation — that adapts to light and dark and honours reduced-transparency, increased-contrast and reduced-motion preferences. An untitled diagram now keeps an empty title (consumers can show their own placeholder) instead of being auto-named "Untitled Diagram".Patch Changes
#645
2115fe3Thanks @tamang29! - Communication diagram message labels no longer overlap the edge line, and on vertical edges the two message directions now appear on the correct sides.#777
295a627Thanks @FelixTJDietrich! - Edge and interface labels now lay out neatly and consistently. Relationship and stereotype labels sit centered just above their edge and move to a clear arm and side when they would otherwise overlap the edge's own bends, a connected node, or another edge; role and multiplicity labels stay on the correct side of bent edges; and communication-diagram message arrows point the right way. Provided/required interface names in component and deployment diagrams now sit centered below the interface symbol (and wrap if long) instead of floating off its top-right corner, and automatically move to a clear side when an edge connects where the name would otherwise sit. Multi-word use-case actor names (e.g. "Premium Customer") now wrap below the figure instead of truncating. Labels are now placed identically in the editor and in PNG/PDF/SVG exports.@tumaet/server@4.9.0
Minor Changes
41059b1Thanks @FelixTJDietrich! - Embed your diagrams anywhere. Drop one into a README, an issue, a pull request, or any page as a Markdown image — it renders inline as a polished framed card with the diagram, its title, and an "Open in Apollon" button, matches light and dark themes, and updates as you keep editing — or paste a ready-made iframe snippet. The share dialog gains an "Embed" panel with copy-paste code, and embedding needs no sign-in or tokens: the diagram link is the key, exactly like opening it in the editor. Sharing now leads with live collaboration by default, and the dialog uploads a single shared copy whose access (collaborate, edit, or feedback) you can switch without ever creating duplicates. Embedded diagrams stay alive as long as they're viewed, so they won't quietly disappear from a README, and a popular one stays fast no matter how many people open it.Patch Changes
#677
41059b1Thanks @FelixTJDietrich! - Server-rendered diagram images and PDFs now include edges that connect to a node's in-between anchor points. Previously such an edge was silently dropped from the export, so a diagram could come out with its boxes but a missing connection.#677
41059b1Thanks @FelixTJDietrich! - Server-rendered diagram images and PDFs now place edge labels on their edge (at the path midpoint) instead of at a fallback point off to the side. Edge-relative decorators (e.g. the SFC transition condition) are positioned the same way.Updated dependencies [
8251733,d03f562,2115fe3,295a627]:@tumaet/webapp@4.9.0
Minor Changes
#677
41059b1Thanks @FelixTJDietrich! - Embed your diagrams anywhere. Drop one into a README, an issue, a pull request, or any page as a Markdown image — it renders inline as a polished framed card with the diagram, its title, and an "Open in Apollon" button, matches light and dark themes, and updates as you keep editing — or paste a ready-made iframe snippet. The share dialog gains an "Embed" panel with copy-paste code, and embedding needs no sign-in or tokens: the diagram link is the key, exactly like opening it in the editor. Sharing now leads with live collaboration by default, and the dialog uploads a single shared copy whose access (collaborate, edit, or feedback) you can switch without ever creating duplicates. Embedded diagrams stay alive as long as they're viewed, so they won't quietly disappear from a README, and a popular one stays fast no matter how many people open it.#778
d03f562Thanks @FelixTJDietrich! - Rebuild the editor chrome as cohesive floating glass. The header is no longer a flat bar — it is rounded, translucent islands (brand + navigation, the document title, and actions/version/theme) that hover over a full-bleed canvas with the same margins and material as the element palette and zoom controls. The title sits next to the navigation and grows with the diagram name; the header fluidly collapses labels to icons as space tightens and, on phones, into an overflow menu rather than hiding controls. Version history becomes a floating glass panel — a right-side rail on wider screens, a floating card on phones — that the diagram makes room for without shifting. The chrome hugs device safe areas (notch, Dynamic Island, home indicator) on iOS and Android. New diagrams are created untitled (no auto-generated name): the dashboard shows a muted "Untitled diagram" placeholder and the editor a placeholder in the title field, instead of a literal "Untitled Diagram" name. The dashboard header gets a frosted-glass refresh and a "Skip to diagram" link speeds up keyboard navigation. Everything themes in light and dark and respects reduced-transparency, increased-contrast and reduced-motion preferences.Patch Changes
8251733,d03f562,2115fe3,295a627]: