github live-codes/livecodes v31

latest releases: v46, sdk-v0.11.1, sdk-v0.11.0...
14 months ago

v31 (2024-06-29)

Highlights for this release:

  • CodeMirror TypeScript editor support:

    This release adds TypeScript editor support for CodeMirror (the default editor on mobile).
    This includes auto-complete, type info on hover and linting (showing type errors).
    This also includes automatically loading types for imported npm modules and the support of custom (user-defined) types.

    All of these features (except showing type errors) are also available in JS & JSX.

  • The AI code assistant now works on CodeMirror editor.

Bug Fixes

  • App: fix race condition for AMD define between monaco editor and localforage (847d567)
  • Editor: fix multiple registers for twoslash completions (2f0147e)
  • Types: fix loading custom types (33458af)

Features

  • Editor: support adding types on codemirror (7ef6551)

Don't miss a new livecodes release

NewReleases is sending notifications on new releases.