Skip to content

v0.2.0

Compare
Choose a tag to compare
@Mytrill Mytrill released this 18 Apr 14:43
· 136 commits to master since this release

New Features

Improvements to the build system

  • Allow to import commonjs/UMD modules
  • Allow to import files from URL, e.g. import { Link, Route, location } from "https://unpkg.com/@hyperapp/router"

Other

  • Added authentication with Github
  • Added shortcuts to save/run/debug projects
  • Added modal in editor to display available shortcuts
  • When running project, set history location to "/" to allow use of client side routers
  • Change to the global style: we are going dark!
  • Tweak the UI on project dependencies
    • The dependencies folder is now always visible
    • It is now possible to add a dependency from the dependencies's folder menu

Bug Fixes

  • Error messages are now properly reported when authentication with Github/Google fails
  • Proper handling of overflowing tabs in source editor
  • Fix issues on how local only projects are stored and retrieved