Historia zmian

Autor SHA1 Wiadomość Data
  Kamil Piechaczek 3d69876eba Improved docs and tests. 8 lat temu
  Kamil Piechaczek 78d2eb60f0 Introduced `Position#getCommonAncestor( otherPosition )` and `Range#getCommonAncestor()` methods for `view` and `model`. 8 lat temu
  Szymon Cofalik e1b7889cbf Changed: model.Range and view.Range#containsRange changed parameter name and default value from strict to loose. 8 lat temu
  Szymon Cofalik bd6976680a Added: Introduced `strict` parameter in model.Range#containsRange and view.Range#containsRange. 8 lat temu
  Piotrek Koszuliński 660240bc64 Code style: Fixed linter issues. 8 lat temu
  Kamil Piechaczek e0212e36d5 Fixed issues reported by ESLint in "src/" directory. 8 lat temu
  Kamil Piechaczek 540b4498df Fixed issues reported by ESLint using the flag "--fix". 8 lat temu
  Szymon Cofalik 4d7b68ef2d Changed: view.Range#getEnlarged moves positions at the start/end of text node before/after the text node. 9 lat temu
  Piotr Jasiun b246f86082 Updated docs for view.Range.enlarge() and view.Range.shrink(). 9 lat temu
  Piotr Jasiun d051b655df Enlarge should not go outside the container element. 9 lat temu
  Szymon Cofalik df328982e2 Add: Introduced `is()` method for engine view. 9 lat temu
  Piotr Jasiun 0bd55a6840 Fixed docs. 9 lat temu
  Piotr Jasiun eaa205ddc8 Merged getPriorPosition and getFurtherPosition into one getLastMatchingPosition. Renamed `Range.getShrinked` to `Range.getTrimmed`. 9 lat temu
  Piotr Jasiun 5826201a7c Fixed typo in the function name. 9 lat temu
  Piotr Jasiun 9ff873a7bb Fixed import bug. 9 lat temu
  Piotr Jasiun 0f80458404 Fixed typos in docs. 9 lat temu
  Piotr Jasiun 625c85b055 Introduced view.Range#getEnlarded, view.Range#getShrinked, view.Position#getFurtherPosition, view.Position#getPriorPosition, view.TreeWalker#skip. 9 lat temu
  Piotrek Koszuliński c904325be6 Bump up the year. 9 lat temu
  Piotrek Koszuliński 2a894e8be4 Use package-based paths to modules. 9 lat temu
  Maciek 8baab1fbb8 Docs: converting docs to the new format. 9 lat temu
  Maciek 6c2000dc00 Docs: aligning to new format, fixed event refs. 9 lat temu
  Maciek ba20d9ad60 Docs: renamed many type references. 9 lat temu
  Maciek 6af1af021f Started fixing docs in engine. 9 lat temu
  Szymon Cofalik 439df4eda1 Docs: fixes. 9 lat temu
  Szymon Cofalik e0982a68d8 Changed: model/view Range constructors. 9 lat temu
  Szymon Cofalik c4659768c7 Changed: converted some methods to getters and vice versa. Fixes #518. Tests: fixed 100% CC. 9 lat temu
  Szymon Cofalik f0957a5b1b Changed: added and changed engine.view classes to unifiy view API with model API. 9 lat temu
  Piotrek Koszuliński c88cb07749 Removed use strict in all ES6 modules and fixed related files. See https://github.com/ckeditor/ckeditor5/issues/149. 9 lat temu
  Piotr Jasiun 370c25830c Renamed treeView to view, treeModel to model and treeController to conversion. 9 lat temu