提交历史

作者 SHA1 备注 提交日期
  Szymon Cofalik 46d929355b Fixed: wrong sourcePosition in RemoveOperation when RemoveOperation removes nodes from graveyard. 9 年之前
  Szymon Cofalik 15ed89f72c Fixed: RemoveOperation#fromJSON caused newly created RemoveOperation#targetPosition to be based on current graveyard state rather than original operation's value. 9 年之前
  Szymon Cofalik 18ec54fe27 Changed: MoveOperation#movedRangeStart changed from property to method #getMovedRangeStart to have it always up-to-date with #targetPosition. 9 年之前
  Piotrek Koszuliński c7aa0d31cc Changed imports in automated tests to be compatible with Webpack. 9 年之前
  Szymon Cofalik c4659768c7 Changed: converted some methods to getters and vice versa. Fixes #518. Tests: fixed 100% CC. 9 年之前
  Szymon Cofalik f1585e4a98 Merge branch 'master' into t/480 9 年之前
  Piotrek Koszuliński c88cb07749 Removed use strict in all ES6 modules and fixed related files. See https://github.com/ckeditor/ckeditor5/issues/149. 9 年之前
  Szymon Cofalik 2a85897244 Refactored handling text data in model. 9 年之前
  Szymon Cofalik a22d9f69bd Tests: 100% CC for RemoveOperation. 9 年之前
  Szymon Cofalik d1c8532714 Changed: model.Document#applyOperation does not silence error when applying operation without a delta. Tests: wrapped applied operations with deltas. 9 年之前
  Szymon Cofalik 1ca82284ee Changed: RemoveOperation now inserts "holder" elements in graveyard for removed nodes. 9 年之前
  Oskar Wrobel b49f0f2db5 Removed default parameters from model.document.getRoot() calls. 9 年之前
  Oskar Wrobel 564f153d7d Changed parameters orded of model.document.createRoot() method. 9 年之前
  Piotr Jasiun 370c25830c Renamed treeView to view, treeModel to model and treeController to conversion. 9 年之前