Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.14 KB

File metadata and controls

38 lines (31 loc) · 1.14 KB

0.1.3 / 2015 ?

  • Bug, date_picker loses box on second viewing
  • Change Time filter from 3:33.20 to 3:33:20

0.1.2 / 2015 May 20

  • Made date in DatePicker accessible
  • Made option value in RadioButtonGroup accessible
  • Added clear logic to form to clear input data and reuse form.
  • Added a MultiColumnDataSource
  • Added TableColumns to TableView
  • Added MenuBar.remove_menu_item
  • MenuBar.selected exposed
  • Decimal only input field
  • InsertSQLAction removed. SQL knowledge not appropriate for a UI library.
  • Removed PromptAction, getStringAction, getIntegerAction, getEnumeratedStringAction, getDataAction, getBooleanAction.
    Use a form with form elements.

0.1.1 / 2015 May 14th

Changes

  • Implements the TableView
  • Introduces a notification centre
  • Adds Size and Rect classes
  • Frame logic added to View classes
  • Application clears screen when it receives a new content_view

0.1.0 / 2015 May 12th

Changes

  • Adds form and form elements (button, combo box, radio button, text input)
  • Adds a TableView
  • Adds Application
  • Adds Responder
  • Adds a DatePicker
  • Requires Ruby 2.1.5 or higher