Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

v19.0.0

Latest
Compare
Choose a tag to compare
@mlewand mlewand released this 29 Apr 11:26
· 4 commits to master since this release

Features

Bug fixes

Other changes

  • Improved performance of Position getters (~60% gain). Reduced time of some common tasks (like loading complex content) by up to 30%. Closes ckeditor/ckeditor5#6579. (670cd7b)
  • Improved performance of TreeWalker by up to 40%. This optimization affects common tasks such as loading the editor data. Closes ckeditor/ckeditor5#6582. (08e8294)
  • Improved the performance of the Position constructor by optimizing the code path where an element is passed as the position root parameter. Closes ckeditor/ckeditor5#6528. (bfc6c88)
  • Inlined parent is() calls in model and view classes to improve the editor performance. Closes ckeditor/ckeditor5#6529. (ff04509)