This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v15.0.0
Features
-
Implemented the
getResizeObserver()
helper that offers an entry to the nativeResizeObserver
API (see ckeditor/ckeditor5#416). (875d5a4) -
Introduced
assertEqualMarkup()
test util method. Closes ckeditor/ckeditor5-paste-from-office#14. (ee1655f) -
Introduced support for creating elements in other XML namespaces. See ckeditor/ckeditor5#1842. (37fbcb9)
Thanks @Sebobo!
Bug fixes
Rect#excludeScrollbarsAndBorders
should support RTL environments. Fixed incorrect output of the method. Closes #297. (35f34fc)
Other changes
- Introduced the
CKEditorError.rethrowUnexpectedError()
helper. Added custom error handling for theEmitter#fire()
function. Part of ckeditor/ckeditor5#1304. (1d84705)