Szymon Cofalik
|
9d7b60d438
Added: Extracted operation validation from `_execute()` method to `_validate()` method.
|
8 年之前 |
Oskar Wróbel
|
7b14364940
Aligned operation tests with engine changes.
|
8 年之前 |
Oskar Wróbel
|
aa93ed2f24
Changed root property to isDocumentOperation.
|
8 年之前 |
Oskar Wróbel
|
fda472bc7e
Added root getter to the InsertOperation.
|
8 年之前 |
Kamil Piechaczek
|
540b4498df
Fixed issues reported by ESLint using the flag "--fix".
|
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
|
131f8b5e09
Fixed: InsertOperation should copy its nodes when it's cloned.
|
9 年之前 |
Piotrek Koszuliński
|
c7aa0d31cc
Changed imports in automated tests to be compatible with Webpack.
|
9 年之前 |
Szymon Cofalik
|
c4659768c7
Changed: converted some methods to getters and vice versa. Fixes #518. Tests: fixed 100% CC.
|
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
|
61769b9d5e
Tests: Additional tests for engine.model classes.
|
9 年之前 |
Szymon Cofalik
|
2a85897244
Refactored handling text data in model.
|
9 年之前 |
Szymon Cofalik
|
d1c8532714
Changed: model.Document#applyOperation does not silence error when applying operation without a delta. Tests: wrapped applied operations with deltas.
|
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 年之前 |
Piotr Jasiun
|
370c25830c
Renamed treeView to view, treeModel to model and treeController to conversion.
|
9 年之前 |