Releases: nocturnium/svelte-ide
Releases · nocturnium/svelte-ide
v1.1.1
v1.1.0
v1.0.6
v1.0.5
1.0.5 (2026-06-09)
Bug Fixes
- avatar: default AI avatars to the assistant hue, not the presence hue (32bf449)
- complexity: detect functions with TS return types and multi-line signatures (2cfae99)
- components: style all plugin states, stop badge clipping, color config icons (21bce41)
- core: render a clean AI glyph in Avatar instead of a clipped badge (c7ba1c7)
- demo: align demo accents to brand tokens and fix code/copy issues (69c49db), closes #a855f7
- editor: point intelligence components at real --ide-* design tokens (bdf17de)
- semantic: detect exported expression-bodied arrow functions (f4c416d)
- structure-map: de-collide labels and drop duplicate export rows (c8a236d)
v1.0.4
v1.0.3
1.0.3 (2026-06-09)
Bug Fixes
- backend: stop send-on-closed-channel panic from tearing down the LSP bridge (a094172)
- crdt: make yjs a truly optional peer and wire presence through the provider (defe79d)
- editor: align caret, selection, scroll and clicks with folded text (3a21216)
- editor: correct multi-cursor edits and undo grouping (34a2fad)
- editor: expose folding/multi-cursor via Editor/EditorPane and make overlays opt-in (995f481)
- Overall hardening and improvements (3a70628)
- services: harden LSP socket lifecycle and isolate optimistic queues (ed20a51)
- stores: make collections reactive and fix the dirty-flag latch (49c5a31)
- tokenizer: re-tokenize stale lines and make language support truthful (f99a827)
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2026-06-08)
Bug Fixes
- ai: stop AIPanel auto-save effect from looping (08e21d9)
- demo: make all demo pages responsive and usable on mobile (88f7eb6)
- demo: scope full-bleed to the IDE pages and widen docs pages on large screens (33c4d53)
- demo: seed plugin store offline in the playground to stop /api/plugins 404s (1933df1)
- editor: prevent StructureMap each_key_duplicate crash (978e570)
- test: polyfill CloseEvent for Node < 23 so the LSP tests pass in CI (6162ce0)
Features
- demo: full-bleed IDE pages and single-source version badge (9dd2886)
- from nocturnium/docs/site-visual-and-content-correctness (f38ffda)
BREAKING CHANGES
- IDELayout content is now passed as snippet props
(activityBar, leftSidebar, editor, bottomPanel, rightSidebar, statusBar)