提交历史

作者 SHA1 备注 提交日期
  Piotrek Koszuliński 2debd0e781 Revert "Merge pull request #1175 from ckeditor/t/897" 8 年之前
  Maciej Gołaszewski 3f97a18184 Other: Make Range immutable. 8 年之前
  Maciej Gołaszewski 0f3acc2742 Other: Make Position immutable. 8 年之前
  Szymon Cofalik 46411fb0e3 Fixed: `LiveRange#event:change:content` was not fired if content was moved from the beginning of the range. 8 年之前
  Szymon Cofalik 83242ff419 Changed: Renamed `LiveRange#event:change` to `change:range` and introduced `LiveRange#event:change:content`. 8 年之前
  Szymon Cofalik 2873a19647 Changed: Added `batch` parameter to `model.LiveRange#event:change`. 8 年之前
  Szymon Cofalik e3584fa09d Changed: Expanded special case in `Range#_getTransformedByDelta`. 8 年之前
  Szymon Cofalik 3c7db47699 Added: model.LiveRange now passes data about change in document that caused the live range to change. 8 年之前
  Kamil Piechaczek 8e68177ec1 Fixed issues reported by ESLint in "tests/" directory. "no-confusing-arrow" is also fixed in "src/" directory. 8 年之前
  Kamil Piechaczek 540b4498df Fixed issues reported by ESLint using the flag "--fix". 8 年之前
  Szymon Cofalik dcd1ba9df7 Changed: Range#_getTransformedByDocumentChange will now be "inclusive" if range boundary is moved out of the range. 8 年之前
  Szymon Cofalik b80f3b07b0 Changed: fixed Range#_getTransformedByDocument change where transformed range contains wrapped range/unwrapped element. 8 年之前
  Piotrek Koszuliński 25448d526a Fixed move operation for unwrap. 8 年之前
  Piotrek Koszuliński 300339deb1 Fixed move operation for wrap. 8 年之前
  Piotrek Koszuliński 5dae6a1511 Tests: Added tests for LiveRange transformations for wrap and unwrap. 8 年之前
  Szymon Cofalik 063fe4a8bd Tests: updated tests for LiveRange and LiveSelection. 8 年之前
  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 26edb51759 Tests: fixed incorrect test for model.LiveRange. 9 年之前
  Piotrek Koszuliński c7aa0d31cc Changed imports in automated tests to be compatible with Webpack. 9 年之前
  Szymon Cofalik 91ed0cbe92 Tests: fixes in LiveRange and LivePosition tests. 9 年之前
  Szymon Cofalik 1e666e7421 Tests: improved LiveRange tests. 9 年之前
  Szymon Cofalik e0982a68d8 Changed: model/view Range constructors. 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 年之前
  Oskar Wrobel b49f0f2db5 Removed default parameters from model.document.getRoot() calls. 9 年之前
  Oskar Wrobel 564f153d7d Changed parameters orded of model.document.createRoot() method. 9 年之前