Version 10.0.x

This page contains the logs of minor releases between 10.0 and 10.1.

Version 10.0.7

PRO edition, released on March 2, 2023

Fixes

  • deleting or backspacing a value in Datepicker ("time" type) causes an error
  • onChange event in Datepicker ("time" mode) won't fire if the value is entered using the keyboard
  • tree.move() returns newId passed into the details object while the node id remains the same
  • issue in multi-sort of datatable: empty strings aren't sorted correctly
  • Dark skin: dragged element border missing
  • horizontal timeline scroll bar shows even if width space enough

Version 10.0.6

PRO edition, released on February 9, 2023

Fixes

  • regression: focus on datatable cells is not applied during keyboard navigation

Spreadsheet Fixes

  • import excel file to Spreadsheet with borders as empty objects in styles

Pivot Fixes

  • totals misaligned
  • a sample showcasing the ability to combine different chart types
  • pie chart inner text with one value (0.00 instead of correct number)

Gantt Fixes

  • improved customization sample to highlight resources workload with custom working hours

Version 10.0.5

PRO edition, released on January 19, 2023

Fixes

  • datatable with spans: render time is too long if row count > 10000
  • Sidemenu with dnd over the list throws error on touch devices

Scheduler Fixes

  • events that end at 00:00 and start during prev day are displayed as all-day in month view

Desktop Fixes

  • Taskbar reload issue

Pivot Fixes

  • broken custom palette sample

Spreadsheet Fixes

  • incorrect number format after excel load

Version 10.0.4

PRO edition, released on December 29, 2022

Fixes

  • error with navigator.userAgent in env.js when agent is {}
  • when using addCss / removeCss it can lead to problems, since the css class is removed by a simple string replace

Spreadsheet Fixes

  • editor throws errors when opened for merged cells
  • regression in saving frozen rows
  • support % in math formulas

Scheduler Fixes

  • no way to get target date in onBeforeDrop when drag from more popup

Version 10.0.3

PRO edition, released on December 20, 2022

Fixes

  • conflict between Multicombo and window/scrollview position and sizing
  • Layout with margin: if all content is hidden, layout moves other elements
  • non-editable Colorpicker cannot have a placeholder
  • Portlet cannot handle drop of itself on its child
  • onBeforeSelect with return false won't prevent selection with Shift in multiselect list

Spreadsheet Fixes

  • headers highlight and navigation input

Pivot Fixes

  • incorrect total columns if rows have only 1 field

Version 10.0.2

PRO edition, released on November 24, 2022

Fixes

  • Datatable: addCellCss and removeCss are not implemented for spans
  • spans are ignored by add/remove operations
  • miscellaneous issues with TS typings
  • TS definitions: method return type should not be a union
  • input format regression: minus sign disappeared
  • getValue does not return value from view Select config
  • Spanish translation ("not contains") should be "no contiene" (without the final "t" in "not")
  • incorrect rangechart default type
  • Datatable: editor with type "password" displays the actual value

Spreadsheet Fixes

  • removed locale keys duplicates
  • incorrect parsing of number format
  • fixed named ranges and sheets with spaces

Scheduler Fixes

  • initializing popups fails if scheduler is hidden initially
  • calendars are not sorted into active and non-active
  • month view: end is counted +2 months and found twice in parent and kid

Version 10.0.1

PRO edition, released on November 9, 2022

Fixes

  • error in code bundler for the minified version
Back to top