Skip to content

v1.0.0

Compare
Choose a tag to compare
@mattbdean mattbdean released this 27 Jun 13:37
· 89 commits to master since this release

Big stuff

  • Datatable links are now shareable. Change the page, filters, or sorting, and it will be reflected in the URL. Give this URL to someone else who has access to that database and they can pick up where you left off. (#90)
  • Docker is now the preferred way of getting/running Helium (#103)
  • Forms now provide error messages and additional validation (#5)
  • Fixed some issues that caused the browser to grind to a halt when handling large datasets
  • Autocomplete fields now support fuzzy searching (#57)
  • Auto increment fields are automatically assigned the next value in a form (#64)
  • The JSON API is now documented
  • Can now specify a port when logging in. To specify a port, add a colon and the host (e.g. example.com:1234). The default is still 3306 if no port is manually specified (#68)
  • Added a "report a bug" button in the bottom left (#32)
  • A dozen or two bugs squashed

Technical stuff

  • Updated to Angular 6
  • Added a web manifest and favicon (#25)
  • Removed dependency on ng-inline-svg
  • Static assets are gzip'd in production mode
  • Only 4xx and 5xx response codes are logged in production mode (#103)

These are just the highlights. All issues closed for this release can be viewed here.

How do I get it?

There's a Docker image available at mattbdean/helium:

$ docker run -d --rm -p 3000:3000 mattbdean/helium:v1.0.0

Then open localhost:3000.