Skip to content

v28

Compare
Choose a tag to compare
@hatemhosny hatemhosny released this 24 Apr 19:27
· 30 commits to develop since this release
ca842ab

v28 (2024-04-24)

Highlights for this release:

  • Add support for Gleam language (starter template - docs)
  • Enable AI code completion on mobile editor (codemirror) - (experimental)
  • Upgrade monaco editor to v0.48.0, TypeScript compiler to v5.4.5, and prettier formatter to v3.2.5

Bug Fixes

  • Types: fix type bundler for subpaths (f4d88e1)

Features

  • App: upgrade monaco editor to v0.48.0 (88253f9)
  • Compilers: add support for gleam language (a1bb21e)
  • Compilers: allow gleam code to use npm modules without import maps (52a269a)
  • Compilers: allow loading custom gleam modules (cf13102)
  • Compilers: dynamically load gleam stdlib (9352da4)
  • Compilers: make official gleam packages available by default (5aed5ea)
  • Compilers: upgrade TypeScript to v5.4.5 (0d020ef)
  • Editor: enable AI code completion for codemirror (ac2c6f3)
  • Formatter: upgrade prettier to v3.2.5 (bf0ee4f)
  • Import-maps: allow config imports to override auto-generated user imports (e87018f)
  • Templates: add gleam starter template (cc57e38)