Skip to content

v0.19.0 (August 1, 2013)

Choose a tag to compare

@remomueller remomueller released this 01 Aug 14:58
· 4101 commits to main since this release

Enhancements

  • Updated the login page
  • Sheet Changes
    • Removed Clear button from radio and checkbox groups as it is no longer needed
    • Removed redundant tooltips for integer, numeric, string, and text variables
  • Design Changes
    • Design editor submit buttons are now disabled when inserting and updating a new variable or domain
    • Surveys can now use slugs to create prettier survey links
      • /survey/:slug
    • Variable display names size increased to accomodate long questions on surveys
    • Creating variables with long display names in the design editor now default to the display name visibility: Above - Indented
    • Creating text variables now default to display name visibility: Above - Full
  • Domain Changes
    • Removed color from domain options
  • Gem Changes
    • Updated to contour 2.0.0
    • Updated to pg 0.16.0
    • Updated to redcarpet 3.0.0
    • Updated to carrierwave 0.9.0
    • Updated to rails-observers 0.1.2

Bug Fix

  • SAS export now properly escapes single quotes ' in labels using two single quotes ''
  • Numeric variables can now be entered without a leading zero without causing a validation error
  • Fixed variable display name not showing up on the design editor when set as scale alignment without a domain
  • Hitting Enter while editing design or variable names on the design editor now correctly updates the name
    • Additionally, hitting Escape will close the modal popup
  • Fixed an issue creating domains without specifying option values
  • Fixed an issue where entering time inputs in a grid would focus on the form submit button instead of the next input in the grid (by EmilyK)