This repository was archived by the owner on Jun 26, 2020. It is now read-only.
v12.0.0
Features
Bug fixes
- Prevent infinite loops on
.once()
. Closes #272. Closes #204. (54b8108) - Fixed memory leaks during editor initialization and destruction (see ckeditor/ckeditor5#1341). (94bc59e)
Other changes
- Configuration options should be cloned to prevent features from altering the original values. Closes #257. (7981d4e)
- DOM Elements will not be cloned when returned from config.get. Closes #264. (4ad23b1)
- Optimized
diff()
function to usefastDiff()
function internally for large data sets. Closes #269. (ee9bed0) - Replaced
for..of
statement inEventEmitter
withArray.prototype.forEach
. This changes allows building a React application usingcreate-react-app@2
. Closes ckeditor/ckeditor5-react#40. (900b54b)
BREAKING CHANGES
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c)