Skip to content

v1.1.1

Compare
Choose a tag to compare
@mattbdean mattbdean released this 09 Aug 14:23

Improvements

  • Helium is now capable of handling all MySQL data types, except for JSON and SET (#113)
  • Several parts of the app have been rewritten for better testability/stability.

Squashed bugs

  • The row picker dialog is now scrollable (#127)
  • Fixed an issue where plucking a row to fill parts of a form caused the form to be reset (#131)
  • Fixed an issue where plucking a row sometimes filled in data incorrectly (#130)
  • Fixed an issue where part table foreign keys weren't being synced with the master table's primary key (#135)
  • Fixed an issue where an unsubmittable table's "submit" button was still enabled (#125)
  • Fixed an issue where trying to browse the data of a table the user didn't have access to prevented the user from navigating to other tables normally (#137)

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.1

Then open localhost:3000.