Maciej Gołaszewski
|
c637b480e1
Fix code blocks in upcast-converters tests.
|
il y a 7 ans |
Maciej Gołaszewski
|
ff7b0d95fd
Introduce conversion.( 'upcast' ).elementToMarker() helper.
|
il y a 7 ans |
Maciej Gołaszewski
|
5006b118a7
Introduce conversion.( 'upcast' ).attributeToAttribute() helper.
|
il y a 7 ans |
Maciej Gołaszewski
|
f6bc0f805f
Introduce conversion.( 'upcast' ).elementToAttribute() helper.
|
il y a 7 ans |
Maciej Gołaszewski
|
512b86194c
Introduce UpcastHelpers and conversion.for( 'upcast' ).elementToElement() helper.
|
il y a 7 ans |
Maciej Gołaszewski
|
29c5ce6be4
Docs: Update protected model factory methods in Position & Range.
|
il y a 7 ans |
Maciej Gołaszewski
|
6f28d06dec
WiP: Introduce Position, Range & Selection APIs on model & model/writer.
|
il y a 7 ans |
Maciej Gołaszewski
|
90d2a88bf7
Make Position.createAt() offset parameter required.
|
il y a 7 ans |
Maciej Bukowski
|
cbbb531181
Replaced `lib/lodash` imports with `lodash-es`.
|
il y a 7 ans |
Piotrek Koszuliński
|
1db4c7e4fd
Docs: Fixed a link.
|
il y a 7 ans |
Szymon Cofalik
|
1b760140b8
Fix: Element to attribute upcast should set attribute on all the elements inside the converted element.
|
il y a 7 ans |
Szymon Cofalik
|
e11a9babad
Fixed: Attributes were incorrectly set on an element's children during upcast.
|
il y a 7 ans |
Kamil Piechaczek
|
1d7dee1dc8
Renamed conversion priority property to `converterPriority`.
|
il y a 7 ans |
Kamil Piechaczek
|
d1bc09e3a3
Renamed singular parameters names to plural.
|
il y a 7 ans |
Maciej Gołaszewski
|
847a69e3ad
Other: Remove if from _normalizeModelAttributeConfig().
|
il y a 7 ans |
Maciej Gołaszewski
|
b983ff73cd
Added: Conversion#attributeToAttribute should support free-value conversion.
|
il y a 7 ans |
Maciej Gołaszewski
|
c260dd2c3a
Fix: Upcasting element with multiple attributes should not consume the element name by default.
|
il y a 7 ans |
Szymon Cofalik
|
153911e21e
Changed: Always try to consume view element's name if a view element is upcast using conversion helpers.
|
il y a 7 ans |
Szymon Cofalik
|
25f30a5e65
Changed: Unified converters config.
|
il y a 7 ans |
Szymon Cofalik
|
7f21a35f2e
Changed: Removed a case in upcast converters which is not needed when converters do not handle passing element instance.
|
il y a 7 ans |
Szymon Cofalik
|
a2e1ae5f61
Tests: Using `model.Writer` instead of constructor in tests and docs of conversion utils.
|
il y a 7 ans |
Szymon Cofalik
|
68dd9381f7
Changed: Added priorities handling in two-way-converters. Changed: Fixes after rebasing.
|
il y a 8 ans |
Szymon Cofalik
|
a5a9241728
Changed: Merged downcast-helpers.js to downcast-converters.js and upcast-helpers.js to upcast-converters.js.
|
il y a 8 ans |
Szymon Cofalik
|
c4ddc806c6
Changed: Change naming from "model-to-view-conversion" to "downcast" and from "view-to-model-conversion" to "upcast".
|
il y a 8 ans |