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

v12.0.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 28 Feb 11:53
· 328 commits to master since this release

Features

  • Introduce Collection.has() method. Closes #266. (312d55e)

Bug fixes

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 use fastDiff() function internally for large data sets. Closes #269. (ee9bed0)
  • Replaced for..of statement in EventEmitter with Array.prototype.forEach. This changes allows building a React application using create-react-app@2. Closes ckeditor/ckeditor5-react#40. (900b54b)

BREAKING CHANGES