- Bug, date_picker loses box on second viewing
- Change Time filter from 3:33.20 to 3:33: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.
- 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
- 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