Skip to content

v0.57.0 (October 11, 2017)

Choose a tag to compare

@remomueller remomueller released this 11 Oct 16:51
· 1136 commits to main since this release
v0.57.0
969ea1a

Enhancements

  • API Changes
    • Subject event designs are now only included if they are required or if they
      have associated sheets
  • Domain Changes
    • Domain options can now be flagged as mutually exclusive
    • Selecting a mutually exclusive option on a group of checkboxes clears any
      other selected checkbox options
  • Grid Changes
    • Grid table headers now stay on screen while scrolling through a long grid
  • Sheet Changes
    • Leading and trailing white space is now removed from responses
  • Setting Changes
    • Users can now enable sound alerts in their settings
      • Sound alerts trigger when a data entry field is flagged as an error
  • Variable Changes
    • Internal calculated formats have been renamed for clarity
  • Gem Changes
    • Updated to ruby 2.4.2
    • Updated to rails 5.1.4
    • Updated to carrierwave 1.2.1
    • Updated to haml 5.0.3
    • Updated to sitemap_generator 6.0.0
    • Updated to simplecov 0.15.1

Bug Fix

  • Fixed a timeout issue that occurred while updating domains with large number
    of options