Version 0.14.1
Improvements
Improve rendering speed of data table
This small patch version just improves the rendering speed of the data table component. It tremendously reduces the speed of the cell rendering, by sacrificing the evaluation of changes of a single <td>
. Instead, the whole row will be scanned for changes, which is a far better solution in the tradeoff between precise rendering and creating the fitting flow of data from the bunch of pure data, sorting and selection information.
This does not affect the API of the component, nor the functionality at all, so there is no need to change anything in client code!
Other Improvements
- PR #568: Authentication.complete() function sets the principal also without running auth-process