Skip to content

v31

Compare
Choose a tag to compare
@hatemhosny hatemhosny released this 29 Jun 19:59
· 48 commits to develop since this release
4f1f1e4

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)