Version 10.0.x
This page contains the logs of minor releases between 10.0 and 10.1.
Version 10.0.9
PRO edition, released on April 20, 2023
Fixes
- regression: onRotate with mobile Chrome and mobile Edge on iOS shows wrong orientation
- Template and scrollview each loop in a closed element (autoheight causes infinite resize)
- property won't change total items height through type
- webix.ajax params should not be of type "obj"
- Datatable with spans takes too long to print
- printing adds an extra page when there is docHeader
- Datatable: incorrect filtering after grouping and ungrouping
- Resizer can't be added to Portlets after views are moved
Spreadsheet Fixes
- example with async math functions
- the "Clear" option in a datepicker cell editor is not applied to the cell value
- example with auto row/col add on scroll
- uploader: when uploading data via uploader to spreadsheet, incorrect data is displayed in the spreadsheet
Pivot Fixes
- highlights do not work in the table mode
Version 10.0.8
PRO edition, released on March 23, 2023
Fixes
- if there is an error while creating a view with idSpace, the next ordinary view is created inside idSpace
- Datatable created with excel Filter with mode:"date" and custom "between" condition fails with "Maximum call stack size exceeded" error when you try to drag column
- TypeScript definitions and Jet: IBaseView is not fully compatible with webix.ui.baseview (no longer a subtype)
- TypeScript definitions: webix.editors type may cause issues if included via global.d.ts
- TypeScript definitions: webix.skin is not defined
- TypeScript definitions: $getSize doesn't have any arguments
- TypeScript definitions: provide the ability to define custom datafilter content without asserts
- TypeScript definitions: fieldsetConfig -> body references webix.ui.baseview
- data are loaded twice on the 2nd+ pages in datatable with animation
- Treetable: setState() does not properly reset branch filtering
- Datatable: subviews with scroll and hover bug
- Datatable: incorrect subview scroll position
- Datatable: getVisibleCount returns wrong (lesser than expected) value if autoheight is set
- showView doesn't work along the horizontal axis
Pivot Fixes
- entries disappearing when total is added
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
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