Cronologia Commit

Autore SHA1 Messaggio Data
  Szymon Cofalik f056e06991 Removed: `RemoveOperation#isPermanent` was removed as it is no longer needed for correct transformation. 8 anni fa
  Szymon Cofalik b05aff7ddb Fixed: `RemoveOperation#getReversed()` and `ReinsertOperation#getReversed()` were incorrect after `RemoveOperation` no longer creates `$graveyardHolder`. 8 anni fa
  Szymon Cofalik 6b04950bc6 Changed: `RemoveOperation` now does not create `$holderElement` and does not set `targetPosition` on its own. 8 anni fa
  Kamil Piechaczek 540b4498df Fixed issues reported by ESLint using the flag "--fix". 8 anni fa
  Szymon Cofalik 074d837846 Changed: `RemoveOperation#_needsHolderElement` will be set manually in scripts that create `RemoveOperation` instance. 8 anni fa
  Piotrek Koszuliński d893eb58d9 Updated imports to use scoped packages. 9 anni fa
  Piotrek Koszuliński c904325be6 Bump up the year. 9 anni fa
  Piotrek Koszuliński 1e6d9a8380 Updated tests – removed bender tags and CSS links. 9 anni fa
  Piotrek Koszuliński 2a894e8be4 Use package-based paths to modules. 9 anni fa
  Szymon Cofalik 46d929355b Fixed: wrong sourcePosition in RemoveOperation when RemoveOperation removes nodes from graveyard. 9 anni fa
  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 anni fa
  Szymon Cofalik 18ec54fe27 Changed: MoveOperation#movedRangeStart changed from property to method #getMovedRangeStart to have it always up-to-date with #targetPosition. 9 anni fa
  Piotrek Koszuliński c7aa0d31cc Changed imports in automated tests to be compatible with Webpack. 9 anni fa
  Szymon Cofalik c4659768c7 Changed: converted some methods to getters and vice versa. Fixes #518. Tests: fixed 100% CC. 9 anni fa
  Szymon Cofalik f1585e4a98 Merge branch 'master' into t/480 9 anni fa
  Piotrek Koszuliński c88cb07749 Removed use strict in all ES6 modules and fixed related files. See https://github.com/ckeditor/ckeditor5/issues/149. 9 anni fa
  Szymon Cofalik 2a85897244 Refactored handling text data in model. 9 anni fa
  Szymon Cofalik a22d9f69bd Tests: 100% CC for RemoveOperation. 9 anni fa
  Szymon Cofalik d1c8532714 Changed: model.Document#applyOperation does not silence error when applying operation without a delta. Tests: wrapped applied operations with deltas. 9 anni fa
  Szymon Cofalik 1ca82284ee Changed: RemoveOperation now inserts "holder" elements in graveyard for removed nodes. 9 anni fa
  Oskar Wrobel b49f0f2db5 Removed default parameters from model.document.getRoot() calls. 9 anni fa
  Oskar Wrobel 564f153d7d Changed parameters orded of model.document.createRoot() method. 9 anni fa
  Piotr Jasiun 370c25830c Renamed treeView to view, treeModel to model and treeController to conversion. 9 anni fa