Skip to content

v1.1.2

Latest
Compare
Choose a tag to compare
@mattbdean mattbdean released this 06 Sep 17:47
· 9 commits to master since this release

Improvements

  • Helium now has an official user's guide!
  • Date and datetime inputs have a "now" button that will insert the current time
  • On smaller screens, the navigation menu is now automatically opened after logging in (#126)
  • Helium is smarter about which part table inputs to bind (#144)
  • Helium is smarter about which data from a plucked row to include (#148)

Squashed bugs

  • Fixed forms not being submittable on load (#141)
  • Fixed datetimes not being formatted properly when being submitted to the API (#142)
  • Fixed the datatable not marking 0 as an invalid page (#139)
  • The login page is now longer allowed to be viewed if the user is already logged in
  • Fixed a bug where navigating to a different schema didn't update the sidebar (#146)
  • Fixed an issue in the datatable where clicking on a foreign key icon sometimes applied a sort after the redirect

How do I get it?

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

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

Then open localhost:3000.