Commit History

作者 SHA1 備註 提交日期
  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 a055174972 Changed: in view.TreeWalker moved starting position at the start/end of text fix to #_next and #_previous methods. 8 年之前
  Piotr Jasiun 625c85b055 Introduced view.Range#getEnlarded, view.Range#getShrinked, view.Position#getFurtherPosition, view.Position#getPriorPosition, view.TreeWalker#skip. 8 年之前
  Szymon Cofalik 421e4908f5 Fixed: text node with 'elementEnd' returned by view.TreeWalker if start position is at the end of text node. 8 年之前
  Szymon Cofalik 6114c67aa1 Tests: added tree walker test for walking document fragment. 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 5fec43d122 Added: Implemented destroy chain for EditingController->observers->dom events. 9 年之前
  Piotrek Koszuliński ffb24ae62b Made Karma complain less. 9 年之前
  Piotrek Koszuliński c7aa0d31cc Changed imports in automated tests to be compatible with Webpack. 9 年之前
  Maksymilian Barnaś a04d16dc61 Revert "Merge pull request #573 from ckeditor/t/572" 9 年之前
  Maksymilian Barnaś 2b5390945f Update tests with `throwCKEditorError` check. 9 年之前
  Szymon Cofalik d82ff31544 Fixed: Turn JSHint browser setting to false - missing files. 9 年之前
  Maksymilian Barnaś 745adac0cb Updated tests. 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 年之前
  Oskar Wrobel 44b726e577 Renamed TreeWalker direction value to lower case. 9 年之前
  Oskar Wrobel 7dbf9458d4 Renamed `FORWARD` and `BACKWARD` to lower case. 9 年之前
  Oskar Wrobel 91be76201f Renamed `TEXT` to lower case. 9 年之前
  Oskar Wrobel 87476d365a Renamed `ELEMENT_START` and `ELEMENT_END` to lower case. 9 年之前
  Oskar Wrobel bcb8df0966 Set some of TextProxy properties as public and updated docs. 9 年之前
  Oskar Wrobel 9964d0dbdb Changes the way of testing previous and next position of returned value. 9 年之前
  Oskar Wrobel 489cee317a Removed unused option parameter in TreeWalker test. 9 年之前
  Oskar Wrobel c5e826413d Fixed previous and next position returned by TreeWalker. 9 年之前
  Oskar Wrobel 7f25cdc744 Fixed walking trough part of view.Text. 9 年之前
  Oskar Wrobel a0b3c2c692 Changed class for img from AttributeElement to ContainerElement. 9 年之前
  Oskar Wrobel 36965436f3 Improved code style in test. 9 年之前
  Oskar Wrobel c44d5b9e15 Changed Element to AttributeElement. 9 年之前