Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New reconversion system #11211

Merged
merged 182 commits into from
Feb 9, 2022
Merged

New reconversion system #11211

merged 182 commits into from
Feb 9, 2022

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    a7a0dfd View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    73af915 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbe5571 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    0ad44b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    490c302 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    280d2c5 View commit details
    Browse the repository at this point in the history
  2. Removed support for legacy reconversion and simplified code for reins…

    …erting elements (text nodes are not supported).
    niegowski committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    d0f0bd0 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    e8ab9b7 View commit details
    Browse the repository at this point in the history
  2. Code cleanup.

    niegowski committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    cf242d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daae0cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bf5ad3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34f06b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    4d90152 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    89d803a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Adding code comments.

    niegowski committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    fa34826 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Adding JSDocs.

    niegowski committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    614e1af View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    aa36632 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Added docs.

    niegowski committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    5a95106 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01afbce View commit details
    Browse the repository at this point in the history
  3. API cleaning.

    niegowski committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    29ac32b View commit details
    Browse the repository at this point in the history
  4. Removed some PoC changes.

    niegowski committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    ba694cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0d0b2d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a7e155 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Added tests.

    niegowski committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    bbc9e79 View commit details
    Browse the repository at this point in the history
  2. Added tests.

    niegowski committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    2e0f997 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c18937 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Reverted changes.

    niegowski committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    0053bd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50bc5e5 View commit details
    Browse the repository at this point in the history
  3. Fixed tests.

    niegowski committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    edcdaa8 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Code cleanup.

    niegowski committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    82f0176 View commit details
    Browse the repository at this point in the history
  2. Code cleanup.

    niegowski committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    818a93a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    1f2df2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6dfe5a View commit details
    Browse the repository at this point in the history
  3. Fix the schema definition.

    Reinmar committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    9563fb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f72e900 View commit details
    Browse the repository at this point in the history
  5. Wording.

    Reinmar committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    ab03609 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dadf715 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Improved the docs.

    Reinmar committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    6cc2c0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10466 from ckeditor/ck/10358-elementToStructure

    Feature (engine): Added `DowncastHelpers#elementToStructure()` downcast helper with reconversion support. Closes #10358.
    
    Feature (engine): It's now possible to trigger a nested conversion while downcasting an element.
    
    Other (engine): The `DowncastDispatcher#convert()` method introduced as a replacement to previously used `convertInsert()`. The new method handles not only nodes conversion but also markers.
    
    Internal (heading): Code adjusted to changes in `DowncastDispatcher` API.
    
    Internal (html-embed): Code adjusted to the removal of `triggerBy` conversion option.
    
    BREAKING CHANGE (engine): The `DowncastDispatcher#conversionApi` property is no longer available. The instances of `DowncastConversionApi` being created at the start of conversion.
    
    BREAKING CHANGE (engine): The support for the `triggerBy` option for downcast helpers is removed and replaced with the new `elementToStructure()` options.
    Reinmar authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    eeb30a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    e10b4ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    728ad02 View commit details
    Browse the repository at this point in the history
  3. Reverted not needed change.

    niegowski committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    8609f32 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    7fbea50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2cc96c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6117bf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    475bcb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    9e330d0 View commit details
    Browse the repository at this point in the history
  2. Remove console log.

    dawidurbanski committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    2ab03cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbe3e25 View commit details
    Browse the repository at this point in the history
  4. Travis trigger.

    dawidurbanski committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    1429693 View commit details
    Browse the repository at this point in the history
  5. Fix jsdocs.

    dawidurbanski committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    baf4a00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1e99cf View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    8ca2973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ce3d44 View commit details
    Browse the repository at this point in the history
  3. Fixed typo.

    niegowski committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    d61f306 View commit details
    Browse the repository at this point in the history
  4. Review fixes.

    niegowski committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    f210c3a View commit details
    Browse the repository at this point in the history
  5. Manual tests renaming.

    niegowski committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    bc3501d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10557 from ckeditor/ck/10359/reconversion/element…

    …ToElement
    
    Feature (engine): Added support for reconversion in `DowncastHelpers#elementToElement()` downcast helper. Closes #10359.
    niegowski authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    ed9afa5 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'ck/10294/reconversion' into ck/10376-downcast-dispatche…

    …r-event-flow
    
    # Conflicts:
    #	packages/ckeditor5-engine/src/conversion/downcasthelpers.js
    niegowski committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    356cb32 View commit details
    Browse the repository at this point in the history
  8. Fix typo.

    niegowski committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    a53c12b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bad002e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9795508 View commit details
    Browse the repository at this point in the history
  11. Properly consuming.

    niegowski committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    dbfe554 View commit details
    Browse the repository at this point in the history
  12. Updated tests.

    niegowski committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    690e016 View commit details
    Browse the repository at this point in the history
  13. Added JSDocs.

    niegowski committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    2875109 View commit details
    Browse the repository at this point in the history
  14. Added JSDocs.

    niegowski committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    2b1a83b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    310e282 View commit details
    Browse the repository at this point in the history
  16. Added tests.

    niegowski committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    2e040d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Fixed test.

    niegowski committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    fc259b5 View commit details
    Browse the repository at this point in the history
  2. JSDoc fix.

    niegowski committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    7ff855a View commit details
    Browse the repository at this point in the history
  3. JSDoc fix.

    niegowski committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    2aede05 View commit details
    Browse the repository at this point in the history
  4. Added tests.

    niegowski committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    baf38e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99cbd92 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Minor changes.

    Reinmar committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    40e366c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10586 from ckeditor/ck/10376-downcast-dispatcher-…

    …event-flow
    
    Other (engine): The attribute and child nodes conversion events are fired by the lowest priority handler for the insert event instead of by `DowncastDispatcher` itself. Closes #10376.
    
    Other (engine): Events are fired by the `DowncastDispatcher` even if they were previously consumed. It's the conversion handler's responsibility to check if it can be consumed or if it was already consumed by other converters.
    
    Feature (engine): Introducing `convertItem()`, `convertChildren()` and `convertAttributes()` in the downcast conversion API interface.
    
    Tests (html-support): Fixed test for checking if an attribute was consumed while converting.
    
    Other (list): Downcast conversion should consume downcasted attributes.
    Reinmar authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    94ac8f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18de8d5 View commit details
    Browse the repository at this point in the history
  4. Added tests.

    niegowski committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    d0e5c88 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Added JSDocs.

    niegowski committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    0f9e649 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab221ea View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    78a9f61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2059903 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Wording.

    Reinmar committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    99872b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10611 from ckeditor/ck/3818-missing-consumer-error

    Feature (engine): The `DowncastDispatcher` will throw an error if any of the model items were not consumed while converting. Closes #10377.
    
    Tests (clipboard): Added missing downcast conversion.
    
    Internal (heading): Added missing consuming converter.
    
    Tests (image): Tests updated to properly handle non-consumed errors fired by the `DowncastDispatcher`.
    
    MAJOR BREAKING CHANGE (engine): The `DowncastDispatcher` will throw an error if any of the model items were not consumed while converting. Read the [`conversion-model-consumable-not-consumed`](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/error-codes.html#conversion-model-consumable-not-consumed) error documentation for more information.
    Reinmar authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    2f15a45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bea119e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Updated tests.

    niegowski committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    f8a5625 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97b5a41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fadcb5 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    70311c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be305bb View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Updated tests.

    niegowski committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    56e1cf2 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Added comments.

    niegowski committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    e1d307c View commit details
    Browse the repository at this point in the history
  2. Review changes.

    oleq committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    688304c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Cleanup.

    dawidurbanski committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    26cb738 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    fd9ecfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    375bf36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca040ca View commit details
    Browse the repository at this point in the history
  4. Add proper error code.

    dawidurbanski committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    9814ff0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72206a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c919257 View commit details
    Browse the repository at this point in the history
  7. Minor fix.

    dawidurbanski committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    cba48c3 View commit details
    Browse the repository at this point in the history
  8. Update comment.

    dawidurbanski committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    9477a10 View commit details
    Browse the repository at this point in the history
  9. Update jsdoc.

    dawidurbanski committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    de7f0d5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bbf4b49 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    08cde2c View commit details
    Browse the repository at this point in the history
  12. Merge pull request #10666 from ckeditor/ck/10502-table-reconversion

    Other (table): Table downcast conversion migrated to `elementToStructure()` downcast helper. Closes #10502.
    
    Internal (engine): Reconversion helpers can coexist with `Differ#refreshItem()` children.
    
    MINOR BREAKING CHANGE (table): The downcast converters of the table feature has been rewritten with the use of `elementToStructure()` and the re-conversion mechanism. See #10502.
    Reinmar authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    ccdc87a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    b29f223 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Code cleanup.

    niegowski committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    9036823 View commit details
    Browse the repository at this point in the history
  2. Updated test.

    niegowski committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    4949293 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10685 from ckeditor/ck/10610-e2e-throw-error

    Feature (engine): The `elementToElement` downcast helper will log a console warning if multiple elements have been created. Closes #10610.
    
    Internal (horizontal-line): The `horizontalLine` element downcast conversion has been changed from `elementToElement` to `elementToStructure`.
    
    Internal (html-support): HTML elements downcast conversion have been changed from `elementToElement` to `elementToStructure`.
    
    Internal (image): The `imageBlock` and `imageInline` elements downcast conversion have been changed from `elementToElement` to `elementToStructure`.
    
    Internal (link): Link `inlineWidget` element downcast conversion has been changed from `elementToElement` to `elementToStructure`.
    
    Internal (media-embed): The `media` element downcast conversion has been changed from `elementToElement` to `elementToStructure`.
    
    Internal (page-break): The `pageBreak` element downcast conversion has been changed from `elementToElement` to `elementToStructure`.
    
    Internal (widget): The `blockWidget` and `inlineWidget` elements downcast conversion have been changed from `elementToElement` to `elementToStructure`.
    
    MINOR BREAKING CHANGE (media-embed): The `createMediaFigureElement` helper function first argument has been changed from `writer` object to `conversionApi` object.
    niegowski authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    bb98fc1 View commit details
    Browse the repository at this point in the history
  4. PoC.

    niegowski committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    15357a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Added tests.

    niegowski committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    20e34bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f9aa7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73748cb View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    4bf6692 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Docs.

    oleq committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    60de348 View commit details
    Browse the repository at this point in the history
  2. Code refactoring.

    oleq committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    78899af View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10716 from ckeditor/ck/10714-createContainerEleme…

    …nt-with-children
    
    Feature (engine): The `DowncastWriter#createContainerElement()` should accept a list of children so bigger view structures can be created in one call. Closes #10714.
    oleq authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    22bc956 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    05201a0 View commit details
    Browse the repository at this point in the history
  2. Log instead of throwing.

    oleq committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    80fb1e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    237b2db View commit details
    Browse the repository at this point in the history
  4. Docs.

    oleq committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    6045a52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2174bd View commit details
    Browse the repository at this point in the history
  6. Docs.

    oleq committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    1e9f574 View commit details
    Browse the repository at this point in the history
  7. Tests.

    oleq committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    a12391c View commit details
    Browse the repository at this point in the history
  8. Docs.

    oleq committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    66c4cbe View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Merge pull request #10775 from ckeditor/ck/10659-refresh-things

    Other (engine): Implemented the EditingController#reconvertMarker() method to be used instead of Writer#updateMarker() for marker reconversion purposes. Implemented the EditingController#reconvertItem() method to replace Differ#refreshItem(). Closes #10659.
    
    BREAKING CHANGE (engine): Removed the Differ#refreshItem() method from the public API. Replaced by EditingController#reconvertItem() (see #10659).
    arkflpc authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    6569e15 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    51ec30c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    af1d177 View commit details
    Browse the repository at this point in the history
  2. Updated links in docs.

    niegowski committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    999cfaa View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Merge pull request #10844 from ckeditor/ck/10811-list-package-restruc…

    …turing
    
    Other (list): The `ckeditor5-list` package was restructured into subdirectories. Closes #10811.
    
    Tests (alignment, autoformat, block-quote, engine, html-support, image, indent, table, word-count): Tests updated after list package restructuring.
    
    BREAKING CHANGE (list): The `ListEditing`, `ListUI`, `ListStyleEditing`, `ListStyleUI`, `TodoListEditing`, `TodoListUI` plugins were moved to the dedicated subdirectories (`list`, `liststyle`, `todolist`).
    niegowski authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    680fd07 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Merge branch 'master' into ck/10294/reconversion

    # Conflicts:
    #	packages/ckeditor5-table/tests/converters/downcast.js
    niegowski committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    8c3ff7d View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    e4343ed View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Configuration menu
    Copy the full SHA
    4457464 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Merge branch 'master' into ck/10294/reconversion

    # Conflicts:
    #	packages/ckeditor5-list/src/listproperties/ui/inputnumberview.js
    #	packages/ckeditor5-list/tests/listproperties/ui/inputnumberview.js
    #	packages/ckeditor5-table/src/converters/table-heading-rows-refresh-post-fixer.js
    niegowski committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    c4695ea View commit details
    Browse the repository at this point in the history
  2. Updated copyright header.

    niegowski committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    acfb3e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Add decoupled editor to engine package dev dependencies.

    dawidurbanski authored and Maksymilian Barnaś committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    88f5e08 View commit details
    Browse the repository at this point in the history
  2. Add redirects for obsolete pages.

    dawidurbanski authored and Maksymilian Barnaś committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    d13bdb0 View commit details
    Browse the repository at this point in the history
  3. Remodel url structure. Fix links. Update mini inspector.

    dawidurbanski authored and Maksymilian Barnaś committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    98bf874 View commit details
    Browse the repository at this point in the history
  4. Package.json cleanup.

    dawidurbanski authored and Maksymilian Barnaś committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    5b091f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Ported new pages for helpers and updated existing ones.

    Maksymilian Barnaś committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    7e73caa View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    88b5447 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d6ac2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b1e4de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a18f657 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba6bcca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3451bed View commit details
    Browse the repository at this point in the history
  7. Add infoboxes.

    dawidurbanski committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    ef6cd6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    153613e View commit details
    Browse the repository at this point in the history
  9. Content refactoring.

    dawidurbanski committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    ab06323 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2532a88 View commit details
    Browse the repository at this point in the history
  11. Imported mini inspector from npm (@ckeditor/ckeditor5-inspector). Fin…

    …e-tuned the look of the mini inspector.
    oleq committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    584e972 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6a5bdbf View commit details
    Browse the repository at this point in the history
  13. Tuned mini inspector in coversion docs to match colors of diagrams an…

    …d help users understand the idea.
    oleq committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    0baad9d View commit details
    Browse the repository at this point in the history
  14. Typo in upcast.md.

    Maksymilian Barnaś committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    556bdbf View commit details
    Browse the repository at this point in the history
  15. Review fixes, mostly license updates and formatting.

    Maksymilian Barnaś committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    fd4d576 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    5b89eae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11133 from ckeditor/ck/10911/conversion-docs

    New conversion documentation
    dawidurbanski authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    bc384ec View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Refactored slotFor API.

    niegowski committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    fd67983 View commit details
    Browse the repository at this point in the history
  2. Updated docs.

    niegowski committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    0e5f4a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    59a608c View commit details
    Browse the repository at this point in the history
  2. Added tests.

    niegowski committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    b080257 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    778b548 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    994c885 View commit details
    Browse the repository at this point in the history
  5. Code refactoring.

    oleq committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    8400bdf View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11228 from ckeditor/ck/11179-slot-for

    Internal (engine): Replaced `conversionApi.slotFor()` in  `elementToStructure` with `writer.createSlot()`. Closes #11179.
    oleq authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    0562598 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'ck/10294/reconversion' into ck/11163-disallowed-text-in…

    …-element-to-structure
    oleq committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    5d0a984 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #11229 from ckeditor/ck/11163-disallowed-text-in-e…

    …lement-to-structure
    
    Internal (engine): `elementToStructure()` should throw when invoked for an element that allows `$text`. Closes #11163.
    niegowski authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    03fa4d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    58dde34 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #11233 from ckeditor/revert-11229-ck/11163-disallo…

    …wed-text-in-element-to-structure
    
    Revert (engine): Reverted #11229 due to concerns in `Widget` tests.
    oleq authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    92595b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    b5b1046 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7b45cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f4a87a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd22ba6 View commit details
    Browse the repository at this point in the history
  5. Revert "Revert "elementToStructure() should throw when invoked for an…

    … element that allows $text""
    oleq authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    eb18f4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50dd19a View commit details
    Browse the repository at this point in the history
  7. Removed warning from elementToElement() helper logged when multiple c…

    …hildren were produced as a workaround for elementToStructure() disallowing conversion of model elements with $text.
    oleq committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    5c4c1fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    669b780 View commit details
    Browse the repository at this point in the history
  9. Docs.

    oleq committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    15f202d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #11239 from ckeditor/revert-11233-revert-11229-ck/…

    …11163-disallowed-text-in-element-to-structure
    
    Internal (engine): `elementToStructure()` should throw when invoked for an element that allows `$text`. Closes #11163.
    oleq authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    2a237b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Docs cleaning.

    niegowski committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    85974c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11236 from ckeditor/ck/10294/reconversion-create-…

    …slot
    
    Internal (image): Refactor `createBlockImageViewElement()` helper function.
    niegowski authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    77ee918 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91112d8 View commit details
    Browse the repository at this point in the history