Version 8.3.x

This page contains the logs of minor releases between 8.3 and 8.4.

Version 8.3.4

PRO edition, released on June 25, 2021

Fixes

  • ability to get view object from webix.fullscreen.set() method
  • ability to set view CSS in webix.fullscreen.set() method
  • webix.toPNG cannot specify export mode for complex widgets

Scheduler Fixes

  • export to PNG and PDF as image

Gantt Fixes

  • export to PNG and PDF as image

Spreadsheet Fixes

  • non-latin sheet names in formulas and named ranges
  • onAfterSelect event fires twice
  • formatted dates, frozen rows/columns are added to history on loading
  • deleting rows shouldn't corrupt multisheet formulas
  • correct class name for conditional normal rule
  • adding and copying sheets looses data
  • preserve number formatting for export to PDF
  • restore getRow functionality
  • deleting rows/columns unmerges spanned cells

Version 8.3.3

PRO edition, released on June 11, 2021

Fixes

  • Datatable: block live validation for view-based editors
  • borderless fullscreen Window is not truly fullscreen
  • dropping multiple external items into Dashboard
  • Dashboard: impossible to select text inside inputs

Gantt Fixes

  • removing parent tasks does not remove kids from resource diagram
  • operations with assigned tasks do not update resource diagram sometimes

Document Manager Fixes

  • confirmation dialog for deleting displays undefined instead of filenames
  • assigning newly created tags fails in some cases

File Manager Fixes

  • edit option in context menu if "back to parent" line is selected
  • impossibility to paste anything into an empty folder
  • confirmation dialog for deleting displays undefined instead of filenames
  • adding, moving and copying of folder corrupts hierarchy in Tree

Spreadsheet Fixes

  • empty cells and unused styles are not cleared during serializing

Version 8.3.2

PRO edition, released on May 28, 2021

Fixes

  • labels for the Chinese locale
  • Datatable: hideColumn method regression with spans
  • incorrect braces and indents in webix.global.d.ts file
  • undo for removing the last item in a Tree branch
  • modal boxes block keypress events
  • Counter: readonly mode is ignored on keydown
  • Timeboard in compact skin: colon mark size
  • Slider rendering in Compact skin
  • regression with Datatable filter background for Material and Mini skins
  • regression with Datatable column grouping
  • regression with Datatable column map
  • Datatable: sumColumn element throws an error with dynamic loading
  • editable Datepicker with "time" type modifies date after second value change

Scheduler Fixes

  • Timeline view: webix.Date.startOnMonday is mishandled
  • adding custom fields to Form requires less customization
  • adjusting tab width to current locale in localization samples

Gantt Fixes

  • switching locale, going to compact with a selected task results in an error
  • start on monday: wrong task positioning on week scale
  • timepicker is missing in hour scale sample
  • adding new tasks is impossible in local data sample

File Manager Fixes

  • opening code editor from search results - undefined in place of file extension

Spreadsheet Fixes

  • empty cells are included into sorting
  • onAfterSelect fires twice

Version 8.3.1

PRO edition, released on May 7, 2021

Fixes

  • tabbar does not generate onChange event when 1st option is added
  • hiding modal windows can block ui
  • Datatable dropdown editors reset value when target cell is scrolled out
  • correct env.cdn address
  • Sidebar is initially resized via collapsed setter

Diagram Fixes

  • arrow position when blocks are too close

Gantt Fixes

  • splitting tasks by drag-n-drop in Firefox locates wrong target coordinates

Spreadsheet Fixes

  • currencies in number formats are not escaped
  • rename sheet: conditional formats and editors are not updated
  • serialization with math:false looses cell styles
Back to top