提交历史

作者 SHA1 备注 提交日期
  Szymon Cofalik f056e06991 Removed: `RemoveOperation#isPermanent` was removed as it is no longer needed for correct transformation. 8 年之前
  Szymon Cofalik e4b3ca230f Changed: refactored `MoveOperation` x `MoveOperation` transformation. 8 年之前
  Szymon Cofalik a26531c90f Changed: context.insertBefore now also affects `InsertOperation` transformation. 8 年之前
  Szymon Cofalik 68b006a163 Fixed: RemoveOperation#isPermanent sometimes had no effect during OT. 8 年之前
  Szymon Cofalik 7abb5fb325 Added: introduce context in operations and delta transformations. 8 年之前
  Kamil Piechaczek 540b4498df Fixed issues reported by ESLint using the flag "--fix". 8 年之前
  Szymon Cofalik 900cc0fb22 Changed: Modified transformation case for Remove/ReinsertOperation x RemoveOperation transformation. 8 年之前
  Szymon Cofalik 074d837846 Changed: `RemoveOperation#_needsHolderElement` will be set manually in scripts that create `RemoveOperation` instance. 8 年之前
  Szymon Cofalik 5e2a42eab0 Changed: MarkerOperation should be passed MarkerCollection instance. 9 年之前
  Szymon Cofalik 8830d8a472 Changed: Markers refactor: 9 年之前
  Piotrek Koszuliński d893eb58d9 Updated imports to use scoped packages. 9 年之前
  Piotrek Koszuliński c904325be6 Bump up the year. 9 年之前
  Piotrek Koszuliński 1e6d9a8380 Updated tests – removed bender tags and CSS links. 9 年之前
  Piotrek Koszuliński 2a894e8be4 Use package-based paths to modules. 9 年之前
  Szymon Cofalik dc03fc9ac6 Fixed: Improvements connected to RemoveOperation transformation. 9 年之前
  Szymon Cofalik 89361fa9db Changed: AttributeOperation x AttributeOperation transformation - "strong" AttributeOperation should be kept as AttributeOperation even if its oldValue and newValue are same. 9 年之前
  Szymon Cofalik 0163670ebd Fixed: RenameOperation x RenameOperation transformation. 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 3e2a4f7e60 Added: OT for RenameOperation. 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 1ca82284ee Changed: RemoveOperation now inserts "holder" elements in graveyard for removed nodes. 9 年之前
  Piotr Jasiun 370c25830c Renamed treeView to view, treeModel to model and treeController to conversion. 9 年之前