chore: release version bump#9
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 17, 2026 04:40
75ad988 to
c747f91
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 the packages will be published to npm 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
@vemjs/core@0.3.1
Patch Changes
@vemjs/core: new staticVemEditorState.onDidCreateState(cb)hook (fires for every state construction — splits, new tabs, snapshot restores — so hosts can attach per-state services like the plugin registry; returns an unsubscribe, cleared byresetDefaults) andexecutePluginCommandis now public (command palettes no longer need to reach into the private callback list).@vemjs/plugin-api:PluginRegistry.register()is idempotent (re-invocation can no longer stack duplicate buffer/mode/save listeners), newhas(name), and the registry accepts optionalPluginHostCapabilities(openFile,gitDiff) surfaced on the plugin context — plugins must treat them as absent-able.@vemjs/renderer-vecto:VemWorkspace.onLastTabClose(cb)notifies hosts after the final tab closes and the workspace has self-reset, letting the desktop build exit like Vim's:qwhile the web build keeps the splash.@vemjs/plugin-api@0.1.7
Patch Changes
@vemjs/core: new staticVemEditorState.onDidCreateState(cb)hook (fires for every state construction — splits, new tabs, snapshot restores — so hosts can attach per-state services like the plugin registry; returns an unsubscribe, cleared byresetDefaults) andexecutePluginCommandis now public (command palettes no longer need to reach into the private callback list).@vemjs/plugin-api:PluginRegistry.register()is idempotent (re-invocation can no longer stack duplicate buffer/mode/save listeners), newhas(name), and the registry accepts optionalPluginHostCapabilities(openFile,gitDiff) surfaced on the plugin context — plugins must treat them as absent-able.@vemjs/renderer-vecto:VemWorkspace.onLastTabClose(cb)notifies hosts after the final tab closes and the workspace has self-reset, letting the desktop build exit like Vim's:qwhile the web build keeps the splash.@vemjs/renderer-vecto@0.4.2
Patch Changes
VemWorkspaceopts into@vectojs/ui1.9.5'sautoHideTabBar(Vimshowtabline=1semantics), so a fresh start renders only the intro splash — likevimwith no arguments — and the bar appears once a second buffer opens. Layout heights follow the live bar height viaeffectiveTabBarHeight. Engine floors raised to@vectojs/core@^1.9.2/@vectojs/ui@^1.9.5.@vemjs/core: new staticVemEditorState.onDidCreateState(cb)hook (fires for every state construction — splits, new tabs, snapshot restores — so hosts can attach per-state services like the plugin registry; returns an unsubscribe, cleared byresetDefaults) andexecutePluginCommandis now public (command palettes no longer need to reach into the private callback list).@vemjs/plugin-api:PluginRegistry.register()is idempotent (re-invocation can no longer stack duplicate buffer/mode/save listeners), newhas(name), and the registry accepts optionalPluginHostCapabilities(openFile,gitDiff) surfaced on the plugin context — plugins must treat them as absent-able.@vemjs/renderer-vecto:VemWorkspace.onLastTabClose(cb)notifies hosts after the final tab closes and the workspace has self-reset, letting the desktop build exit like Vim's:qwhile the web build keeps the splash.