This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v17.0.0
MINOR BREAKING CHANGES
- The
getResizeObserver()
helper is no longer available. We recommend using theResizeObserver
class instead.
Features
- Added iterator interface to the
Config
class. (1fdf2f1)
Other changes
- Improved
toMap()
method performance. This results in improved editor data processing speed. Closes ckeditor/ckeditor5#5854. (fef816e) - Replaced the
getResizeObserver()
helper with theResizeObserver
class for performance reasons. See ckeditor/ckeditor5#6145. (05c97f8) - The
uid()
helper should be a lot faster. Closes ckeditor/ckeditor5#6188. (b57fc3f)