This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Release History (Fuel UX 2.x)
interactivellama edited this page Oct 19, 2014
·
1 revision
Please review Release notes.
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
- 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
- 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
- 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
- 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)
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Allow setting spinner value to zero
- Fix search control keyboard operation in IE8
- Upgrade Bootstrap from 2.1.1 to 2.2.1
- 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
- Fix loader.js (used for non-AMD pages) to be synchronous
- First public release of Fuel UX