Istoricul angajamentelor

Autor SHA1 Permisiunea de a trimite mesaje. Dacă este dezactivată, utilizatorul nu va putea trimite nici un fel de mesaj Data
  Szymon Cofalik 65ca18933d Operational transformation refactor. Added new operations, transformations and changed other code connected with it. Added new tests. 7 ani în urmă
  Kamil Piechaczek c63c55c6e9 Renamed "_*Children()" name of functions to "_*Child()". 7 ani în urmă
  Kamil Piechaczek bfd5f00dc2 Changed public API to protected. 7 ani în urmă
  Szymon Cofalik dd202e6760 Changed: Operations that does not operate on document have `null` base version. 8 ani în urmă
  Piotrek Koszuliński de22c255fc Internal: Bumped the year. [skip ci] 8 ani în urmă
  Szymon Cofalik 9d7b60d438 Added: Extracted operation validation from `_execute()` method to `_validate()` method. 8 ani în urmă
  Oskar Wróbel 7b14364940 Aligned operation tests with engine changes. 8 ani în urmă
  Oskar Wróbel 9e141a94af Throw when RemoveOperation is executed on detached item. 8 ani în urmă
  Oskar Wróbel a4599c08e9 Added isDocumentOperation property to the RemoveOperation. 8 ani în urmă
  Szymon Cofalik f056e06991 Removed: `RemoveOperation#isPermanent` was removed as it is no longer needed for correct transformation. 8 ani în urmă
  Szymon Cofalik b05aff7ddb Fixed: `RemoveOperation#getReversed()` and `ReinsertOperation#getReversed()` were incorrect after `RemoveOperation` no longer creates `$graveyardHolder`. 8 ani în urmă
  Szymon Cofalik 6b04950bc6 Changed: `RemoveOperation` now does not create `$holderElement` and does not set `targetPosition` on its own. 8 ani în urmă
  Kamil Piechaczek 540b4498df Fixed issues reported by ESLint using the flag "--fix". 8 ani în urmă
  Szymon Cofalik 074d837846 Changed: `RemoveOperation#_needsHolderElement` will be set manually in scripts that create `RemoveOperation` instance. 8 ani în urmă
  Piotrek Koszuliński d893eb58d9 Updated imports to use scoped packages. 9 ani în urmă
  Piotrek Koszuliński c904325be6 Bump up the year. 9 ani în urmă
  Piotrek Koszuliński 1e6d9a8380 Updated tests – removed bender tags and CSS links. 9 ani în urmă
  Piotrek Koszuliński 2a894e8be4 Use package-based paths to modules. 9 ani în urmă
  Szymon Cofalik 46d929355b Fixed: wrong sourcePosition in RemoveOperation when RemoveOperation removes nodes from graveyard. 9 ani în urmă
  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 ani în urmă
  Szymon Cofalik 18ec54fe27 Changed: MoveOperation#movedRangeStart changed from property to method #getMovedRangeStart to have it always up-to-date with #targetPosition. 9 ani în urmă
  Piotrek Koszuliński c7aa0d31cc Changed imports in automated tests to be compatible with Webpack. 9 ani în urmă
  Szymon Cofalik c4659768c7 Changed: converted some methods to getters and vice versa. Fixes #518. Tests: fixed 100% CC. 9 ani în urmă
  Szymon Cofalik f1585e4a98 Merge branch 'master' into t/480 9 ani în urmă
  Piotrek Koszuliński c88cb07749 Removed use strict in all ES6 modules and fixed related files. See https://github.com/ckeditor/ckeditor5/issues/149. 9 ani în urmă
  Szymon Cofalik 2a85897244 Refactored handling text data in model. 9 ani în urmă
  Szymon Cofalik a22d9f69bd Tests: 100% CC for RemoveOperation. 9 ani în urmă
  Szymon Cofalik d1c8532714 Changed: model.Document#applyOperation does not silence error when applying operation without a delta. Tests: wrapped applied operations with deltas. 9 ani în urmă
  Szymon Cofalik 1ca82284ee Changed: RemoveOperation now inserts "holder" elements in graveyard for removed nodes. 9 ani în urmă
  Oskar Wrobel b49f0f2db5 Removed default parameters from model.document.getRoot() calls. 9 ani în urmă