Version 1.2.x ------------- * Bug * GridBase: The method 'getColumnLayout' returns unexpected result on some conditions. fixed. * SwitchButton: Setting new value can't trigger the animation effect. fixed. * DataGridTable: The 'onCellClick' event doesn't fires when clicking the CheckBox on a cell. fixed. * DraggableClass: A dragging object may be a droppable object at the same time. fixed. * ComboBox: The 'selectionChange' event is triggered multiple times on some conditions. fixed. * Improvement * Pagination: The 'manual' layout option is available now. * VirtualScroll: The 'clear' method is available now. * Tree: The 'dnd' feature is available now. * GridColumn: Add 'hidden' property. * DataGrid: Add support for aggregate group rows. * DataGrid: The 'empty' template is available to custom the empty message when data doesn't exists. * Messager: Add 'value' option for the prompt method. * Messager: Add 'closeAll' method. * Messager: Add 'tip' method. * LayoutPanel: Add 'edge' property. * TabPanel: Add 'contextMenu' event. * DateBox: Add 'firstDay' and 'showWeek' properties. * New Components * Drawer: The drawer component offers a navigation that is displayed on the view edge. * TimePicker: Allow the user to choose time on a clock. Version 1.2.0 ------------- * Bug * Layout: The padding values lost in a Dialog component. fixed. * GridColumn: The 'edit' slot can only display the first component. fixed. * SideMenu: The 'data' can't be assigned dynamically. fixed. * Improvement * Layout: The split layout panel is available. * Tree: Add 'clickToEdit' and 'dblclickToEdit' properties. * Tree: Add editable validation rules. * Form: Add 'messages' property. * Form: Add floating label feature. * GridBase: Add 'tipOptions' property and 'editValidate' event. * GridBase: Add 'columnResizing' property. * GridBase: Add 'columnMoving' property. * NumberBox: Set the 'precision' to -1 to ignore the precision. * Tabs: The 'tools' slot is available now. * LayoutPanel: Add 'expander' property and 'resizeStop' event. * ComboTree: Add 'cascadeText' property. * The domHelper,dateHelper and treeHelper are available now. * New Components * FormField: The form field that contains a label and a inputing box. Version 1.1.0 ------------- * Bug * Pagination: The page state does not refresh when 'total' property is changed. fixed. * ComboBase: The document 'click' event does not been unbind before destroy. fixed. * GridBase: The header doesn't display when created in a hidden tab panel. fixed. * Form: The validate callback function does not fire when the field does not assign a rule. fixed. * Improvement * DomHelper: Add the callback function to the 'slideUp' and 'slideDown' methods. * DataGrid: Add the row grouping with pagination feature. * ComboGrid: Add the filtering functionality. * ComboGrid: Allows the user to navigate rows with the keyboard. * Tree: Add editable functionality. * New Components * DateTimeBox: The DateTimeBox component allows the user to select a date and a time. * FileButton: The FileButton component allows the user to select files to upload to server.