Skip to content

Releases: nocturnium/svelte-ide

v1.1.1

09 Jun 13:39

Choose a tag to compare

1.1.1 (2026-06-09)

Bug Fixes

  • editor: stop clipping complexity indicators below the first viewport (54f3e2c), closes hi#complexity

v1.1.0

09 Jun 13:14

Choose a tag to compare

1.1.0 (2026-06-09)

Bug Fixes

  • demo: align the active fold-preset clear button to the card corner (88ec36e)
  • editor: make fold presets collapse by range, not exact header line (f8b6643)

Features

  • editor: fold consecutive import statements (a4b7f43)

v1.0.6

09 Jun 12:04

Choose a tag to compare

1.0.6 (2026-06-09)

Bug Fixes

  • complexity: align gutter colors and demo legend with analyzer levels (49843e9)
  • complexity: drop phantom regions and stop over-rating shallow code (3598108)
  • editor: make semantic fold presets actually fold (3a29e1f)

v1.0.5

09 Jun 04:51

Choose a tag to compare

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

09 Jun 01:57

Choose a tag to compare

1.0.4 (2026-06-09)

Bug Fixes

  • ai,editor: de-Claudify the mock model id and theme the intelligence overlays (9f75c7d)

v1.0.3

09 Jun 01:39

Choose a tag to compare

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

08 Jun 13:54

Choose a tag to compare

1.0.2 (2026-06-08)

Bug Fixes

  • tokenizer: stop template-literal highlighting from leaking past its line (11066ce)

v1.0.1

08 Jun 13:26

Choose a tag to compare

1.0.1 (2026-06-08)

Bug Fixes

  • editor: fold/unfold the block containing the cursor, not only the header line (863752a)

v1.0.0

08 Jun 01:00

Choose a tag to compare

1.0.0 (2026-06-08)

  • feat(layout)!: migrate IDELayout from slots to snippet props (1e5d4a8), closes #snippet

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)