Version 3.3

released on April 26, 2016

Breaking Changes

  • header and headerImage properties were renamed to docHeader and headerImage in PDF export configuration. Additionally, the header property was introduced to tune the appearance of an exported table.
  • the last argument of webix.event helper was modified. Now it awaits a context object with bind, id and capture properties while before it indicated an object to which this keyword refers (bind).
  • collectValues method of the DataTable and TreeTable doesn't return an empty option any more.

Check the Migration Guide for more details.

New Features

Updates

Fixes

  • always suggest the first record if no items are selected in select inputs
  • option selection by typing its exact text in select inputs
  • vertical radio size calculation
  • possibility to configure header image of the exported PDF document
  • hiding columns from selected areas in Pivot
  • "light" gradient for bar Chart with small radius
  • changing month on day click in Calendar with disabled navigation
  • fix areaselection with column hide and show
  • Multiselect shows placeholder only during first rendering
  • filtering and optionslist in multiSelectFilter in DataTable
  • Chart destruction
  • history track in case of dynamic loading in FileManager
  • custom templates with links (link click fires "onfocus" event) in File Manager
  • onpaste should not be called with opened editor
  • multiSelectFilter and multiple options in data cells
  • tabs ordering
  • multiple views with ActiveContent
  • webix.toPNG can't be used with ID of HTML element
  • parameters for server side filtering and sorting
  • Html Form with clean/dirty values
  • escape url parameters with server filtering and sorting
  • inputs lost focus after paste on pages with clipboard enabled
  • add document footer to base locales in PDF export
  • Portlet events
  • drag position for custom drag text
  • Portlet Drag-n-drop on touch devices
  • touch events call for views with no scroll
  • correction for "illegal" characters in sheet names in Excel export
  • adding for collapsed Accordion item
  • cancel Window move at runtime
  • disabled Checkbox
  • removeAllSeries for RangeChart
  • columns reset in Pivot Table
  • add footer into onBeforeRender event for Pivot Table
  • stopEvent in File Manager
  • uploading and readonly mode in File Manager
  • counter as ActiveContent (blur handler is not called for buttons)
  • keeping selection color for invalid items
  • disabled style for buttons
  • hiding covered popup on modal area click
  • RangeChart throws errors in case of no data
  • setting the first value in Multiselect
  • per-grid subview storage to avoid clearing it for nested subviews
  • export DataTable columns with templates that require a column config
  • calculate Button autowidth on resize
  • bug with hideColumn and header colspan
  • tag navigation and disabled Checkbox
  • resizing of DataTable subviews works one way
  • masterCheckbox with dynamically loaded data
  • destructor() call for a modal Window
  • download and upload in File Manager
  • styling of DataTable icons
  • undo and changeId
  • calling changeId for same IDs
  • hide/show series in a Chart with no legend
  • scrolling of a DataTable with spans
  • corrected height of Calendar icons
  • focus in forms with complex structure
  • German locale
Back to top