This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
v3.6.2
Breaking Changes
These changes do not effect the repeater, repeater-list, and repeater-thumbnail developer APIs, only the plugin API. All functionality in regards to repeater, repeater-list, and repeater-thumbnail remains the same. Developing plugins for the repeater is the only thing that is different (and breaking)
Enhancements
- #1047 Change our LESS setup to allow us to begin to use the & parent selector that LESS provides more effectively
- #1038 Clean up lint warnings
- #1028 Clean up codebase to match ET standards
- #1012 Add itemSelect option and associated test cases to tree.js
- #1009 Placard keyDown Accept/Cancel
Bug Fixes
- #1087 Repeater Scope Bugfix
- #1077 Bugfix for repeater list extension returning wrong rowData object in rowRenderer callback
- #1074 Ensured the scheduler input checked attribute is being set, not just setting the active css class
- #1073 Solution for selectlist [data-resize]=auto when
display: none
- #1020 Move label away from float and space caret in right side padding
- #1052 Add license URL
- #1014 Fix the basic recursion error using setTimeout
- #1008 Declare charset in root of document instead of under .fuelux class
- #1006 Correctly apply focus on step change in wizard
- #1004 Disable state not disabling
- #999 Use .hidden on checkbox and radio toggle elements
- #982 Selectlist: Auto sizing not working again