v0.9.0-beta.1
Pre-release
Pre-release
·
215 commits
to main
since this release
🚨 Breaking Changes
- Add devframe/initiate — initDevframe framework-agnostic middleware - by @antfu in #167 (6ee88)
- Remove deprecated 0.7-era compat shims for 0.9 - by @antfubot in #180 (3a756)
- Reduce devframe + @devframes/hub public API surface for 0.9 - by @antfubot in #190 (6ca3e)
- Share one instance shell; make the WebSocket binding explicit - by @antfu and Claude Opus 5 (1M context) in #191 (3dc6b)
- Replace startHttpAndWs and mountDevframe with initHub/initDevframe and ctx.install - by @antfubot in #192 (5dc9b)
- Transport-neutral RPC sessions and connection meta - by @antfubot in #193 (9361d)
- Swappable UI packages — renderer-module manifest + missing-renderer fallback - by @antfubot and @antfu in #194 (369cb)
🚀 Features
- SSE transport as a portable alternative to the WebSocket - by @antfubot in #195 (fa664)
- client:
- Add DevframeRpcClient.close() - by @dvcolomban in #175 (02967)
- examples,docs:
- hub:
- hub-ui:
- json-render:
- json-render-ui:
🐞 Bug Fixes
- ci: Retry the Windows build and skip the redundant test-step rebuild - by @antfubot in #173 (dbf34)
- data-inspector: Scroll the left pane at short viewport heights - by @SaKaNa-Y in #178 (c8062)
- git: Show the icon matching the active theme in the toggle - by @SaKaNa-Y in #179 (1495c)
- hub-ui: Show the built-in Settings dock by default - by @antfubot in #198 (78470)