Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Release History (Fuel UX 2.x)

interactivellama edited this page Oct 19, 2014 · 1 revision

Version 3.x

Please review Release notes.

Version 2.6.1 2014-5-7

Small Features:

  • Spinner supports keyboard arrow up/down presses.
  • Custom column rendering at the cell level for datagrid

Fixes:

  • Datepicker blackout functionality fixed
  • Fixed issue-396 "Changed" Event on Fuel UX Wizard returns "data" as undefined. It now returns currentStep
  • Datagrid tests no longer fail :)
  • Datepicker test bugfix

Version 2.6.0 2014-2-14

  • NEW FEATURE! Row selection for the datagrid control
    • enableSelect option enables single row selection
    • multiSelect option enables multiple rows to be selected
    • itemSelected & itemDeselected events for when rows are selected/deselected
  • Added border to wizard content by default
  • Checkbox bug fix
  • Radio bug fix
  • Datepicker performance improvements
  • Documented "highlight" class for checkbox / radio control, used to modify appearance
  • Better documentation for checkbox, pillbox, and radio controls
    • Reveals previously undocumented useful functions

Version 2.5.2 2014-1-10

  • Better Bower support
    • Now brings in just the dist folder instead of the entire repo
  • Loader bugfix
    • Removes "moment not defined" error
  • Spinner Control
    • Fixed problems with floating-point step values
  • HDPI support for fuelux icons

Version 2.5.1 2013-12-19

  • Pillbox Control
    • Added remove event
    • Added add event
  • Datepicker Control
    • Can be initialized with null date
    • Date parsing is now done with Moment.js
      • Moment.JS can be loaded via require or via global namespace
  • Select Control
    • Fixed sizing issue when "fuelux" CSS class was not on html tag

Version 2.5.0 2013-11-06

  • Standardized control boilerplate
  • Implemented noConflict in all controls
  • Removed “changed” trigger on first hover in Spinner
  • Added hidden input element to Select Control
  • Fixed input selection problem on Radio Control
  • Fixed scrolling to top of page when Checkbox or Radio clicked
  • Wizard Control
    • Allow for unlimited steps
    • Added data attribute that disables navigation to previous steps
    • Changed API initialization from “mousedown” to “mouseover”
  • New Controls
    • Datepicker
    • Scheduler
    • Preloader (css only)

Version 2.4.2 2013-10-21

  • Improved getting started documentation for AMD / Non-AMD and using individual controls
  • Moved release history from README to wiki
  • Fixed a bug with tree items overflowing their parent container
  • Fixed a datagrid issue where setting dataOptions.sortProperty did not alter the column headers to show the sorting

Version 2.4.1 2013-10-11

  • Fix disappearing borders in datagrid headers in IE on hover
  • Fixing selection of wizard step content
  • Fixing how one wizard's controls (prev, next) caused all other wizard's steps to slide

Version 2.4.0 2013-09-20

  • Tree control fixed event when unselecting last item. Adds supports for decorating folders with markup. Adds updated event
  • Wizard selectItem method now supports set current step
  • Wizard horizontally scrolls when many steps are present
  • Added many conveniece methods to Pillbox
  • FuelUX updated to use GruntJS 0.4.x
  • FuelUX Intelligent Dropdowns
  • Tree control selectFolder method fixed and collapse method added
  • Convenience methods added to radio and checkbox controls
  • New option "noDataFoundHTML" added to datagrid control
  • Select control fixed for leftover resizing element
  • Datagrid control supports custom class on a column
  • Fixed initial page size on datagrid

Version 2.3.1 2013-08-02

  • Reset datagrid to first page on filter change
  • Fix datagrid operation inside HTML form
  • Fix datagrid header wrapping for narrow columns
  • Improve datagrid class specificity for inner controls
  • Fix datagrid race condition with next and previous buttons
  • Improve datagrid fault tolerance around paging operations
  • Improve sample datasource to handle null values when searching
  • Fix select control value selection when value contains spaces
  • Fix checkbox operation inside datagrid
  • Fix checkbox operation inside form-inline
  • Fix checkbox operation for IE8
  • Fix tree text wrapping issue
  • Fix spinner issue when passing a string as a value
  • Fix button group operation inside wizard step
  • Backport tooltip options fix from Bootstrap 3
  • Upgrade Bootstrap from 2.3.0 to 2.3.2

Version 2.3.0 2013-02-18

  • Add custom filter support to datagrid
  • Use select control for datagrid page size dropdown
  • Add stepclick event to wizard to support canceling clicks on steps
  • Improve rounded corners of combobox button to match Bootstrap
  • Improve support for installation within Yeoman
  • Upgrade Bootstrap from 2.2.2 to 2.3.0

Version 2.2.1 2013-02-13

  • Fix whitespace issue in wizard
  • Improve encapsulation of AMD globals
  • Introduce Testem for cross-browser testing
  • Fix tree datasource reference for local development
  • Upgrade unit tests to be compatible with jQuery 1.9

Version 2.2.0 2013-01-04

  • New Control - checkbox
  • New Control - radio
  • New Control - select
  • New Control - tree
  • New Control - wizard
  • Add stretchHeight option to datagrid
  • Add reload method to datagrid
  • Add enable and disable methods to search control
  • Add enable and disable methods to combobox
  • Add rich methods for getting/setting selected item to combobox
  • Fix triggering of superfluous spinner events
  • Upgrade Bootstrap from 2.2.1 to 2.2.2

Version 2.1.1 2012-11-10

  • Allow setting spinner value to zero
  • Fix search control keyboard operation in IE8

Version 2.1.0 2012-10-31

  • Upgrade Bootstrap from 2.1.1 to 2.2.1

Version 2.0.2 2012-10-30

  • Ignore click on disabled search button
  • Make cursor consistent on disabled spinner buttons
  • Improve live docs to show disabled states where available
  • Complete datagrid unit test coverage

Version 2.0.1 2012-10-05

  • Fix loader.js (used for non-AMD pages) to be synchronous

Version 2.0.0 2012-09-28

  • First public release of Fuel UX