Skip to content

v1.0.0

Choose a tag to compare

@jdziat jdziat released this 08 Jun 01:00
· 95 commits to main since this release

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)