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

#8145 : Fixed handling of multiple selected blocks in Model#deleteContent(). #8186

Merged
merged 1 commit into from
Sep 30, 2020

Conversation

niegowski
Copy link
Contributor

Suggested merge commit message (convention)

Fix (engine): Model#deleteContent() should properly remove blocks when the selection is spanning multiple blocks. Closes #8145.


Additional information

@jodator jodator self-requested a review September 30, 2020 06:02
@jodator jodator self-assigned this Sep 30, 2020
Copy link
Contributor

@jodator jodator left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@jodator jodator merged commit c4b3182 into master Sep 30, 2020
@jodator jodator deleted the i/8145 branch September 30, 2020 06:21
psmyrek added a commit that referenced this pull request Oct 12, 2020
commit ab3f1ba1e1ee0e90a22076bdb4bcbcf4a4485ac9
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Mon Oct 12 12:37:42 2020 +0200

    Docs update

commit 100662740d75f913c6f0071ba75873edba8d575f
Merge: b748ee2f7e 5f4c9b581c
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Mon Oct 12 08:02:29 2020 +0200

    Merge branch 'master' into i/4600-tmp

commit b748ee2f7eecd502429ca92f0bd542ad55ef8fe6
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Mon Oct 12 08:01:49 2020 +0200

    The keyup event replaced by click

commit 5f4c9b581c36bbe0c47782039f6d9376e408d638
Merge: c8e3a9480f d9325bcc04
Author: Maciej <jodator@jodator.net>
Date:   Sat Oct 10 10:20:48 2020 +0200

    Merge pull request #8234 from ckeditor/i/7488

    Fix (media-embed): Allow URL with '%' character for embedding media. Closes #7488.

commit 4550557187eb9f3a914d5999acd4db415b489b85
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Fri Oct 9 15:09:21 2020 +0200

    selectionChange fixed

commit 97f6617ca4e5f7cd2ff79f0c79830a21c92a0549
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Fri Oct 9 14:27:47 2020 +0200

    Native selection

commit 7b7597a6ab07093e2d8f2f9a84c3ee7a097dbdf5
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Fri Oct 9 14:06:16 2020 +0200

    selectionChange UT

commit d3cb3c5f8502951e7df7272af83b1061b61b2afd
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Fri Oct 9 13:54:34 2020 +0200

    DomEventObserver UT

commit d9325bcc04ff4f8bb19c27e426e574c18fff9986
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Fri Oct 9 13:52:24 2020 +0200

    Added tests

commit 05a0c6a51a70b59fb7c22c4d1f252a248c788d33
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Fri Oct 9 13:22:53 2020 +0200

    Inserted URL with '%'-symbols is not transformed to Media Object

commit c8e3a9480fbe2d638ac986f8d723aa89e62a82bc
Merge: 606a44b157 347580e440
Author: Maciej <jodator@jodator.net>
Date:   Fri Oct 9 11:39:38 2020 +0200

    Merge pull request #8229 from ckeditor/i/8098

    Fix (table): Pasting nested tables with unsupported by the editor elements will not blow up. Closes #8098.

    MINOR BREAKING CHANGES (table): Removed the `ensureParagraphInTableCell()` converter that ensures that the model state after the conversion process will be correct. Now the model will be fixed (if needed) by the post-fixer (`injectTableCellParagraphPostFixer()`).

commit 55f186765e3dcd703cc1929f7ce2dc960565a8d6
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Fri Oct 9 09:55:32 2020 +0200

    Described manual test, fixed DOM leak in UT

commit 347580e44038f1baa2a538c4a776ab9c19b1de87
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Oct 9 08:58:42 2020 +0200

    Adjusted PFO tests to changes in the ckeditor5-table package.

commit 33a8cef9775530c3660c2756f71113ed9c7ca92f
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Thu Oct 8 15:37:18 2020 +0200

    setData must be called after widget is initialized

commit 759a56df3453d6555cc99b0a5be62e0245bb60fb
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Thu Oct 8 14:53:17 2020 +0200

    Added unit test for observer, started unit test for widget

commit 5bf0d3a788c86f1aac13a319c061630b0f5980ed
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Oct 8 12:14:51 2020 +0200

    Removed "ensureParagraphInTableCell" converter that was doing the same job as post-fixer.

commit 606a44b1575a5ba6c7be7b0e2c89907d151c2742
Merge: f36fcba2cf 78ee44990d
Author: Maciej <jodator@jodator.net>
Date:   Thu Oct 8 11:50:16 2020 +0200

    Merge pull request #8228 from ckeditor/i/7941

    Docs: Add the list style plugin to the “Document editor” example. Closes #7941.

commit 78ee44990dc95ac38a75c00e892560a3a6836244
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Thu Oct 8 11:43:18 2020 +0200

    Changed list style used in document editor example.

commit f36fcba2cfde0d97c481bbedbbfe6b3d49f0b74a
Merge: 89775f9406 404984c05d
Author: Maciej <jodator@jodator.net>
Date:   Thu Oct 8 11:36:03 2020 +0200

    Merge pull request #8216 from ckeditor/i/7604

    Fix (media-embed): Enable media embed command when selected media is in a table cell. Closes #7604.

commit 8b2bc07501d536a0790c43475e286feb097fbbda
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Thu Oct 8 11:16:29 2020 +0200

    Updated list example in docs

commit e4ddfc20393db3e400820ece3c39a4dd8fa11763
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Thu Oct 8 11:08:32 2020 +0200

    Updated manual list style test

commit 669f7c607f094e9baf9ea40040a1c069f38128ef
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Thu Oct 8 10:48:49 2020 +0200

    Added list style test

commit 4f29da04c9d70cde27c1df9b7b20786b84d56366
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Thu Oct 8 10:26:42 2020 +0200

    Fixed bubbling event (wrong prop position in args list)

commit 9d873b0e68ab1081bee797d0701e657145b13f51
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Thu Oct 8 10:16:33 2020 +0200

    Internal: Build.

commit fea25ebf1dd66c19f4ee268c6108abaddd9ce527
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Thu Oct 8 10:12:38 2020 +0200

    Use already existing event

commit c6adf09780b9f8567b3ca1fe59df730d04f87fd8
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Thu Oct 8 09:52:56 2020 +0200

    Listener updated

commit 3366aa509d8689680ac86740332727db68ef9ded
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Thu Oct 8 08:10:20 2020 +0200

    Add listener and emmiter for custom event

commit ce9cf804d1a141d93deac1e089062b1aa6ffafe8
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Wed Oct 7 17:41:27 2020 +0200

    Add the list style plugin to ckeditor5-build-decoupled-document

commit 1331f303d3c6d34805b61a72ba0a5e02f68b640e
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Wed Oct 7 14:07:27 2020 +0200

    Better console.log message

commit 2b8d09ec09c4f714db28f9d7c2255054269da1d7
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Wed Oct 7 13:41:58 2020 +0200

    Added event observers

commit 404984c05dfa5b628f26a27ebfbfc22e912771aa
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Wed Oct 7 10:44:44 2020 +0200

    Fixing tests

commit ea6bcc5e477c40cf3ad08e0c33f152663156e81a
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Wed Oct 7 10:35:03 2020 +0200

    Review correction

commit 1f5a9b2c2d0526bbbc289c0b41c4ce8c26503c30
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Wed Oct 7 10:33:24 2020 +0200

    Update packages/ckeditor5-media-embed/tests/insertmediacommand.js

    Co-authored-by: Maciej <jodator@jodator.net>

commit 6714e0224dbfe3dda85761de6382e8a49a28a2dd
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Wed Oct 7 10:33:13 2020 +0200

    Update packages/ckeditor5-media-embed/src/mediaembedcommand.js

    Co-authored-by: Maciej <jodator@jodator.net>

commit 29129241ae6d9fbd03df6a8312c1e2f5bc30e691
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Wed Oct 7 10:00:11 2020 +0200

    Clean up

commit 89775f940657555bc63065a957f85c6d264cdd37
Merge: 3dd0d33745 dec3f9163b
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Wed Oct 7 09:41:18 2020 +0200

    Merge stable into master

commit dec3f9163bb0f8999e9a75f6dfc8867461f016b7
Merge: 4de0e05c10 e7d9ba3747
Author: Kacper Tomporowski <kacpertomporowski@gmail.com>
Date:   Wed Oct 7 09:40:59 2020 +0200

    Merge pull request #8223 from ckeditor/docs-related-info

    Docs: structure updated. [skip ci]

commit a7852ea2498a3f92612e4cbffe894ae82ff6c151
Merge: 333bba21a4 1de2e4ed3a
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Wed Oct 7 09:05:40 2020 +0200

    Merge remote-tracking branch 'origin/i/4600' into i/4600-tmp

commit 333bba21a40ed52da4efbbe55cc3ea8d6c0d7563
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Wed Oct 7 09:04:53 2020 +0200

    Added visual styles and fixed widgetizing method

commit e7d9ba3747bae4edfc1c983f717afd0332d01dc4
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Wed Oct 7 08:41:43 2020 +0200

    Docs: structure updated. [skip ci]

commit ec854253880569d4377aef43976d8d6773b45610
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Tue Oct 6 17:41:19 2020 +0200

    Enable media embed command when selected media is in a table cell

commit 8f5e8340e91b7cdc4d15dfb056dc361514854801
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Tue Oct 6 13:58:58 2020 +0200

    Added data-cke-ignore-events="true"

commit 3dd0d33745c41316c8381fac499d178a9409dd64
Merge: 242d21c67e 4de0e05c10
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Tue Oct 6 13:56:01 2020 +0200

    Merge stable into master

commit 4de0e05c104b288fce3a7cdba27f70e6dd5cd977
Merge: f72ec41c75 bb7b4f202e
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Tue Oct 6 13:55:37 2020 +0200

    Merge pull request #8133 from ckeditor/i/8129

    Docs: Added a new block quote feature guide.

commit 94805f57ac104fa50cd489bf36a5cc37a8890a7e
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Tue Oct 6 13:46:24 2020 +0200

    Buttons with texts

commit bb7b4f202e275895ed19986eefcad08b21610e9c
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Tue Oct 6 13:43:34 2020 +0200

    Docs: Corrections in the block quote feature guide and API page.

commit 21fa3042c5180611d7eda3ef59aa653e5c189290
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Tue Oct 6 13:07:19 2020 +0200

    Fixed snippet code.

commit 2b1a58ad2510559c1562631e6b247660c7f240f7
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Tue Oct 6 12:56:46 2020 +0200

    Added upcast and downcast converters

commit 760c45a77ca04978beadc2d9cd6b88610401b11e
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Tue Oct 6 12:24:30 2020 +0200

    Media embed command is disabled when selected media is in a table cell

commit 93eaccfa96d78ecd312f4f6f85e6de50b1f1d281
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Tue Oct 6 09:51:07 2020 +0200

    Block quote snippet cleaned up, reformatted.

commit a52ab5a5c8d660a08cbfa40a6c49105d60a98baf
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Thu Sep 24 10:19:13 2020 +0200

    Docs: snippet text fixes. [skip ci]

commit 63bc50125121e42b00a6d2e6698d569f21e62840
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Wed Sep 23 12:06:03 2020 +0200

    Docs: Block quote documentation. [skip ci]

commit 967ab5abe814c04def4659f25120d8a3af7c5f59
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Tue Oct 6 09:47:41 2020 +0200

    Ignore events fired by certain UIElements

commit 242d21c67ecf71781beae4494472538d78c9636d
Merge: 37b481e3ce 409296a6b6
Author: Maciej <jodator@jodator.net>
Date:   Tue Oct 6 09:06:29 2020 +0200

    Merge pull request #8212 from ckeditor/i/7919

    Fix (link): Do not show up link UI on <kbd>Ctrl</kbd>+<kbd>K</kbd> when `LinkCommand` is disabled. Closes #7919.

commit 409296a6b6a61271ba803caf030af4055626bb8c
Author: Maciej <jodator@jodator.net>
Date:   Tue Oct 6 08:17:36 2020 +0200

    Update packages/ckeditor5-link/tests/linkui.js

commit 960f55fc1a1554702961b7e26d912ceea8f8463d
Author: Paweł Kwaśnik <kwach2000@gmIl.com>
Date:   Tue Oct 6 00:16:37 2020 +0200

    Link UI should not show up on Ctrl+K when LinkCommand is disabled

commit 37b481e3cef10377683ff5a1d201539ba883d42f
Merge: 0fd96645c5 f72ec41c75
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Mon Oct 5 22:20:59 2020 +0200

    Merge stable into master

commit f72ec41c7575d08b5f4d5022059208e5609c966b
Merge: 609eab2669 8edfd9ed5d
Author: Marek Lewandowski <mlewand@users.noreply.github.com>
Date:   Mon Oct 5 22:20:32 2020 +0200

    Docs (ckeditor5): Reintroduced the latest MathType version.

    Docs: Reintroduce latest MathType version

commit 8edfd9ed5d940a4717e3ce21f7be15b45473927d
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Mon Oct 5 10:44:08 2020 +0200

    Docs: Reintroduce latest Mathtype version

commit 0fd96645c53f516ccab1b0655a54c867afbea878
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Mon Oct 5 09:50:51 2020 +0200

    Docs: Added missing private field docs. [skip ci]

commit f00933d7daa8a611f876d46b18bdb7d1854a6a1e
Merge: f5294045c7 609eab2669
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Mon Oct 5 09:12:48 2020 +0200

    Merge stable into master

commit 609eab26698155212232a87bc97a33ef3675ad6b
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Mon Oct 5 09:12:29 2020 +0200

    Fixed typo in the changelog. [skip ci]

commit f5294045c79a8c98866b3817b5f6cbdd78cacd63
Merge: 66b581a18c b11b69bbed
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Fri Oct 2 08:36:56 2020 +0200

    Merge stable into master

commit b11b69bbedabd62403ef0448a3e958051f32a2e9
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Fri Oct 2 08:36:11 2020 +0200

    Docs: Rewording in list style feature guide. [skip ci]

commit 66b581a18caf06ed1c0a9450accf81f188adc673
Merge: 527a5bcd6c 261dd0b790
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Thu Oct 1 13:33:53 2020 +0200

    Merge stable into master

commit 261dd0b790c447beb60978172901f1f4bf20bb95
Merge: 9b0911659c a52543469a
Author: Marek Lewandowski <mlewand@users.noreply.github.com>
Date:   Thu Oct 1 13:33:32 2020 +0200

    Docs (ckeditor5): Corrected links in the migration guide. Closes #8196.

    Fixed links in the migration guide

commit a52543469a77995342ba65249f95c24df9b306a2
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Thu Oct 1 12:34:36 2020 +0200

    Docs (ckeditor5): Fixed links in the migration guide.

commit 527a5bcd6c9935bb32773b2269ed1ab000faaa9f
Merge: 93febe0c41 9b0911659c
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Thu Oct 1 10:47:48 2020 +0200

    Merge stable into master

commit 9b0911659cd41e2bd22b3f63fd065b27dbea69c5
Merge: 3e4e5b27a8 43feca36ba
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Thu Oct 1 10:47:26 2020 +0200

    Merge pull request #8195 from ckeditor/docs-changelog-23

    Docs: Changelog review.

commit 43feca36ba18c8e827421b9bfd0485b003419f0a
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Thu Oct 1 09:37:47 2020 +0200

    Docs: Changelog reviewed.

commit ee0f1f2a74c1311a02006ea66cc15b56785a56ca
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Thu Oct 1 08:25:52 2020 +0200

    Docs: changelog review. [skip ci]

commit 93febe0c417e39faf8f0e5f63e8ca1b827c3b922
Merge: 712d6cd658 3e4e5b27a8
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Wed Sep 30 18:17:54 2020 +0200

    Merge stable into master

commit 3e4e5b27a8ba79a25fca2db2604fdc39d9b7b6c9
Merge: 76f979bf94 1a477fe892
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 30 18:17:19 2020 +0200

    Merge branch 'release' into stable

commit 1a477fe892ec721af9f42deab09d6db1c3bdb869
Author: Maciej Bukowski <ma2ciek@gmail.com>
Date:   Wed Sep 30 16:53:20 2020 +0200

    Internal: Updated versions of collaboration dependencies.

commit 712d6cd6583d9804d75476d3b1e4de8b49a426b2
Merge: c4b3182722 76f979bf94
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 30 12:32:35 2020 +0200

    Merge branch 'stable'

commit 76f979bf94d899cdd6e5415173b7945d079ce1a5
Merge: ff5d97a0b3 59f25b7c2f
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 30 12:31:58 2020 +0200

    Merge branch 'release' into stable

commit 59f25b7c2fe444fa10ab7ae612d5fbc6184faf03
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 30 12:18:03 2020 +0200

    Docs (ckeditor5): Updated the content styles stylesheet.

commit 1729d083fb2475b8cc9365422d270fd989d39a21
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 30 12:15:09 2020 +0200

    Release: v23.0.0.

commit 4f03425b36239799afb427b11773abc10e59bc84
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 30 12:10:56 2020 +0200

    Internal: Updated dependencies. [skip ci]

commit c4b3182722a8eea68d00b0250c8ac9388723a1b5
Merge: 0063c6ed01 0b78edb745
Author: Maciej <jodator@jodator.net>
Date:   Wed Sep 30 08:21:26 2020 +0200

    Merge pull request #8186 from ckeditor/i/8145

    Fix (engine): `Model#deleteContent()` should properly remove blocks when the selection is spanning multiple blocks. Closes #8145.

commit d783d751ff281556a9f8e84592ef75bffdb798a3
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Tue Sep 29 14:53:22 2020 +0200

    Internal (ckeditor5): Changelog corrections.

commit 0b78edb7455cbc7882337ca416c04dd10059acff
Author: Kuba Niegowski <j.niegowski@cksource.com>
Date:   Tue Sep 29 16:55:12 2020 +0200

    Fixed handling of multiple selected blocks in Model#deleteContent().

commit 0063c6ed01b0dd2c57d8ad6decc2d23e537a49e2
Merge: 829b200ed0 ff5d97a0b3
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Tue Sep 29 16:38:46 2020 +0200

    Merge stable into master

commit ff5d97a0b35bd84d2226c0333c08a731125ab9a0
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Tue Sep 29 16:38:08 2020 +0200

    Docs: Minor grammar correction in the Image guide. [skip ci]

commit 829b200ed01448586fc60ab835d727fa0e6c663b
Merge: 99bb9afcbb 2ee82a21df
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Tue Sep 29 13:42:55 2020 +0200

    Merge stable into master

commit 2ee82a21df87af6a31ff035eefa569659393c8e9
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Tue Sep 29 13:42:30 2020 +0200

    Docs (engine): Remove duplicated sentence. [skip ci]

commit 99bb9afcbbafc91b98ef6206affe2f01f79a235d
Merge: 2b9dad742f fb69520dbe
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Tue Sep 29 13:41:22 2020 +0200

    Merge stable into master

commit fb69520dbe276f6d0c79a8c80b581316e371e2c4
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Tue Sep 29 13:40:37 2020 +0200

    Docs (engine): Updates docs on valid nodes for DowncastWriter#insert().

commit 2b9dad742fe1b948c8ef5fca7a6815c9915f6522
Merge: b5e8ca02b2 1b065c186c
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Tue Sep 29 11:18:23 2020 +0200

    Merge stable into master

commit 1b065c186c5730fc725745cbf9d49ee21d53ee79
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Tue Sep 29 11:12:47 2020 +0200

    Docs (image): Add information about changing image caption placement.

commit aebf94d8d00597cfc9ea2a6e8fd3b788132b837d
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Mon Sep 28 16:22:52 2020 +0100

    Internal (utils): Updated version of CKEditor 5.

commit be43bf87463f4f00b48e618993aa7439151af811
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Mon Sep 28 16:21:42 2020 +0100

    Docs: Changelog. [skip ci]

commit b5e8ca02b2d6d7ff8f710bd9a9472b46296ef161
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Fri Sep 25 13:05:47 2020 +0200

    Internal: Typo fix. [skip ci]

commit 3433e9a8ad64cc971cdfa4658a84585b4e23f19e
Merge: 0632d06837 bdd7db96ee
Author: Kuba Niegowski <1232187+niegowski@users.noreply.github.com>
Date:   Thu Sep 24 18:50:50 2020 +0200

    Merge pull request #8148 from ckeditor/i/8143

    Fix (engine): `model.History#getOperations` was returning incorrect values if history had operations with negative version numbers or version numbers differing by more than one. Closes #8143.

commit bdd7db96eec8b4915e9e7cc1e1de249973b93fa0
Author: Szymon Cofalik <s.cofalik@cksource.com>
Date:   Thu Sep 24 18:20:18 2020 +0200

    Tests: Upgraded tests.

commit 6901e2c31644358e26da0804273552f006341e1a
Author: Szymon Cofalik <s.cofalik@cksource.com>
Date:   Thu Sep 24 16:16:44 2020 +0200

    Fix: `model.History#getOperations` was returning incorrect values if history had operations with negative version numbers or version numbers differing by more than one.

commit 0632d06837a5cb80e7a3fb986253655a0b321391
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Thu Sep 24 13:42:39 2020 +0200

    Internal (build-*): Builds.

commit 9256cbee9dc2173e1f1756fa566ba92a2d4bd6bc
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Thu Sep 24 13:28:46 2020 +0200

    Other: Updated translations. [skip ci]

commit 08fc2a54b8953fe6000c900d8f1270b86edc1590
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Thu Sep 24 13:20:16 2020 +0200

    Other: Updated translations. [skip ci]

commit 7792bec8f2b2af829ea6322dcbed79a5ca21f6c7
Merge: c0e5940101 ba7a756e35
Author: Marek Lewandowski <mlewand@users.noreply.github.com>
Date:   Thu Sep 24 12:59:19 2020 +0200

    Internal: Use same format for error name in attachLinkToDocumentation as in CKEditorError. Closes #8097.

commit c0e59401015a6a9c290789c92b1352661a79a958
Merge: 73eacd641f 18171271e2
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Sep 24 12:54:39 2020 +0200

    Merge pull request #8142 from ckeditor/i/8141

    Internal: Added support for linking nested external packages. Closes #8141.

commit ba7a756e3531df4bad6eceeac1ea8a206404abd9
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Thu Sep 24 12:45:45 2020 +0200

    Fix plugincollection-plugin-not-loaded error format.

commit 18171271e26f936c9b487905e74e8e7e1bff46a4
Author: Maciej Bukowski <ma2ciek@gmail.com>
Date:   Thu Sep 24 12:26:19 2020 +0200

    Internal: Added support for linking nested external packages.

commit 73eacd641f38ee261cd43ddfdf98df5e22eb2fdd
Merge: 07ba48e813 58fc76dcbd
Author: Marek Lewandowski <mlewand@users.noreply.github.com>
Date:   Wed Sep 23 15:42:12 2020 +0200

    Fix (link): Manual decorators will no longer be corrupted by the link image plugin. Closes #7975.

commit 58fc76dcbd0af924685460ff15346a4cff8f411d
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 23 15:09:26 2020 +0200

    Tests (link): Added issue reference.

commit 4d734d44b3ee8ebdf3a95aaba62162a16359e042
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Wed Sep 23 14:56:57 2020 +0200

    Fixed indents.

commit b5a2d00cc112e3195d7650089a54cbda2796e401
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Wed Sep 23 14:54:35 2020 +0200

    Refactored tests.

commit dec11ed084ca8670569075d0a697f35a2997536d
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 23 14:05:33 2020 +0200

    Internal (link): Extracted common code into reused function.

commit 07ba48e8133f550de2c4e4328747bdac1f819025
Merge: f0b5f2d6eb 1a0c3fdda3
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Wed Sep 23 13:38:13 2020 +0200

    Merge pull request #8134 from ckeditor/i/8122

    Docs: Fix the CI by using absolute URLs to cross-repo docs. Closes #8122.

commit 1a0c3fdda3177ba803f2611d4b881b1c1165d38b
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Wed Sep 23 13:11:13 2020 +0200

    Unfortunately, we need to use absolute URLs to workaround the CI problem.

commit f0b5f2d6ebe1405d56cde9114cbd110c26590ede
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Wed Sep 23 12:56:15 2020 +0200

    Internal: Let's try >= to avoid having to bump these deps manually. See https://github.com/cksource/ckeditor5-internal/issues/332.

commit 68556ca5300c8713131145e9016bf620c60b24ee
Merge: 6d3d4751fa b5e19cef3c
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Wed Sep 23 12:18:37 2020 +0200

    Merge pull request #8127 from ckeditor/i/8125

    Docs: Updated the versioning policy guide. Closes #8125.

commit b5e19cef3c1def56a6a5e222618551b49e68593d
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Wed Sep 23 07:41:15 2020 +0200

    Docs: minor fixes. [skip ci]

commit 6d3d4751fa1bbe1472560876e3d8cb4a0ce350c5
Merge: c5774a085d a74e24b853
Author: Bartek Biedrzycki <68123541+godai78@users.noreply.github.com>
Date:   Wed Sep 23 07:12:44 2020 +0200

    Merge pull request #8118 from ckeditor/docs-util-api

    Docs: API fixes. [skip ci]

commit 61332eebf1894ac3ae3f50392b5b6bc6442589a4
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Tue Sep 22 19:36:33 2020 +0200

    Updated the versioning policy guide.

commit 14007d342bdef02009425c059af4308c4012eb17
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Tue Sep 22 12:28:07 2020 +0200

    Fix CKEditorError documentation.

commit 74862de50b1bd62bf99b263c2a1f5767073a380f
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Tue Sep 22 12:21:16 2020 +0200

    Make attachLinkToDocumentation() follow the same rules for error id matching as CKEditorError.

commit c5774a085d3f67ffdfcbe041636f93607b8670ea
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Tue Sep 22 11:48:35 2020 +0200

    Revert "Docs: Changed particular dev deps to use 'latest' version specifier. See cksource/ckeditor5-internal#332."

    This reverts commit bfb1d5dac39307480f6fc6469931f2e4a2980b27.

commit a344f4eedb617e07069b8b3e1ec76fbd5f81602b
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Tue Sep 22 08:52:06 2020 +0200

    Wording once again. [skip ci]

commit 3cbb748967b7e4dec66e056e04c6cb55e4b0e028
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Tue Sep 22 08:51:00 2020 +0200

    Wording. [skip ci]

commit a3f9c13bd939c5e8442686eeddee5a3fa7f17543
Merge: bfb1d5dac3 7a13e9eb0e
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Tue Sep 22 08:45:55 2020 +0200

    Merge stable into master

commit 7a13e9eb0ea6655277d4ddde75ef46323bab6d00
Merge: 58c557f630 c1cc6e7395
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Tue Sep 22 08:45:35 2020 +0200

    Merge pull request #8091 from ckeditor/docs-pagination

    Docs: Mention Pagination in Page break guide. [skip ci]

commit bfb1d5dac39307480f6fc6469931f2e4a2980b27
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Mon Sep 21 14:59:23 2020 +0200

    Docs: Changed particular dev deps to use 'latest' version specifier. See cksource/ckeditor5-internal#332.

commit 052032c508cf507ece290d25a99e29830b9d2dd5
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Mon Sep 21 14:08:46 2020 +0200

    Added to all-features a case with decorators and images.

commit 65f35195927203f49e562b1303517dd019df3c51
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Mon Sep 21 14:08:23 2020 +0200

    Fixed the manual decorator converter for linked images. It should not be executed for normal links.

commit a74e24b8538d34dae355bfafe61ce6e4c5a9a1e1
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Mon Sep 21 11:35:34 2020 +0200

    Docs: API fixes. [skip ci]

commit 91075a303e5b003b3a82fd96f57a651b6a3c95a9
Merge: 5c65eba072 58c557f630
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Fri Sep 18 10:49:24 2020 +0200

    Merge stable into master

commit 58c557f6303059feaffd62fa65ee47d3fff4206f
Merge: 3401f818b2 0a450a1e96
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 18 10:49:04 2020 +0200

    Merge pull request #8107 from ckeditor/i/8106

    Docs: Added the `@ckeditor/ckeditor5-pagination` package into `devDependencies`. Updated the versions of internal packages. Closes #8106.

commit 0a450a1e9608a20d2678dd602c07fa745ea5d602
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 18 10:42:09 2020 +0200

    Added the "@ckeditor/ckeditor5-pagination" package into `devDependencies`. Updated the versions of internal packages.

commit 5c65eba072a45017f8b0cf41247a5fd09a46eb06
Merge: 48a9e94312 6fff807ee0
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 18 07:59:47 2020 +0200

    Merge pull request #8102 from jczapiewski-cksource/i/329

    Internal (cloud-services-core): Fix the token refresh timeout time calculations.

commit 6fff807ee0f33f6c0a03232d808ece4142ce5bff
Author: jacekczapiewski <j.czapiewski@cksource.com>
Date:   Thu Sep 17 19:42:50 2020 +0200

    Fix the token refresh timeout time calculations

commit 48a9e943122e4cdd0e2647f03ebc7b17c402710e
Merge: 3e6ea99fe2 86849d6fac
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Thu Sep 17 16:26:37 2020 +0200

    Merge pull request #8090 from ckeditor/i/8034

    Other (image): The `config.image.upload.panel.items` does not need to be set anymore in order to show the "insert image via URL form". It is enough to load the new `ImageInsert` plugin and use the new `imageInsert` button. See #8034.

commit 86849d6facc504556a2b5503dedcb5f25fabdb05
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Thu Sep 17 16:20:18 2020 +0200

    Fix the grammar.

    Co-authored-by: Bartek Biedrzycki <68123541+godai78@users.noreply.github.com>

commit 144a080dfce31f64fb019b0ad5c51dc6756c5589
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Thu Sep 17 13:32:39 2020 +0200

    Clarified the docs a bit.

commit ff1b532e2fd2d3be098b857a0357fd33815f7bee
Merge: d94618129f 3e6ea99fe2
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Thu Sep 17 13:26:22 2020 +0200

    Merge branch 'master' into i/8034

commit c1cc6e739559a08ac739e781d5d82fa514149868
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Thu Sep 17 13:01:06 2020 +0200

    Added the Related features section to the guide and some expansions.

commit 3e6ea99fe28225c52092b621c3593748bb1c168e
Merge: 501490a572 c6bba3738a
Author: Marek Lewandowski <mlewand@users.noreply.github.com>
Date:   Thu Sep 17 10:59:57 2020 +0200

    Merge pull request #8075 from ckeditor/i/8026

    Fix (list): List styles plugin will no longer cause the editor to crash when indenting a list item that is the last element in the editor. Closes #8072.

    Fix (list): Undo will restore the proper value of the list-style-type attribute in the View element after undoing merging different lists. Closes #7930.

    Fix (list): Fixed a bug that prevented using the same value of the List style feature for nested lists. Closes #8081.

    Internal (list): The mechanism that merges two lists and inherits their list styles will not crash while deleting content (lists with different values of the listIndent attribute) in a nested list. Closes #8073.

    Internal (list): The listStyle attribute will be inherited when deleting nested lists. The previous implementation added in #7879 handled lists with the listIndent=0. See #8073.

commit 501490a5729c413ee00311fe3c9a965fab2bb2ad
Merge: ae5138a82a 23851741c9
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Sep 17 10:55:14 2020 +0200

    Merge pull request #8082 from jczapiewski-cksource/i/316

    Other (cloud-services-core): Change tokens refreshing mechanism to depend on the token expiration time.

commit 23851741c9ffcc4884403ca1cb42c74d64e1e8f1
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Sep 17 10:31:16 2020 +0200

    Swapped the order of the documentation annotations.

commit e0310f259a6a85209965410dc68ccb23331ab7ba
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Sep 17 10:25:53 2020 +0200

    Replaced the block comment with inline one.

commit 3d0c6e3d0831f7513b4bfc79dc019f720a94ec5e
Author: jczapiewski-cksource <69457351+jczapiewski-cksource@users.noreply.github.com>
Date:   Thu Sep 17 10:24:08 2020 +0200

    CR suggested change

    Co-authored-by: Kamil Piechaczek <pomek@users.noreply.github.com>

commit ec5117acbcd95973e9a0eb4e85aaf8a22e7bcb8a
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Sep 17 10:19:14 2020 +0200

    Wording.

commit 8eeeec1cc16fdf03750e18786cde31931ca0dbf3
Author: jacekczapiewski <j.czapiewski@cksource.com>
Date:   Thu Sep 17 09:24:59 2020 +0200

    CR fixes

commit b66c0239309b22aac8661b5399a836c65b4767a5
Author: jacekczapiewski <j.czapiewski@cksource.com>
Date:   Wed Sep 16 16:39:45 2020 +0200

    CR fixes

commit ae5138a82a2bad8cd924840268752f94aef599d2
Merge: eb92cfb737 3401f818b2
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Wed Sep 16 14:04:26 2020 +0200

    Merge stable into master

commit 3401f818b27642363b92ef7c83917e149ed77aff
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Wed Sep 16 14:03:58 2020 +0200

    Docs: Fixed URLs to ESlint and Stylelint presets in the Code Style guide.

commit d94618129f24bb0c6bc5460b1b06583d21e2e085
Author: Radek Kozieł <radoslaw.koziel@gmail.com>
Date:   Wed Sep 16 13:28:18 2020 +0200

    Update packages/ckeditor5-image/src/imageinsert.js

    Co-authored-by: Bartek Biedrzycki <68123541+godai78@users.noreply.github.com>

commit eb92cfb7377fa066a4cb08163ade33a73639aab1
Merge: 1341b3a02f 4d20866377
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Wed Sep 16 13:00:05 2020 +0200

    Merge pull request #8074 from ckeditor/i/7907

    Fix (link): Prevented throwing an error during creating a link from the multi-block selection. Closes #7907.

commit 4d208663772d2b5441c494c78c9812433d76d5fb
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Wed Sep 16 12:59:39 2020 +0200

    Added missing dots.

commit f36e86edabc6fefc20a38a0668ca6cd575459a72
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Wed Sep 16 12:38:20 2020 +0200

    Docs: mention Pagination in Page break. [skip ci]

commit c22915c2b127b227d2c689f57b79d17e848e19f7
Author: panr <radoslaw.koziel@gmail.com>
Date:   Wed Sep 16 12:31:40 2020 +0200

    Fixes after first CR.

commit f1572aafc69a2e30e3145e6fb09d0d4f3797f484
Author: panr <radoslaw.koziel@gmail.com>
Date:   Wed Sep 16 11:18:00 2020 +0200

    Update tests.

commit 5fbb72c672d6edb7513a0236e0fa42e0b2df5009
Author: panr <radoslaw.koziel@gmail.com>
Date:   Wed Sep 16 10:25:20 2020 +0200

    Change the docs for ImageInsert plugin.

commit ccea270f52ca102eb029ccfd9ad7a7480e035e1a
Author: jacekczapiewski <j.czapiewski@cksource.com>
Date:   Wed Sep 16 08:47:32 2020 +0200

    Add clock restore in test with fake timers

commit d7b71edaa1197b69874896d08c6e02218f5491d5
Author: jacekczapiewski <j.czapiewski@cksource.com>
Date:   Wed Sep 16 08:46:54 2020 +0200

    Add missing tests

commit 1341b3a02fab29e8ede9054ba8f1849bb61a3fc6
Merge: 611b7f7452 591eb3ef58
Author: Marek Lewandowski <mlewand@users.noreply.github.com>
Date:   Wed Sep 16 08:17:31 2020 +0200

    Internal: The Slack notification should be sent if merging the stable branch into the master failed. Closes #7839.

    The slack notification should be sent if failed while merging

commit c6bba3738aa242c397ab2b09d6f253b3825a6e98
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Tue Sep 15 14:12:17 2020 +0200

    Docs (link): Minor word adjustment in code docs.

commit 4ba5a5cafb73179512dad16a200a4742e68c0cf6
Merge: 3b2813257f 611b7f7452
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Tue Sep 15 13:59:52 2020 +0200

    Merge remote-tracking branch 'origin/master' into i/8026

commit 84d443772d9268ead28b491c0119d8c5f2f6d865
Author: jacekczapiewski <j.czapiewski@cksource.com>
Date:   Tue Sep 15 13:46:02 2020 +0200

    Remove unnecessary return this

commit d16ab20371f3a2dd9c18167b4f86710c9483530f
Author: jacekczapiewski <j.czapiewski@cksource.com>
Date:   Tue Sep 15 13:35:12 2020 +0200

    Revert package.json version bump

commit 3b2813257f301570184bdc3e4377946c38102eab
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Tue Sep 15 13:16:30 2020 +0200

    Fixed invalid undo stack after merging lists.

commit 868de5c7b7fe82d569538caa3a1bf04213d554a8
Author: jacekczapiewski <j.czapiewski@cksource.com>
Date:   Tue Sep 15 12:23:38 2020 +0200

    Change token refresh mechanism to depend on token expiration time

commit 611b7f7452520489b628714303f57d920fbcb785
Merge: a1d8286a2b c0adf34e64
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Tue Sep 15 10:54:46 2020 +0200

    Merge pull request #8065 from ibnujakaria/patch-1

    Docs: Fixed Typo: CSFR-Token -> CSRF-Token. [skip ci]

commit dae224635133f4a89b7719d06053991b1cc15dcb
Merge: 1db332c623 a1d8286a2b
Author: panr <radoslaw.koziel@gmail.com>
Date:   Mon Sep 14 16:23:28 2020 +0200

    Merge branch 'master' into i/7907

commit 49dc52bee2b6167fd886c6c8ca6477755fa5cff7
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Mon Sep 14 15:45:17 2020 +0200

    Fixed ugly crashes when playing with List style feature.

commit 1db332c623c81d7f6649e4d8958ceba6e0871a8f
Author: panr <radoslaw.koziel@gmail.com>
Date:   Mon Sep 14 13:39:23 2020 +0200

    Move rest of the fake visual selection tests to the inner scope.

commit e23ba94198e396633a43a95e0af5d6e043209fd1
Author: panr <radoslaw.koziel@gmail.com>
Date:   Mon Sep 14 13:33:31 2020 +0200

    Add tests.

commit 59a544e793bc28d10ce628215d587e45d9c2fcc2
Author: panr <radoslaw.koziel@gmail.com>
Date:   Mon Sep 14 13:33:08 2020 +0200

    Add getNextValidRange() helper to prevent throwing an error when fake visual selection can't be created on empty element.

commit 591eb3ef58cdc031676400a4e61eecf17e8e730b
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Mon Sep 14 13:19:18 2020 +0200

    The slack notification should be sent if failed while merging.

commit a1d8286a2b504265600ba168d9e81cdf67785380
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Mon Sep 14 12:16:58 2020 +0200

    Internal: Stylelint should not check the "external/" directory.

commit c0adf34e641d77a8958aa4354a7e403ff88a01bf
Author: Nurul Huda <ibnujakaria@outlook.com>
Date:   Sat Sep 12 14:07:36 2020 +0700

    Fixed Typo: CSFR-Token -> CSRF-Token

    A simple commit just to fix typo of `CSFR-Token` to `CSRF-Token`

commit c9533f1752057fd833998a356282f8a625f4e39c
Merge: 4671ed10a4 7d4e51c7d2
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 11 11:33:00 2020 +0200

    Merge pull request #7984 from ckeditor/i/7682

    Other (link): The link plugin now comes with the autolink feature enabled by default. Closes #7682.

commit 7d4e51c7d2a26351675c76fdd97813037323fb5a
Merge: 8d3ac892e3 4671ed10a4
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 11 11:19:11 2020 +0200

    Merge branch 'master' into i/7682

commit 4671ed10a4af4c507abd594414771b714ff31cf7
Merge: ab7bce94eb 3abcbd12e8
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Fri Sep 11 10:57:00 2020 +0200

    Merge pull request #8019 from ckeditor/i/7890

    Other (image): Introduced `ImageInsert` as a standalone plugin that contains `ImageUpload` functionality. Closes #7890.

    Internal (image): Reverted the changes in `ImageUpload` plugin that introduced the "Insert image via URL" feature.

    Fix (image): Aligned and fixed the styling for the split button in the `ImageInsert` dropdown. Closes #7986. Closes #7927.

    Docs (image): Fixed the docs after plugins separation.

    MAJOR BREAKING CHANGE (image): In order to use the "insert image via URL" feature you now need to load the `ImageInsert` plugin and use the `imageInsert` button instead of the `imageUpload` button that implemented that functionality previously previously.

commit 3abcbd12e8233047f9a802520a74351f8183c693
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Fri Sep 11 10:51:45 2020 +0200

    Removed an unncessary information.

commit a54e0705d66c6dd60489f67c862a08e97029d44a
Merge: 71878e7213 ab7bce94eb
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Fri Sep 11 10:46:28 2020 +0200

    Merge branch 'master' into i/7890

commit ab7bce94ebb7b6d59c5f3ea2d9433f71ddd864d2
Merge: 0f18cab5b3 254f46e431
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 11 10:07:56 2020 +0200

    Merge pull request #7886 from ckeditor/i/7799

    Feature: Introduced the `PastePlainText` feature that detects pasting with <kbd>ctrl/cmd</kbd> + <kbd>shift</kbd> + <kbd>ctrl/v</kbd> keystroke. Closes #7799.

commit 254f46e43132d87ad51066537a564acdcbd0a046
Merge: 0c1f0871f6 0f18cab5b3
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 11 10:07:40 2020 +0200

    Merge branch 'master' into i/7799

commit 0f18cab5b330929e10b5524f0eb59609ef0f5e35
Merge: a4b89965e8 daf049a528
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 11 10:07:11 2020 +0200

    Merge pull request #8061 from ckeditor/i/8060

    Docs (ckeditor5): Fixed a link to the export to PDF feature. Closes #8060.

commit 0c1f0871f6508fcc145faaf0939e21f6471554a3
Merge: a3fa0a6a47 a4b89965e8
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 11 09:54:25 2020 +0200

    Merge branch 'master' into i/7799

commit daf049a528eb8fc1a08efbb43a7ac484153fb565
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Fri Sep 11 09:41:16 2020 +0200

    Docs (ckeditor5): Fixed a link to the export to PDF feature.

commit a4b89965e8b156ee4ed67df9d4a634c0e6deac01
Merge: d96e8a883c 759e5d5be5
Author: Maciej <jodator@jodator.net>
Date:   Fri Sep 11 08:51:48 2020 +0200

    Merge pull request #8047 from ckeditor/i/7884

    Feature (clipboard): Improved line to paragraph/soft break retention when pasting from plain text. Closes #7884.

    MINOR BREAKING CHANGE (clipboard): When pasting plain text each double line break is now treated as a paragraph separator, while a single line break is converted into a soft break. Formerly every single line break was treated as paragraph separation.

commit d96e8a883c3159c67638fff6a63fc32ff93c7bb4
Merge: f079bc8805 0cae6b4f51
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Thu Sep 10 15:12:47 2020 +0200

    Merge branch 'stable' into master.

commit 0cae6b4f519a7f280ccc0ff4c7dc64f1e16d7f41
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Thu Sep 10 14:56:07 2020 +0200

    Docs: List style feature API docs corrected. [skip ci]

commit f079bc880575b98e5da379ae26f7833e3a9b7575
Merge: a8e0dccf8e bcefe8340a
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Thu Sep 10 12:57:21 2020 +0200

    Merge stable into master

commit bcefe8340ab32dbd2e044844c07291be410ae23d
Merge: 3679012f75 60d43ddfbf
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Thu Sep 10 12:57:02 2020 +0200

    Merge pull request #8046 from ckeditor/migrate

    Docs: Update CKEditor 4 migration documentation after the release of CKE4.15.

commit 60d43ddfbf706c09bb6aa968a360c0b01b9409a3
Author: Bartek Biedrzycki <68123541+godai78@users.noreply.github.com>
Date:   Thu Sep 10 12:55:01 2020 +0200

    Update docs/builds/guides/migrate.md

    Co-authored-by: Anna Tomanek <a.tomanek@cksource.com>

commit 08e80722cfe39bab071203026d9720f26ab9e669
Author: Bartek Biedrzycki <68123541+godai78@users.noreply.github.com>
Date:   Thu Sep 10 12:54:10 2020 +0200

    Update docs/builds/guides/migrate.md

    Co-authored-by: Anna Tomanek <a.tomanek@cksource.com>

commit a8e0dccf8efb87576a04574ed77c191a830529f2
Merge: 92ace8d7f3 b2aa4877b3
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Sep 10 12:38:43 2020 +0200

    Merge pull request #8003 from ckeditor/i/7822

    Internal: Fix various issues with `CKEditor` error messages JSDoc comments. See #7822.

commit 92ace8d7f3abe4c8247ca18697984eb538f3f5ec
Merge: bcf3af6bee 4866b308e5
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Sep 10 11:58:37 2020 +0200

    Merge pull request #8048 from ckeditor/i/8045

    Fix (clipboard): Soft breaks are now properly placed in plain text clipboard data representation by the editor. Closes #8045.

commit b2aa4877b36c06762f3e0fc6b0ac35eedf9923d2
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Thu Sep 10 11:27:14 2020 +0200

    Bring back UI component overriding.

commit e0e1d43d3589b4acc834f64dfbcbfe58fdde17d4
Merge: 5abbe4b6ee bcf3af6bee
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Thu Sep 10 11:25:17 2020 +0200

    Merge branch 'master' into i/7822-eslint-ckerror

commit 5abbe4b6eed42596b6c24b3c53655589bf86f0bd
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Thu Sep 10 10:59:17 2020 +0200

    Change the logic of attaching link to a documentation for CKEditorError.

commit 1a3b72a7942322ae2948e6b1a71a42b5a813f483
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Thu Sep 10 10:58:19 2020 +0200

    Fix error messages tests assertions.

commit 89ec0497c845292c686466c86c86953be1b44530
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Thu Sep 10 09:32:25 2020 +0200

    Docs: migrate update with 4.15 additions. [skip ci]

commit bcf3af6bee1edbd3a6d0c6874e0ad0518f73f518
Merge: 030d0c35c1 fd638fb24b
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Wed Sep 9 17:19:48 2020 +0200

    Merge pull request #8044 from ckeditor/i/7983

    Fix (link): Pressing the <kbd>Enter</kbd> key should not throw an error when a non-collapsed selection ends with a valid URL. Closes #7983.

commit eee94cef569a159ba1e59482d571e2413dde575c
Merge: 0782dc2293 030d0c35c1
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Wed Sep 9 15:35:30 2020 +0200

    Merge branch 'master' into i/7822

commit 030d0c35c1d1573dc1ee5b71571e308bd6f2f672
Merge: b532a8ec55 2a2ef2d2e6
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Wed Sep 9 15:35:10 2020 +0200

    Merge pull request #8006 from ckeditor/i/7843

    Internal: Fix code according to "no-unused-expressions" ESLint rule. See #7843.

commit 2a2ef2d2e6e7944815cfbf7a2fd5300df1a97bd7
Merge: 2408e42cb1 b532a8ec55
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Wed Sep 9 15:32:38 2020 +0200

    Merge branch 'master' into i/7843

commit fd638fb24bec30061acf376ba08cba74fdfc6a3c
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Wed Sep 9 15:26:40 2020 +0200

    Code refactoring.

commit 83f88a1b044f081e5f7423ec7f76fce8f0d62437
Merge: 7d10c4a473 b532a8ec55
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Wed Sep 9 15:15:52 2020 +0200

    Merge branch 'master' into i/7983

commit b532a8ec55e1e1506b6f8030f944559b1cf0761d
Merge: 3cca05c473 6a8603b522
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Wed Sep 9 15:00:05 2020 +0200

    Merge pull request #8015 from ckeditor/i/7926

    Fix (link): The link balloon positioning should be correct when the selection is collapsed in certain scenarios. Closes #7926.

commit 3cca05c47306ae7368bf2a9262abf86fa7e1a74e
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Wed Sep 9 14:29:25 2020 +0200

    Internal: Improved the "switch-to-dev-dev.sh" script. See #7985. [skip ci]

commit 4866b308e55f69094173be8246ac03b77c5d2ef5
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 9 13:30:53 2020 +0200

    Fix (clipboard): Soft breaks are now properly placed in plain text clipboard data representation by the editor.

commit 759e5d5be55784d943eb976d7fbcc8c637d6b5c6
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 9 10:35:45 2020 +0200

    Tests (clipboard): Made the expected fixture consistent with the rest of the code.

commit 325d2584d6d1d1443dedd8ff004520410d29a9f9
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Tue Sep 8 13:46:29 2020 +0200

    Feature (clipboard): Improved line to paragraph/softbreak retention when pasting from plain text.

    MINOR BREAKING CHANGE (clipboard): When pasting plain text each double line break is now treated as a paragraph separator, while single line break is converted into a soft break. Formerly every single line break was treated as a paragraph separation.

commit 7d10c4a473e457367cbfd527a20c4bf08255cf86
Author: panr <radoslaw.koziel@gmail.com>
Date:   Wed Sep 9 09:09:06 2020 +0200

    Fix tests.

commit 03bf7211b1efc94ba087750f77006d534fdbaa5d
Merge: db9d1eb7c4 819c3c7864
Author: Maciej <jodator@jodator.net>
Date:   Wed Sep 9 08:48:18 2020 +0200

    Merge pull request #8037 from ckeditor/i/7932

    Fix (list): The `listStyle` attribute should be inherited when inserting or replacing a `listItem` with the same kind of the list (the `listType` attribute for the inserted/modified item is equal to next/previous sibling list). Closes #7932.

commit 819c3c7864305ab4cbf0a73f1e5da67dc8a3a290
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Wed Sep 9 08:24:57 2020 +0200

    Remove internal function from the scope of the parent.

commit aa70315bd6dd6c59e0715ddf6af501c94c9ee26f
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Wed Sep 9 08:24:00 2020 +0200

    Remove private annotation from single-line comments as not parsed by JSDoc.

commit a37c409f190935330388ad8f5979922bc1d06c4d
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Wed Sep 9 07:54:01 2020 +0200

    Docs: removing abandoned info from migration. [skip ci]

commit 35471248b758d4e01fb34746e1ea3f7fbf548ca9
Author: panr <radoslaw.koziel@gmail.com>
Date:   Tue Sep 8 18:28:23 2020 +0200

    Add more tests.

commit 6a8603b52246b1e326baaedfaaa74e52cfc3e63a
Merge: ef4513c15a db9d1eb7c4
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Tue Sep 8 16:41:45 2020 +0200

    Merge branch 'master' into i/7926

commit ef4513c15a7b279e9af21ffabb2148a49b719845
Merge: 0d509e515e 8b11086a49
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Tue Sep 8 16:41:42 2020 +0200

    Merge branch 'i/7926-combined-range' into i/7926

commit 8b11086a4968a12060a30958cdad987d7c2cf27f
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Tue Sep 8 16:39:29 2020 +0200

    Tests (link): Adjusted unit tests per https://github.com/ckeditor/ckeditor5/pull/8015#issuecomment-686574760.

commit ec3c2368a1d2139cc87903423357ea7ffc97ca6d
Author: panr <radoslaw.koziel@gmail.com>
Date:   Tue Sep 8 15:16:25 2020 +0200

    Fix error on "enter" when link is selected.

commit b549230f57953afcb00716802ccd5784539e99c7
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Tue Sep 8 14:52:19 2020 +0200

    Docs: migration update. [skip ci]

commit 97d201948a6c69c23c824d0155e6c863d3221c16
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Tue Sep 8 14:33:25 2020 +0200

    Docs: migration update. [skip ci]

commit 71878e721306d996920f3bae28c9218abbd11fc8
Author: panr <radoslaw.koziel@gmail.com>
Date:   Mon Sep 7 12:20:03 2020 +0200

    Fix tests after inserting the panel children on first dropdown open.

commit 51cf5d2db426c01efbbebf21baf468f2a68a6ed5
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Mon Sep 7 10:20:25 2020 +0200

    Added a missing param annotation.

commit 76014e5a3570e0f3ab87bad0e5e961f0671f0980
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Mon Sep 7 10:15:40 2020 +0200

    Fix: The list style attribute will be inherited when switching the "listType" attribue for existing the "listItem" element.

commit d0b7dc133a6e389ca74a5b2241e3b6c53c646f89
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Mon Sep 7 09:54:53 2020 +0200

    Fix: LiThe lt style attributes hould be inherited for the same kind of the list.

commit 3b89fae22e7dfc604493406d9eb90b3e95096692
Author: panr <radoslaw.koziel@gmail.com>
Date:   Mon Sep 7 09:16:47 2020 +0200

    Move #_createDropdownView() closer to the init() and defer the panel's children insertion to improve the performance.

commit 227034004cf36620af3968274a0f8507279cf147
Author: panr <radoslaw.koziel@gmail.com>
Date:   Mon Sep 7 09:14:36 2020 +0200

    Fix the order of the plugins injection.

commit 0ec2cce8a5313599d48950836a7ec303046ce833
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 17:09:51 2020 +0200

    Docs: Fixed the ESLint warning about line length.

commit affaca4875c6e5639bc8563600b339b5dd346085
Merge: e3beffda91 db9d1eb7c4
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 16:44:47 2020 +0200

    Merge branch 'master' into i/7890

commit e3beffda91b9a0bad2bae2eedab7e30b1aec8915
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 16:34:14 2020 +0200

    Docs: Re-use most of the existing toolbar configuration in the image insert snippet.

commit 69c765ddd3212ce32e57fe77d1f2c0b6de5ee67a
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 16:44:26 2020 +0200

    Update packages/ckeditor5-image/tests/imageinsert/imageinsertui.js

commit e2519cfc992e229f292f7324378f91b9aeef23cc
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 16:44:19 2020 +0200

    Update packages/ckeditor5-image/src/imageinsert.js

commit d5cb97d4577def536b9fc2b1cccadd20b2873091
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 16:44:13 2020 +0200

    Update packages/ckeditor5-image/src/imageinsert.js

commit ae5747ecd75ea7b3c332c03661d2a11f7888723e
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 16:44:06 2020 +0200

    Update packages/ckeditor5-image/docs/features/image.md

commit 599b9c8b12fd797c657b3a90ac6f303c2d1e2d26
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 16:43:57 2020 +0200

    Update packages/ckeditor5-image/docs/features/image.md

commit 172dd350d08b1bcf3d060217b58e24f75a9c51f2
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 16:43:49 2020 +0200

    Update packages/ckeditor5-image/docs/features/image.md

commit db9d1eb7c4afc13ab07495bc14c4cdb8714cee63
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Fri Sep 4 16:32:26 2020 +0200

    Docs: Changelog fixes. [skip ci]

commit 0d509e515e98e217245e12080e8c68d073630010
Merge: c98263104c 62059151c7
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 14:36:34 2020 +0200

    Merge branch 'master' into i/7926

commit 62059151c7bec6b5f1e590e3be37d918aecafb44
Merge: 76fb046df6 95f924f786
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 4 14:26:30 2020 +0200

    Merge pull request #8018 from ckeditor/gh-action/v5-integration

    Internal: Added the GH action that triggers the CI when a new commit appears on the `#master` branch.

commit 95f924f786cab122da3f6df547c550dec4bd0e96
Merge: 4857c4ede6 34e2971a3f
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 4 12:33:38 2020 +0200

    Merge branch 'gh-action/v5-integration' of github.com:ckeditor/ckeditor5 into gh-action/v5-integration

commit 4857c4ede676829bd015e6d1d3b4bf8f79fa29bc
Merge: 4584226aac 76fb046df6
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 4 12:33:31 2020 +0200

    Merge branch 'master' into gh-action/v5-integration

commit ac5a72a4f4738344997f92e4e543be48abee5e28
Merge: e9999fb299 76fb046df6
Author: panr <radoslaw.koziel@gmail.com>
Date:   Fri Sep 4 10:44:07 2020 +0200

    Merge branch 'master' into i/7890

commit e9999fb2998d605910e5c3935f01d5e409dc62a2
Author: panr <radoslaw.koziel@gmail.com>
Date:   Fri Sep 4 10:43:41 2020 +0200

    Update feature docs for inserting image via URL.

commit 76fb046df6af897f1770f19c1f5cfeccb0e8be0d
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 4 09:27:38 2020 +0200

    Docs (image): Fixed an invalid return type.

commit 34e2971a3fc6f3ad9096043020df5845be5d023d
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 4 08:55:08 2020 +0200

    Update .github/workflows/ckeditor5-integrations.yml

commit f74db0f1432ac0170936523b16264d002e248d65
Merge: 7493039057 e0969d2631
Author: Marek Lewandowski <mlewand@users.noreply.github.com>
Date:   Thu Sep 3 18:37:34 2020 +0200

    Merge pull request #8014 from ckeditor/i/7994

    Internal: Added support for the `--strict` flag when building docs. Moved the catch() block to the "main process" while building docs. Closes #7994.

commit c80bcad05bea0127ef8933a5405c15201a4768f6
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Thu Sep 3 17:05:13 2020 +0200

    Other (link): Changed the implementation to position ballon based on entire selected content.

commit 7493039057a205092420eaea21c92a8107151e4f
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Thu Sep 3 16:17:29 2020 +0200

    Other: Reworded a breaking change note related to conversion API callback parameter change.

commit 53f8c9c6eccc16102cc9b3752dc6b0885333333e
Author: panr <radoslaw.koziel@gmail.com>
Date:   Thu Sep 3 15:22:49 2020 +0200

    Fix the manual test description.

commit 0cd66f0b097f12a2b012405c4f9e35266e24384e
Author: panr <radoslaw.koziel@gmail.com>
Date:   Thu Sep 3 15:21:59 2020 +0200

    Remove redundant CSS files.

commit 8b81dfaa75ab2b9f1212e8856c8f589f95bff6cc
Author: panr <radoslaw.koziel@gmail.com>
Date:   Thu Sep 3 15:05:39 2020 +0200

    Fix split button styling and related class names.

commit c98263104c8845159439d24ca3f1cdb1b346cd88
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Thu Sep 3 10:45:08 2020 +0200

    Fix (link): Fixed the link balloon positioning in case of a collapsed selection in certain edge scenarios.

commit 4584226aac122fb0b596e14ba8fed6197945d1c6
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Sep 3 14:14:09 2020 +0200

    GitHub Action init.

commit 1cab8652830522f443dfd31570908a1c8ef9c52f
Merge: 4a5d1e39c9 3679012f75
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Thu Sep 3 12:27:04 2020 +0200

    Merge stable into master

commit 3679012f75a22249e0dd3bd54c2a5d0eea869d75
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Thu Sep 3 12:26:31 2020 +0200

    Docs: Revised the Lists feature guide. [skip ci]

commit 4a5d1e39c9873c75f53cf4bc8185de1fccd85e69
Merge: bd283ac476 25c631c260
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Thu Sep 3 10:45:50 2020 +0200

    Merge stable into master

commit 25c631c260db25d787ea54b46a1859812d834a9f
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Thu Sep 3 10:45:07 2020 +0200

    Docs: Schema deep dive guide updates corrected. [skip ci]

commit e0969d2631d4920544873296bbac2b9c5f99b584
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Sep 3 10:38:31 2020 +0200

    Moved the catch() block to the "main process" while building docs. Support for the --strict flag.

commit 5c2053a0f596e8fdf83dfab648dc5b2052a14f9e
Author: panr <radoslaw.koziel@gmail.com>
Date:   Thu Sep 3 10:22:44 2020 +0200

    Bring back old code for ImageUploadUI plugin and tests.

commit 164653997d7ffe21196612b5a8541292ade67613
Author: panr <radoslaw.koziel@gmail.com>
Date:   Thu Sep 3 10:07:33 2020 +0200

    Cleanup.

commit 767c317dc04250bd38d714183e67ea494bda3ca4
Author: panr <radoslaw.koziel@gmail.com>
Date:   Thu Sep 3 10:07:09 2020 +0200

    Update docs.

commit 808c4c427f813d90282a9daf79e9d74163d77674
Merge: 3e33753d3d bd283ac476
Author: panr <radoslaw.koziel@gmail.com>
Date:   Thu Sep 3 09:34:00 2020 +0200

    Merge branch 'master' into i/7890

commit 3e33753d3d1a82aa4d9f68a0de1672e63ff0cdd0
Author: panr <radoslaw.koziel@gmail.com>
Date:   Thu Sep 3 08:55:45 2020 +0200

    Remove unnecessary API docs from "ImageUpload" plugin.

commit 2408e42cb1814e53d3277791b855c63cb265090f
Merge: 2a47dc9afe bd283ac476
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Thu Sep 3 07:18:44 2020 +0200

    Merge branch 'master' into i/7843-eslint-unused

commit 0782dc229381ea185a4d67ec449550ba57a9f1c5
Merge: d792e320aa bd283ac476
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Wed Sep 2 15:48:49 2020 +0200

    Merge branch 'master' into i/7822-eslint-ckerror

commit d792e320aa159572a6531ae226d63efac6be29be
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Wed Sep 2 15:47:15 2020 +0200

    Fix ESLint errors related to new CKEditorError check.

commit 9f9556b7fa050bc5b7a2f072f2d9297a99bda481
Author: panr <radoslaw.koziel@gmail.com>
Date:   Wed Sep 2 13:11:33 2020 +0200

    Remove redundant code.

commit 898bf016f0736e13c92a6011497d428fd9e516e8
Author: panr <radoslaw.koziel@gmail.com>
Date:   Wed Sep 2 12:30:44 2020 +0200

    Introduce "imageInsert" plugin as wrapper for "imageUpload".

commit bd283ac476914a2af9a2f360d2dae44560b5843f
Merge: c9a384b9aa c5d9f21879
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Wed Sep 2 12:06:22 2020 +0200

    Merge stable into master

commit c5d9f21879a059456a24a66d4a738d64b50f86dc
Merge: 6493355d49 1b4889a083
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Wed Sep 2 12:06:04 2020 +0200

    Merge pull request #7990 from ckeditor/docs/link-convertion-guides

    Docs: Add cross-links to the conversion guides.

commit 1b4889a083d5818a03616149e831328b24c1b054
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Wed Sep 2 12:04:25 2020 +0200

    Docs: Minor corrections in cross-links. [skip ci]

commit 9c2fa59fda34ad6bc3ef2f618da7ad2f3cfa794f
Merge: 5a3ec121cd 16b499c2bc
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Wed Sep 2 11:16:51 2020 +0200

    Merge branch 'docs/link-convertion-guides' of github.com:ckeditor/ckeditor5 into docs/link-convertion-guides

commit 16b499c2bcff1d295f43c129f42b8eda9eefbaac
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Wed Sep 2 10:41:04 2020 +0200

    Add cross-links to the conversion guides.

commit c9a384b9aa8ec1925b81e689a0e64f6982dbd750
Merge: 603daefa2d 6493355d49
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Wed Sep 2 11:12:54 2020 +0200

    Merge stable into master

commit 6493355d49ef1d24c4c36735031b7ed9741d8e34
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Wed Sep 2 11:12:21 2020 +0200

    Docs: Conversion tutorial and API docs corrected. [skip ci]

commit 5a3ec121cd1dfad9d8541dd3978e2d3433f4ee7b
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Wed Sep 2 10:41:04 2020 +0200

    Add cross-links to the conversion guides.

commit 603daefa2dd82e9cfeca39e380c7bb3762ecb48c
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Wed Sep 2 09:36:43 2020 +0200

    Docs: Removed incorrect and superfluous comment. [skip ci]

commit b108acab66ad4e01417a77546a622dc1fd98b414
Merge: 1f5cc6f38f 9d43d15590
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Tue Sep 1 14:41:57 2020 +0200

    Merge stable into master

commit 9d43d155907599340831236a7803beaf2712bb3d
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Tue Sep 1 14:41:23 2020 +0200

    Docs: Error messages and API docs corrected.

commit f37caf8d858202eba1094e172684831a21d9b545
Author: panr <radoslaw.koziel@gmail.com>
Date:   Tue Sep 1 13:50:49 2020 +0200

    Create ImageInsert plugin (step3).

commit 1f5cc6f38fe05bb9e55f417c9dbf1a34f6e83129
Merge: 74817a0606 b1085b2d50
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Tue Sep 1 13:11:33 2020 +0200

    Merge branch 'stable'

commit a3fa0a6a47d3f948f1d79d7de21dd97bf4d58fe8
Merge: 264951d797 d65bde57fc
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Tue Sep 1 12:49:51 2020 +0200

    Merge remote-tracking branch 'origin/master' into i/7799

commit ffdb38b2daafc2689b4f835f8855bf3434d41bca
Author: panr <radoslaw.koziel@gmail.com>
Date:   Tue Sep 1 12:49:32 2020 +0200

    Create ImageInsert plugin (step2).

commit 74817a06061ca5adc32308f7d2dec66a5e1c445b
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Tue Sep 1 12:40:56 2020 +0200

    Internal (ckeditor5): Bumped up the ckeditor5-dev-tests version in package.json.

commit d65bde57fc732bf823df1d515ddd8b05c1efaa0a
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Tue Sep 1 11:09:57 2020 +0200

    Docs (ckeditor5): Updated the Testing "environment guide" section about manual test runner options to keep it up-to-date.

commit c29b6ae9029b049efd439043c10b6994a93aada3
Author: panr <radoslaw.koziel@gmail.com>
Date:   Tue Sep 1 10:51:28 2020 +0200

    Create ImageInsert plugin (step1).

commit 8d9144868da603ee0479e376ede39e466cd08500
Author: panr <radoslaw.koziel@gmail.com>
Date:   Tue Sep 1 10:26:33 2020 +0200

    Bring back old ImageUpload component.

commit a5a4b933e8ecef2b25ddbf03d371b89f26490025
Merge: 1c0b5c978f 2ddf6a5624
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Tue Sep 1 10:01:27 2020 +0200

    Merge pull request #7979 from ckeditor/i/273-env-blink

    Feature (utils): Added a user-agent check for the Blink engine to the [`env`](https://ckeditor.com/docs/ckeditor5/latest/api/module_utils_env-env.html) module.

commit 1c0b5c978fc23f3ca5cccba7b89711469838c315
Merge: 23bf8607f6 5e5b42de4a
Author: Radek Kozieł <radoslaw.koziel@gmail.com>
Date:   Tue Sep 1 09:58:23 2020 +0200

    Merge pull request #7929 from ckeditor/i/7928-arrow-shadows

    Other: Balloon panel arrows pointing south should have realistic shadows. Closes #7928.

commit 8d3ac892e398279f2c65166c864cb218cb880f8d
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Tue Sep 1 09:44:41 2020 +0200

    Other (link): The link plugin will now have also auto linking feature enabled by default.

commit e83569e39c2037e3ea875d27a211a69b146ff9be
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Tue Sep 1 09:38:37 2020 +0200

    Tests (link): Adjusted tests to also expect AutoLink plugin to be added.

commit 5e5b42de4a073c5507eaec456c130ee100894987
Merge: 9158708e45 23bf8607f6
Author: panr <radoslaw.koziel@gmail.com>
Date:   Tue Sep 1 09:32:54 2020 +0200

    Merge branch 'master' into i/7928-arrow-shadows

commit b1085b2d50b2b19fe3a3efcf1dd6e3bdd3e8c94b
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Tue Sep 1 07:51:24 2020 +0200

    Docs: Image upload via URL guide section and API docs corrected. [skip ci]

commit 2ddf6a5624abfa3008eed1b54d5e573a4dfa9c7d
Author: Kuba Niegowski <j.niegowski@cksource.com>
Date:   Mon Aug 31 18:19:13 2020 +0200

    Added user agent check for Blink

commit 23bf8607f60f7c6e7315b687a34ce03dd7d0ea15
Merge: 288fb97e00 3cc72553ec
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Mon Aug 31 16:59:12 2020 +…
jackylauu pushed a commit to jackylauu/ckeditor5 that referenced this pull request Nov 2, 2021
commit ab3f1ba1e1ee0e90a22076bdb4bcbcf4a4485ac9
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Mon Oct 12 12:37:42 2020 +0200

    Docs update

commit 100662740d75f913c6f0071ba75873edba8d575f
Merge: b748ee2f7e 5f4c9b581c
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Mon Oct 12 08:02:29 2020 +0200

    Merge branch 'master' into i/4600-tmp

commit b748ee2f7eecd502429ca92f0bd542ad55ef8fe6
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Mon Oct 12 08:01:49 2020 +0200

    The keyup event replaced by click

commit 5f4c9b581c36bbe0c47782039f6d9376e408d638
Merge: c8e3a9480f d9325bcc04
Author: Maciej <jodator@jodator.net>
Date:   Sat Oct 10 10:20:48 2020 +0200

    Merge pull request #8234 from ckeditor/i/7488

    Fix (media-embed): Allow URL with '%' character for embedding media. Closes #7488.

commit 4550557187eb9f3a914d5999acd4db415b489b85
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Fri Oct 9 15:09:21 2020 +0200

    selectionChange fixed

commit 97f6617ca4e5f7cd2ff79f0c79830a21c92a0549
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Fri Oct 9 14:27:47 2020 +0200

    Native selection

commit 7b7597a6ab07093e2d8f2f9a84c3ee7a097dbdf5
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Fri Oct 9 14:06:16 2020 +0200

    selectionChange UT

commit d3cb3c5f8502951e7df7272af83b1061b61b2afd
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Fri Oct 9 13:54:34 2020 +0200

    DomEventObserver UT

commit d9325bcc04ff4f8bb19c27e426e574c18fff9986
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Fri Oct 9 13:52:24 2020 +0200

    Added tests

commit 05a0c6a51a70b59fb7c22c4d1f252a248c788d33
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Fri Oct 9 13:22:53 2020 +0200

    Inserted URL with '%'-symbols is not transformed to Media Object

commit c8e3a9480fbe2d638ac986f8d723aa89e62a82bc
Merge: 606a44b157 347580e440
Author: Maciej <jodator@jodator.net>
Date:   Fri Oct 9 11:39:38 2020 +0200

    Merge pull request #8229 from ckeditor/i/8098

    Fix (table): Pasting nested tables with unsupported by the editor elements will not blow up. Closes #8098.

    MINOR BREAKING CHANGES (table): Removed the `ensureParagraphInTableCell()` converter that ensures that the model state after the conversion process will be correct. Now the model will be fixed (if needed) by the post-fixer (`injectTableCellParagraphPostFixer()`).

commit 55f186765e3dcd703cc1929f7ce2dc960565a8d6
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Fri Oct 9 09:55:32 2020 +0200

    Described manual test, fixed DOM leak in UT

commit 347580e44038f1baa2a538c4a776ab9c19b1de87
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Oct 9 08:58:42 2020 +0200

    Adjusted PFO tests to changes in the ckeditor5-table package.

commit 33a8cef9775530c3660c2756f71113ed9c7ca92f
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Thu Oct 8 15:37:18 2020 +0200

    setData must be called after widget is initialized

commit 759a56df3453d6555cc99b0a5be62e0245bb60fb
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Thu Oct 8 14:53:17 2020 +0200

    Added unit test for observer, started unit test for widget

commit 5bf0d3a788c86f1aac13a319c061630b0f5980ed
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Oct 8 12:14:51 2020 +0200

    Removed "ensureParagraphInTableCell" converter that was doing the same job as post-fixer.

commit 606a44b1575a5ba6c7be7b0e2c89907d151c2742
Merge: f36fcba2cf 78ee44990d
Author: Maciej <jodator@jodator.net>
Date:   Thu Oct 8 11:50:16 2020 +0200

    Merge pull request #8228 from ckeditor/i/7941

    Docs: Add the list style plugin to the “Document editor” example. Closes #7941.

commit 78ee44990dc95ac38a75c00e892560a3a6836244
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Thu Oct 8 11:43:18 2020 +0200

    Changed list style used in document editor example.

commit f36fcba2cfde0d97c481bbedbbfe6b3d49f0b74a
Merge: 89775f9406 404984c05d
Author: Maciej <jodator@jodator.net>
Date:   Thu Oct 8 11:36:03 2020 +0200

    Merge pull request #8216 from ckeditor/i/7604

    Fix (media-embed): Enable media embed command when selected media is in a table cell. Closes #7604.

commit 8b2bc07501d536a0790c43475e286feb097fbbda
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Thu Oct 8 11:16:29 2020 +0200

    Updated list example in docs

commit e4ddfc20393db3e400820ece3c39a4dd8fa11763
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Thu Oct 8 11:08:32 2020 +0200

    Updated manual list style test

commit 669f7c607f094e9baf9ea40040a1c069f38128ef
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Thu Oct 8 10:48:49 2020 +0200

    Added list style test

commit 4f29da04c9d70cde27c1df9b7b20786b84d56366
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Thu Oct 8 10:26:42 2020 +0200

    Fixed bubbling event (wrong prop position in args list)

commit 9d873b0e68ab1081bee797d0701e657145b13f51
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Thu Oct 8 10:16:33 2020 +0200

    Internal: Build.

commit fea25ebf1dd66c19f4ee268c6108abaddd9ce527
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Thu Oct 8 10:12:38 2020 +0200

    Use already existing event

commit c6adf09780b9f8567b3ca1fe59df730d04f87fd8
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Thu Oct 8 09:52:56 2020 +0200

    Listener updated

commit 3366aa509d8689680ac86740332727db68ef9ded
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Thu Oct 8 08:10:20 2020 +0200

    Add listener and emmiter for custom event

commit ce9cf804d1a141d93deac1e089062b1aa6ffafe8
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Wed Oct 7 17:41:27 2020 +0200

    Add the list style plugin to ckeditor5-build-decoupled-document

commit 1331f303d3c6d34805b61a72ba0a5e02f68b640e
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Wed Oct 7 14:07:27 2020 +0200

    Better console.log message

commit 2b8d09ec09c4f714db28f9d7c2255054269da1d7
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Wed Oct 7 13:41:58 2020 +0200

    Added event observers

commit 404984c05dfa5b628f26a27ebfbfc22e912771aa
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Wed Oct 7 10:44:44 2020 +0200

    Fixing tests

commit ea6bcc5e477c40cf3ad08e0c33f152663156e81a
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Wed Oct 7 10:35:03 2020 +0200

    Review correction

commit 1f5a9b2c2d0526bbbc289c0b41c4ce8c26503c30
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Wed Oct 7 10:33:24 2020 +0200

    Update packages/ckeditor5-media-embed/tests/insertmediacommand.js

    Co-authored-by: Maciej <jodator@jodator.net>

commit 6714e0224dbfe3dda85761de6382e8a49a28a2dd
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Wed Oct 7 10:33:13 2020 +0200

    Update packages/ckeditor5-media-embed/src/mediaembedcommand.js

    Co-authored-by: Maciej <jodator@jodator.net>

commit 29129241ae6d9fbd03df6a8312c1e2f5bc30e691
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Wed Oct 7 10:00:11 2020 +0200

    Clean up

commit 89775f940657555bc63065a957f85c6d264cdd37
Merge: 3dd0d33745 dec3f9163b
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Wed Oct 7 09:41:18 2020 +0200

    Merge stable into master

commit dec3f9163bb0f8999e9a75f6dfc8867461f016b7
Merge: 4de0e05c10 e7d9ba3747
Author: Kacper Tomporowski <kacpertomporowski@gmail.com>
Date:   Wed Oct 7 09:40:59 2020 +0200

    Merge pull request #8223 from ckeditor/docs-related-info

    Docs: structure updated. [skip ci]

commit a7852ea2498a3f92612e4cbffe894ae82ff6c151
Merge: 333bba21a4 1de2e4ed3a
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Wed Oct 7 09:05:40 2020 +0200

    Merge remote-tracking branch 'origin/i/4600' into i/4600-tmp

commit 333bba21a40ed52da4efbbe55cc3ea8d6c0d7563
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Wed Oct 7 09:04:53 2020 +0200

    Added visual styles and fixed widgetizing method

commit e7d9ba3747bae4edfc1c983f717afd0332d01dc4
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Wed Oct 7 08:41:43 2020 +0200

    Docs: structure updated. [skip ci]

commit ec854253880569d4377aef43976d8d6773b45610
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Tue Oct 6 17:41:19 2020 +0200

    Enable media embed command when selected media is in a table cell

commit 8f5e8340e91b7cdc4d15dfb056dc361514854801
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Tue Oct 6 13:58:58 2020 +0200

    Added data-cke-ignore-events="true"

commit 3dd0d33745c41316c8381fac499d178a9409dd64
Merge: 242d21c67e 4de0e05c10
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Tue Oct 6 13:56:01 2020 +0200

    Merge stable into master

commit 4de0e05c104b288fce3a7cdba27f70e6dd5cd977
Merge: f72ec41c75 bb7b4f202e
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Tue Oct 6 13:55:37 2020 +0200

    Merge pull request #8133 from ckeditor/i/8129

    Docs: Added a new block quote feature guide.

commit 94805f57ac104fa50cd489bf36a5cc37a8890a7e
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Tue Oct 6 13:46:24 2020 +0200

    Buttons with texts

commit bb7b4f202e275895ed19986eefcad08b21610e9c
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Tue Oct 6 13:43:34 2020 +0200

    Docs: Corrections in the block quote feature guide and API page.

commit 21fa3042c5180611d7eda3ef59aa653e5c189290
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Tue Oct 6 13:07:19 2020 +0200

    Fixed snippet code.

commit 2b1a58ad2510559c1562631e6b247660c7f240f7
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Tue Oct 6 12:56:46 2020 +0200

    Added upcast and downcast converters

commit 760c45a77ca04978beadc2d9cd6b88610401b11e
Author: Paweł Kwaśnik <kwach2000@gmail.com>
Date:   Tue Oct 6 12:24:30 2020 +0200

    Media embed command is disabled when selected media is in a table cell

commit 93eaccfa96d78ecd312f4f6f85e6de50b1f1d281
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Tue Oct 6 09:51:07 2020 +0200

    Block quote snippet cleaned up, reformatted.

commit a52ab5a5c8d660a08cbfa40a6c49105d60a98baf
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Thu Sep 24 10:19:13 2020 +0200

    Docs: snippet text fixes. [skip ci]

commit 63bc50125121e42b00a6d2e6698d569f21e62840
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Wed Sep 23 12:06:03 2020 +0200

    Docs: Block quote documentation. [skip ci]

commit 967ab5abe814c04def4659f25120d8a3af7c5f59
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Tue Oct 6 09:47:41 2020 +0200

    Ignore events fired by certain UIElements

commit 242d21c67ecf71781beae4494472538d78c9636d
Merge: 37b481e3ce 409296a6b6
Author: Maciej <jodator@jodator.net>
Date:   Tue Oct 6 09:06:29 2020 +0200

    Merge pull request #8212 from ckeditor/i/7919

    Fix (link): Do not show up link UI on <kbd>Ctrl</kbd>+<kbd>K</kbd> when `LinkCommand` is disabled. Closes #7919.

commit 409296a6b6a61271ba803caf030af4055626bb8c
Author: Maciej <jodator@jodator.net>
Date:   Tue Oct 6 08:17:36 2020 +0200

    Update packages/ckeditor5-link/tests/linkui.js

commit 960f55fc1a1554702961b7e26d912ceea8f8463d
Author: Paweł Kwaśnik <kwach2000@gmIl.com>
Date:   Tue Oct 6 00:16:37 2020 +0200

    Link UI should not show up on Ctrl+K when LinkCommand is disabled

commit 37b481e3cef10377683ff5a1d201539ba883d42f
Merge: 0fd96645c5 f72ec41c75
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Mon Oct 5 22:20:59 2020 +0200

    Merge stable into master

commit f72ec41c7575d08b5f4d5022059208e5609c966b
Merge: 609eab2669 8edfd9ed5d
Author: Marek Lewandowski <mlewand@users.noreply.github.com>
Date:   Mon Oct 5 22:20:32 2020 +0200

    Docs (ckeditor5): Reintroduced the latest MathType version.

    Docs: Reintroduce latest MathType version

commit 8edfd9ed5d940a4717e3ce21f7be15b45473927d
Author: Paweł Smyrek <p.smyrek@cksource.com>
Date:   Mon Oct 5 10:44:08 2020 +0200

    Docs: Reintroduce latest Mathtype version

commit 0fd96645c53f516ccab1b0655a54c867afbea878
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Mon Oct 5 09:50:51 2020 +0200

    Docs: Added missing private field docs. [skip ci]

commit f00933d7daa8a611f876d46b18bdb7d1854a6a1e
Merge: f5294045c7 609eab2669
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Mon Oct 5 09:12:48 2020 +0200

    Merge stable into master

commit 609eab26698155212232a87bc97a33ef3675ad6b
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Mon Oct 5 09:12:29 2020 +0200

    Fixed typo in the changelog. [skip ci]

commit f5294045c79a8c98866b3817b5f6cbdd78cacd63
Merge: 66b581a18c b11b69bbed
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Fri Oct 2 08:36:56 2020 +0200

    Merge stable into master

commit b11b69bbedabd62403ef0448a3e958051f32a2e9
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Fri Oct 2 08:36:11 2020 +0200

    Docs: Rewording in list style feature guide. [skip ci]

commit 66b581a18caf06ed1c0a9450accf81f188adc673
Merge: 527a5bcd6c 261dd0b790
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Thu Oct 1 13:33:53 2020 +0200

    Merge stable into master

commit 261dd0b790c447beb60978172901f1f4bf20bb95
Merge: 9b0911659c a52543469a
Author: Marek Lewandowski <mlewand@users.noreply.github.com>
Date:   Thu Oct 1 13:33:32 2020 +0200

    Docs (ckeditor5): Corrected links in the migration guide. Closes #8196.

    Fixed links in the migration guide

commit a52543469a77995342ba65249f95c24df9b306a2
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Thu Oct 1 12:34:36 2020 +0200

    Docs (ckeditor5): Fixed links in the migration guide.

commit 527a5bcd6c9935bb32773b2269ed1ab000faaa9f
Merge: 93febe0c41 9b0911659c
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Thu Oct 1 10:47:48 2020 +0200

    Merge stable into master

commit 9b0911659cd41e2bd22b3f63fd065b27dbea69c5
Merge: 3e4e5b27a8 43feca36ba
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Thu Oct 1 10:47:26 2020 +0200

    Merge pull request #8195 from ckeditor/docs-changelog-23

    Docs: Changelog review.

commit 43feca36ba18c8e827421b9bfd0485b003419f0a
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Thu Oct 1 09:37:47 2020 +0200

    Docs: Changelog reviewed.

commit ee0f1f2a74c1311a02006ea66cc15b56785a56ca
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Thu Oct 1 08:25:52 2020 +0200

    Docs: changelog review. [skip ci]

commit 93febe0c417e39faf8f0e5f63e8ca1b827c3b922
Merge: 712d6cd658 3e4e5b27a8
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Wed Sep 30 18:17:54 2020 +0200

    Merge stable into master

commit 3e4e5b27a8ba79a25fca2db2604fdc39d9b7b6c9
Merge: 76f979bf94 1a477fe892
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 30 18:17:19 2020 +0200

    Merge branch 'release' into stable

commit 1a477fe892ec721af9f42deab09d6db1c3bdb869
Author: Maciej Bukowski <ma2ciek@gmail.com>
Date:   Wed Sep 30 16:53:20 2020 +0200

    Internal: Updated versions of collaboration dependencies.

commit 712d6cd6583d9804d75476d3b1e4de8b49a426b2
Merge: c4b3182722 76f979bf94
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 30 12:32:35 2020 +0200

    Merge branch 'stable'

commit 76f979bf94d899cdd6e5415173b7945d079ce1a5
Merge: ff5d97a0b3 59f25b7c2f
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 30 12:31:58 2020 +0200

    Merge branch 'release' into stable

commit 59f25b7c2fe444fa10ab7ae612d5fbc6184faf03
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 30 12:18:03 2020 +0200

    Docs (ckeditor5): Updated the content styles stylesheet.

commit 1729d083fb2475b8cc9365422d270fd989d39a21
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 30 12:15:09 2020 +0200

    Release: v23.0.0.

commit 4f03425b36239799afb427b11773abc10e59bc84
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 30 12:10:56 2020 +0200

    Internal: Updated dependencies. [skip ci]

commit c4b3182722a8eea68d00b0250c8ac9388723a1b5
Merge: 0063c6ed01 0b78edb745
Author: Maciej <jodator@jodator.net>
Date:   Wed Sep 30 08:21:26 2020 +0200

    Merge pull request #8186 from ckeditor/i/8145

    Fix (engine): `Model#deleteContent()` should properly remove blocks when the selection is spanning multiple blocks. Closes #8145.

commit d783d751ff281556a9f8e84592ef75bffdb798a3
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Tue Sep 29 14:53:22 2020 +0200

    Internal (ckeditor5): Changelog corrections.

commit 0b78edb7455cbc7882337ca416c04dd10059acff
Author: Kuba Niegowski <j.niegowski@cksource.com>
Date:   Tue Sep 29 16:55:12 2020 +0200

    Fixed handling of multiple selected blocks in Model#deleteContent().

commit 0063c6ed01b0dd2c57d8ad6decc2d23e537a49e2
Merge: 829b200ed0 ff5d97a0b3
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Tue Sep 29 16:38:46 2020 +0200

    Merge stable into master

commit ff5d97a0b35bd84d2226c0333c08a731125ab9a0
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Tue Sep 29 16:38:08 2020 +0200

    Docs: Minor grammar correction in the Image guide. [skip ci]

commit 829b200ed01448586fc60ab835d727fa0e6c663b
Merge: 99bb9afcbb 2ee82a21df
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Tue Sep 29 13:42:55 2020 +0200

    Merge stable into master

commit 2ee82a21df87af6a31ff035eefa569659393c8e9
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Tue Sep 29 13:42:30 2020 +0200

    Docs (engine): Remove duplicated sentence. [skip ci]

commit 99bb9afcbbafc91b98ef6206affe2f01f79a235d
Merge: 2b9dad742f fb69520dbe
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Tue Sep 29 13:41:22 2020 +0200

    Merge stable into master

commit fb69520dbe276f6d0c79a8c80b581316e371e2c4
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Tue Sep 29 13:40:37 2020 +0200

    Docs (engine): Updates docs on valid nodes for DowncastWriter#insert().

commit 2b9dad742fe1b948c8ef5fca7a6815c9915f6522
Merge: b5e8ca02b2 1b065c186c
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Tue Sep 29 11:18:23 2020 +0200

    Merge stable into master

commit 1b065c186c5730fc725745cbf9d49ee21d53ee79
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Tue Sep 29 11:12:47 2020 +0200

    Docs (image): Add information about changing image caption placement.

commit aebf94d8d00597cfc9ea2a6e8fd3b788132b837d
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Mon Sep 28 16:22:52 2020 +0100

    Internal (utils): Updated version of CKEditor 5.

commit be43bf87463f4f00b48e618993aa7439151af811
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Mon Sep 28 16:21:42 2020 +0100

    Docs: Changelog. [skip ci]

commit b5e8ca02b2d6d7ff8f710bd9a9472b46296ef161
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Fri Sep 25 13:05:47 2020 +0200

    Internal: Typo fix. [skip ci]

commit 3433e9a8ad64cc971cdfa4658a84585b4e23f19e
Merge: 0632d06837 bdd7db96ee
Author: Kuba Niegowski <1232187+niegowski@users.noreply.github.com>
Date:   Thu Sep 24 18:50:50 2020 +0200

    Merge pull request #8148 from ckeditor/i/8143

    Fix (engine): `model.History#getOperations` was returning incorrect values if history had operations with negative version numbers or version numbers differing by more than one. Closes #8143.

commit bdd7db96eec8b4915e9e7cc1e1de249973b93fa0
Author: Szymon Cofalik <s.cofalik@cksource.com>
Date:   Thu Sep 24 18:20:18 2020 +0200

    Tests: Upgraded tests.

commit 6901e2c31644358e26da0804273552f006341e1a
Author: Szymon Cofalik <s.cofalik@cksource.com>
Date:   Thu Sep 24 16:16:44 2020 +0200

    Fix: `model.History#getOperations` was returning incorrect values if history had operations with negative version numbers or version numbers differing by more than one.

commit 0632d06837a5cb80e7a3fb986253655a0b321391
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Thu Sep 24 13:42:39 2020 +0200

    Internal (build-*): Builds.

commit 9256cbee9dc2173e1f1756fa566ba92a2d4bd6bc
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Thu Sep 24 13:28:46 2020 +0200

    Other: Updated translations. [skip ci]

commit 08fc2a54b8953fe6000c900d8f1270b86edc1590
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Thu Sep 24 13:20:16 2020 +0200

    Other: Updated translations. [skip ci]

commit 7792bec8f2b2af829ea6322dcbed79a5ca21f6c7
Merge: c0e5940101 ba7a756e35
Author: Marek Lewandowski <mlewand@users.noreply.github.com>
Date:   Thu Sep 24 12:59:19 2020 +0200

    Internal: Use same format for error name in attachLinkToDocumentation as in CKEditorError. Closes #8097.

commit c0e59401015a6a9c290789c92b1352661a79a958
Merge: 73eacd641f 18171271e2
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Sep 24 12:54:39 2020 +0200

    Merge pull request #8142 from ckeditor/i/8141

    Internal: Added support for linking nested external packages. Closes #8141.

commit ba7a756e3531df4bad6eceeac1ea8a206404abd9
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Thu Sep 24 12:45:45 2020 +0200

    Fix plugincollection-plugin-not-loaded error format.

commit 18171271e26f936c9b487905e74e8e7e1bff46a4
Author: Maciej Bukowski <ma2ciek@gmail.com>
Date:   Thu Sep 24 12:26:19 2020 +0200

    Internal: Added support for linking nested external packages.

commit 73eacd641f38ee261cd43ddfdf98df5e22eb2fdd
Merge: 07ba48e813 58fc76dcbd
Author: Marek Lewandowski <mlewand@users.noreply.github.com>
Date:   Wed Sep 23 15:42:12 2020 +0200

    Fix (link): Manual decorators will no longer be corrupted by the link image plugin. Closes #7975.

commit 58fc76dcbd0af924685460ff15346a4cff8f411d
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 23 15:09:26 2020 +0200

    Tests (link): Added issue reference.

commit 4d734d44b3ee8ebdf3a95aaba62162a16359e042
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Wed Sep 23 14:56:57 2020 +0200

    Fixed indents.

commit b5a2d00cc112e3195d7650089a54cbda2796e401
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Wed Sep 23 14:54:35 2020 +0200

    Refactored tests.

commit dec11ed084ca8670569075d0a697f35a2997536d
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 23 14:05:33 2020 +0200

    Internal (link): Extracted common code into reused function.

commit 07ba48e8133f550de2c4e4328747bdac1f819025
Merge: f0b5f2d6eb 1a0c3fdda3
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Wed Sep 23 13:38:13 2020 +0200

    Merge pull request #8134 from ckeditor/i/8122

    Docs: Fix the CI by using absolute URLs to cross-repo docs. Closes #8122.

commit 1a0c3fdda3177ba803f2611d4b881b1c1165d38b
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Wed Sep 23 13:11:13 2020 +0200

    Unfortunately, we need to use absolute URLs to workaround the CI problem.

commit f0b5f2d6ebe1405d56cde9114cbd110c26590ede
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Wed Sep 23 12:56:15 2020 +0200

    Internal: Let's try >= to avoid having to bump these deps manually. See https://github.com/cksource/ckeditor5-internal/issues/332.

commit 68556ca5300c8713131145e9016bf620c60b24ee
Merge: 6d3d4751fa b5e19cef3c
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Wed Sep 23 12:18:37 2020 +0200

    Merge pull request #8127 from ckeditor/i/8125

    Docs: Updated the versioning policy guide. Closes #8125.

commit b5e19cef3c1def56a6a5e222618551b49e68593d
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Wed Sep 23 07:41:15 2020 +0200

    Docs: minor fixes. [skip ci]

commit 6d3d4751fa1bbe1472560876e3d8cb4a0ce350c5
Merge: c5774a085d a74e24b853
Author: Bartek Biedrzycki <68123541+godai78@users.noreply.github.com>
Date:   Wed Sep 23 07:12:44 2020 +0200

    Merge pull request #8118 from ckeditor/docs-util-api

    Docs: API fixes. [skip ci]

commit 61332eebf1894ac3ae3f50392b5b6bc6442589a4
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Tue Sep 22 19:36:33 2020 +0200

    Updated the versioning policy guide.

commit 14007d342bdef02009425c059af4308c4012eb17
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Tue Sep 22 12:28:07 2020 +0200

    Fix CKEditorError documentation.

commit 74862de50b1bd62bf99b263c2a1f5767073a380f
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Tue Sep 22 12:21:16 2020 +0200

    Make attachLinkToDocumentation() follow the same rules for error id matching as CKEditorError.

commit c5774a085d3f67ffdfcbe041636f93607b8670ea
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Tue Sep 22 11:48:35 2020 +0200

    Revert "Docs: Changed particular dev deps to use 'latest' version specifier. See cksource/ckeditor5-internal#332."

    This reverts commit bfb1d5dac39307480f6fc6469931f2e4a2980b27.

commit a344f4eedb617e07069b8b3e1ec76fbd5f81602b
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Tue Sep 22 08:52:06 2020 +0200

    Wording once again. [skip ci]

commit 3cbb748967b7e4dec66e056e04c6cb55e4b0e028
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Tue Sep 22 08:51:00 2020 +0200

    Wording. [skip ci]

commit a3f9c13bd939c5e8442686eeddee5a3fa7f17543
Merge: bfb1d5dac3 7a13e9eb0e
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Tue Sep 22 08:45:55 2020 +0200

    Merge stable into master

commit 7a13e9eb0ea6655277d4ddde75ef46323bab6d00
Merge: 58c557f630 c1cc6e7395
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Tue Sep 22 08:45:35 2020 +0200

    Merge pull request #8091 from ckeditor/docs-pagination

    Docs: Mention Pagination in Page break guide. [skip ci]

commit bfb1d5dac39307480f6fc6469931f2e4a2980b27
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Mon Sep 21 14:59:23 2020 +0200

    Docs: Changed particular dev deps to use 'latest' version specifier. See cksource/ckeditor5-internal#332.

commit 052032c508cf507ece290d25a99e29830b9d2dd5
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Mon Sep 21 14:08:46 2020 +0200

    Added to all-features a case with decorators and images.

commit 65f35195927203f49e562b1303517dd019df3c51
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Mon Sep 21 14:08:23 2020 +0200

    Fixed the manual decorator converter for linked images. It should not be executed for normal links.

commit a74e24b8538d34dae355bfafe61ce6e4c5a9a1e1
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Mon Sep 21 11:35:34 2020 +0200

    Docs: API fixes. [skip ci]

commit 91075a303e5b003b3a82fd96f57a651b6a3c95a9
Merge: 5c65eba072 58c557f630
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Fri Sep 18 10:49:24 2020 +0200

    Merge stable into master

commit 58c557f6303059feaffd62fa65ee47d3fff4206f
Merge: 3401f818b2 0a450a1e96
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 18 10:49:04 2020 +0200

    Merge pull request #8107 from ckeditor/i/8106

    Docs: Added the `@ckeditor/ckeditor5-pagination` package into `devDependencies`. Updated the versions of internal packages. Closes #8106.

commit 0a450a1e9608a20d2678dd602c07fa745ea5d602
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 18 10:42:09 2020 +0200

    Added the "@ckeditor/ckeditor5-pagination" package into `devDependencies`. Updated the versions of internal packages.

commit 5c65eba072a45017f8b0cf41247a5fd09a46eb06
Merge: 48a9e94312 6fff807ee0
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 18 07:59:47 2020 +0200

    Merge pull request #8102 from jczapiewski-cksource/i/329

    Internal (cloud-services-core): Fix the token refresh timeout time calculations.

commit 6fff807ee0f33f6c0a03232d808ece4142ce5bff
Author: jacekczapiewski <j.czapiewski@cksource.com>
Date:   Thu Sep 17 19:42:50 2020 +0200

    Fix the token refresh timeout time calculations

commit 48a9e943122e4cdd0e2647f03ebc7b17c402710e
Merge: 3e6ea99fe2 86849d6fac
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Thu Sep 17 16:26:37 2020 +0200

    Merge pull request #8090 from ckeditor/i/8034

    Other (image): The `config.image.upload.panel.items` does not need to be set anymore in order to show the "insert image via URL form". It is enough to load the new `ImageInsert` plugin and use the new `imageInsert` button. See #8034.

commit 86849d6facc504556a2b5503dedcb5f25fabdb05
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Thu Sep 17 16:20:18 2020 +0200

    Fix the grammar.

    Co-authored-by: Bartek Biedrzycki <68123541+godai78@users.noreply.github.com>

commit 144a080dfce31f64fb019b0ad5c51dc6756c5589
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Thu Sep 17 13:32:39 2020 +0200

    Clarified the docs a bit.

commit ff1b532e2fd2d3be098b857a0357fd33815f7bee
Merge: d94618129f 3e6ea99fe2
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Thu Sep 17 13:26:22 2020 +0200

    Merge branch 'master' into i/8034

commit c1cc6e739559a08ac739e781d5d82fa514149868
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Thu Sep 17 13:01:06 2020 +0200

    Added the Related features section to the guide and some expansions.

commit 3e6ea99fe28225c52092b621c3593748bb1c168e
Merge: 501490a572 c6bba3738a
Author: Marek Lewandowski <mlewand@users.noreply.github.com>
Date:   Thu Sep 17 10:59:57 2020 +0200

    Merge pull request #8075 from ckeditor/i/8026

    Fix (list): List styles plugin will no longer cause the editor to crash when indenting a list item that is the last element in the editor. Closes #8072.

    Fix (list): Undo will restore the proper value of the list-style-type attribute in the View element after undoing merging different lists. Closes #7930.

    Fix (list): Fixed a bug that prevented using the same value of the List style feature for nested lists. Closes #8081.

    Internal (list): The mechanism that merges two lists and inherits their list styles will not crash while deleting content (lists with different values of the listIndent attribute) in a nested list. Closes #8073.

    Internal (list): The listStyle attribute will be inherited when deleting nested lists. The previous implementation added in #7879 handled lists with the listIndent=0. See #8073.

commit 501490a5729c413ee00311fe3c9a965fab2bb2ad
Merge: ae5138a82a 23851741c9
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Sep 17 10:55:14 2020 +0200

    Merge pull request #8082 from jczapiewski-cksource/i/316

    Other (cloud-services-core): Change tokens refreshing mechanism to depend on the token expiration time.

commit 23851741c9ffcc4884403ca1cb42c74d64e1e8f1
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Sep 17 10:31:16 2020 +0200

    Swapped the order of the documentation annotations.

commit e0310f259a6a85209965410dc68ccb23331ab7ba
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Sep 17 10:25:53 2020 +0200

    Replaced the block comment with inline one.

commit 3d0c6e3d0831f7513b4bfc79dc019f720a94ec5e
Author: jczapiewski-cksource <69457351+jczapiewski-cksource@users.noreply.github.com>
Date:   Thu Sep 17 10:24:08 2020 +0200

    CR suggested change

    Co-authored-by: Kamil Piechaczek <pomek@users.noreply.github.com>

commit ec5117acbcd95973e9a0eb4e85aaf8a22e7bcb8a
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Sep 17 10:19:14 2020 +0200

    Wording.

commit 8eeeec1cc16fdf03750e18786cde31931ca0dbf3
Author: jacekczapiewski <j.czapiewski@cksource.com>
Date:   Thu Sep 17 09:24:59 2020 +0200

    CR fixes

commit b66c0239309b22aac8661b5399a836c65b4767a5
Author: jacekczapiewski <j.czapiewski@cksource.com>
Date:   Wed Sep 16 16:39:45 2020 +0200

    CR fixes

commit ae5138a82a2bad8cd924840268752f94aef599d2
Merge: eb92cfb737 3401f818b2
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Wed Sep 16 14:04:26 2020 +0200

    Merge stable into master

commit 3401f818b27642363b92ef7c83917e149ed77aff
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Wed Sep 16 14:03:58 2020 +0200

    Docs: Fixed URLs to ESlint and Stylelint presets in the Code Style guide.

commit d94618129f24bb0c6bc5460b1b06583d21e2e085
Author: Radek Kozieł <radoslaw.koziel@gmail.com>
Date:   Wed Sep 16 13:28:18 2020 +0200

    Update packages/ckeditor5-image/src/imageinsert.js

    Co-authored-by: Bartek Biedrzycki <68123541+godai78@users.noreply.github.com>

commit eb92cfb7377fa066a4cb08163ade33a73639aab1
Merge: 1341b3a02f 4d20866377
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Wed Sep 16 13:00:05 2020 +0200

    Merge pull request #8074 from ckeditor/i/7907

    Fix (link): Prevented throwing an error during creating a link from the multi-block selection. Closes #7907.

commit 4d208663772d2b5441c494c78c9812433d76d5fb
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Wed Sep 16 12:59:39 2020 +0200

    Added missing dots.

commit f36e86edabc6fefc20a38a0668ca6cd575459a72
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Wed Sep 16 12:38:20 2020 +0200

    Docs: mention Pagination in Page break. [skip ci]

commit c22915c2b127b227d2c689f57b79d17e848e19f7
Author: panr <radoslaw.koziel@gmail.com>
Date:   Wed Sep 16 12:31:40 2020 +0200

    Fixes after first CR.

commit f1572aafc69a2e30e3145e6fb09d0d4f3797f484
Author: panr <radoslaw.koziel@gmail.com>
Date:   Wed Sep 16 11:18:00 2020 +0200

    Update tests.

commit 5fbb72c672d6edb7513a0236e0fa42e0b2df5009
Author: panr <radoslaw.koziel@gmail.com>
Date:   Wed Sep 16 10:25:20 2020 +0200

    Change the docs for ImageInsert plugin.

commit ccea270f52ca102eb029ccfd9ad7a7480e035e1a
Author: jacekczapiewski <j.czapiewski@cksource.com>
Date:   Wed Sep 16 08:47:32 2020 +0200

    Add clock restore in test with fake timers

commit d7b71edaa1197b69874896d08c6e02218f5491d5
Author: jacekczapiewski <j.czapiewski@cksource.com>
Date:   Wed Sep 16 08:46:54 2020 +0200

    Add missing tests

commit 1341b3a02fab29e8ede9054ba8f1849bb61a3fc6
Merge: 611b7f7452 591eb3ef58
Author: Marek Lewandowski <mlewand@users.noreply.github.com>
Date:   Wed Sep 16 08:17:31 2020 +0200

    Internal: The Slack notification should be sent if merging the stable branch into the master failed. Closes #7839.

    The slack notification should be sent if failed while merging

commit c6bba3738aa242c397ab2b09d6f253b3825a6e98
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Tue Sep 15 14:12:17 2020 +0200

    Docs (link): Minor word adjustment in code docs.

commit 4ba5a5cafb73179512dad16a200a4742e68c0cf6
Merge: 3b2813257f 611b7f7452
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Tue Sep 15 13:59:52 2020 +0200

    Merge remote-tracking branch 'origin/master' into i/8026

commit 84d443772d9268ead28b491c0119d8c5f2f6d865
Author: jacekczapiewski <j.czapiewski@cksource.com>
Date:   Tue Sep 15 13:46:02 2020 +0200

    Remove unnecessary return this

commit d16ab20371f3a2dd9c18167b4f86710c9483530f
Author: jacekczapiewski <j.czapiewski@cksource.com>
Date:   Tue Sep 15 13:35:12 2020 +0200

    Revert package.json version bump

commit 3b2813257f301570184bdc3e4377946c38102eab
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Tue Sep 15 13:16:30 2020 +0200

    Fixed invalid undo stack after merging lists.

commit 868de5c7b7fe82d569538caa3a1bf04213d554a8
Author: jacekczapiewski <j.czapiewski@cksource.com>
Date:   Tue Sep 15 12:23:38 2020 +0200

    Change token refresh mechanism to depend on token expiration time

commit 611b7f7452520489b628714303f57d920fbcb785
Merge: a1d8286a2b c0adf34e64
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Tue Sep 15 10:54:46 2020 +0200

    Merge pull request #8065 from ibnujakaria/patch-1

    Docs: Fixed Typo: CSFR-Token -> CSRF-Token. [skip ci]

commit dae224635133f4a89b7719d06053991b1cc15dcb
Merge: 1db332c623 a1d8286a2b
Author: panr <radoslaw.koziel@gmail.com>
Date:   Mon Sep 14 16:23:28 2020 +0200

    Merge branch 'master' into i/7907

commit 49dc52bee2b6167fd886c6c8ca6477755fa5cff7
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Mon Sep 14 15:45:17 2020 +0200

    Fixed ugly crashes when playing with List style feature.

commit 1db332c623c81d7f6649e4d8958ceba6e0871a8f
Author: panr <radoslaw.koziel@gmail.com>
Date:   Mon Sep 14 13:39:23 2020 +0200

    Move rest of the fake visual selection tests to the inner scope.

commit e23ba94198e396633a43a95e0af5d6e043209fd1
Author: panr <radoslaw.koziel@gmail.com>
Date:   Mon Sep 14 13:33:31 2020 +0200

    Add tests.

commit 59a544e793bc28d10ce628215d587e45d9c2fcc2
Author: panr <radoslaw.koziel@gmail.com>
Date:   Mon Sep 14 13:33:08 2020 +0200

    Add getNextValidRange() helper to prevent throwing an error when fake visual selection can't be created on empty element.

commit 591eb3ef58cdc031676400a4e61eecf17e8e730b
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Mon Sep 14 13:19:18 2020 +0200

    The slack notification should be sent if failed while merging.

commit a1d8286a2b504265600ba168d9e81cdf67785380
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Mon Sep 14 12:16:58 2020 +0200

    Internal: Stylelint should not check the "external/" directory.

commit c0adf34e641d77a8958aa4354a7e403ff88a01bf
Author: Nurul Huda <ibnujakaria@outlook.com>
Date:   Sat Sep 12 14:07:36 2020 +0700

    Fixed Typo: CSFR-Token -> CSRF-Token

    A simple commit just to fix typo of `CSFR-Token` to `CSRF-Token`

commit c9533f1752057fd833998a356282f8a625f4e39c
Merge: 4671ed10a4 7d4e51c7d2
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 11 11:33:00 2020 +0200

    Merge pull request #7984 from ckeditor/i/7682

    Other (link): The link plugin now comes with the autolink feature enabled by default. Closes #7682.

commit 7d4e51c7d2a26351675c76fdd97813037323fb5a
Merge: 8d3ac892e3 4671ed10a4
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 11 11:19:11 2020 +0200

    Merge branch 'master' into i/7682

commit 4671ed10a4af4c507abd594414771b714ff31cf7
Merge: ab7bce94eb 3abcbd12e8
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Fri Sep 11 10:57:00 2020 +0200

    Merge pull request #8019 from ckeditor/i/7890

    Other (image): Introduced `ImageInsert` as a standalone plugin that contains `ImageUpload` functionality. Closes #7890.

    Internal (image): Reverted the changes in `ImageUpload` plugin that introduced the "Insert image via URL" feature.

    Fix (image): Aligned and fixed the styling for the split button in the `ImageInsert` dropdown. Closes #7986. Closes #7927.

    Docs (image): Fixed the docs after plugins separation.

    MAJOR BREAKING CHANGE (image): In order to use the "insert image via URL" feature you now need to load the `ImageInsert` plugin and use the `imageInsert` button instead of the `imageUpload` button that implemented that functionality previously previously.

commit 3abcbd12e8233047f9a802520a74351f8183c693
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Fri Sep 11 10:51:45 2020 +0200

    Removed an unncessary information.

commit a54e0705d66c6dd60489f67c862a08e97029d44a
Merge: 71878e7213 ab7bce94eb
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Fri Sep 11 10:46:28 2020 +0200

    Merge branch 'master' into i/7890

commit ab7bce94ebb7b6d59c5f3ea2d9433f71ddd864d2
Merge: 0f18cab5b3 254f46e431
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 11 10:07:56 2020 +0200

    Merge pull request #7886 from ckeditor/i/7799

    Feature: Introduced the `PastePlainText` feature that detects pasting with <kbd>ctrl/cmd</kbd> + <kbd>shift</kbd> + <kbd>ctrl/v</kbd> keystroke. Closes #7799.

commit 254f46e43132d87ad51066537a564acdcbd0a046
Merge: 0c1f0871f6 0f18cab5b3
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 11 10:07:40 2020 +0200

    Merge branch 'master' into i/7799

commit 0f18cab5b330929e10b5524f0eb59609ef0f5e35
Merge: a4b89965e8 daf049a528
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 11 10:07:11 2020 +0200

    Merge pull request #8061 from ckeditor/i/8060

    Docs (ckeditor5): Fixed a link to the export to PDF feature. Closes #8060.

commit 0c1f0871f6508fcc145faaf0939e21f6471554a3
Merge: a3fa0a6a47 a4b89965e8
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 11 09:54:25 2020 +0200

    Merge branch 'master' into i/7799

commit daf049a528eb8fc1a08efbb43a7ac484153fb565
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Fri Sep 11 09:41:16 2020 +0200

    Docs (ckeditor5): Fixed a link to the export to PDF feature.

commit a4b89965e8b156ee4ed67df9d4a634c0e6deac01
Merge: d96e8a883c 759e5d5be5
Author: Maciej <jodator@jodator.net>
Date:   Fri Sep 11 08:51:48 2020 +0200

    Merge pull request #8047 from ckeditor/i/7884

    Feature (clipboard): Improved line to paragraph/soft break retention when pasting from plain text. Closes #7884.

    MINOR BREAKING CHANGE (clipboard): When pasting plain text each double line break is now treated as a paragraph separator, while a single line break is converted into a soft break. Formerly every single line break was treated as paragraph separation.

commit d96e8a883c3159c67638fff6a63fc32ff93c7bb4
Merge: f079bc8805 0cae6b4f51
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Thu Sep 10 15:12:47 2020 +0200

    Merge branch 'stable' into master.

commit 0cae6b4f519a7f280ccc0ff4c7dc64f1e16d7f41
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Thu Sep 10 14:56:07 2020 +0200

    Docs: List style feature API docs corrected. [skip ci]

commit f079bc880575b98e5da379ae26f7833e3a9b7575
Merge: a8e0dccf8e bcefe8340a
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Thu Sep 10 12:57:21 2020 +0200

    Merge stable into master

commit bcefe8340ab32dbd2e044844c07291be410ae23d
Merge: 3679012f75 60d43ddfbf
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Thu Sep 10 12:57:02 2020 +0200

    Merge pull request #8046 from ckeditor/migrate

    Docs: Update CKEditor 4 migration documentation after the release of CKE4.15.

commit 60d43ddfbf706c09bb6aa968a360c0b01b9409a3
Author: Bartek Biedrzycki <68123541+godai78@users.noreply.github.com>
Date:   Thu Sep 10 12:55:01 2020 +0200

    Update docs/builds/guides/migrate.md

    Co-authored-by: Anna Tomanek <a.tomanek@cksource.com>

commit 08e80722cfe39bab071203026d9720f26ab9e669
Author: Bartek Biedrzycki <68123541+godai78@users.noreply.github.com>
Date:   Thu Sep 10 12:54:10 2020 +0200

    Update docs/builds/guides/migrate.md

    Co-authored-by: Anna Tomanek <a.tomanek@cksource.com>

commit a8e0dccf8efb87576a04574ed77c191a830529f2
Merge: 92ace8d7f3 b2aa4877b3
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Sep 10 12:38:43 2020 +0200

    Merge pull request #8003 from ckeditor/i/7822

    Internal: Fix various issues with `CKEditor` error messages JSDoc comments. See #7822.

commit 92ace8d7f3abe4c8247ca18697984eb538f3f5ec
Merge: bcf3af6bee 4866b308e5
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Sep 10 11:58:37 2020 +0200

    Merge pull request #8048 from ckeditor/i/8045

    Fix (clipboard): Soft breaks are now properly placed in plain text clipboard data representation by the editor. Closes #8045.

commit b2aa4877b36c06762f3e0fc6b0ac35eedf9923d2
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Thu Sep 10 11:27:14 2020 +0200

    Bring back UI component overriding.

commit e0e1d43d3589b4acc834f64dfbcbfe58fdde17d4
Merge: 5abbe4b6ee bcf3af6bee
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Thu Sep 10 11:25:17 2020 +0200

    Merge branch 'master' into i/7822-eslint-ckerror

commit 5abbe4b6eed42596b6c24b3c53655589bf86f0bd
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Thu Sep 10 10:59:17 2020 +0200

    Change the logic of attaching link to a documentation for CKEditorError.

commit 1a3b72a7942322ae2948e6b1a71a42b5a813f483
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Thu Sep 10 10:58:19 2020 +0200

    Fix error messages tests assertions.

commit 89ec0497c845292c686466c86c86953be1b44530
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Thu Sep 10 09:32:25 2020 +0200

    Docs: migrate update with 4.15 additions. [skip ci]

commit bcf3af6bee1edbd3a6d0c6874e0ad0518f73f518
Merge: 030d0c35c1 fd638fb24b
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Wed Sep 9 17:19:48 2020 +0200

    Merge pull request #8044 from ckeditor/i/7983

    Fix (link): Pressing the <kbd>Enter</kbd> key should not throw an error when a non-collapsed selection ends with a valid URL. Closes #7983.

commit eee94cef569a159ba1e59482d571e2413dde575c
Merge: 0782dc2293 030d0c35c1
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Wed Sep 9 15:35:30 2020 +0200

    Merge branch 'master' into i/7822

commit 030d0c35c1d1573dc1ee5b71571e308bd6f2f672
Merge: b532a8ec55 2a2ef2d2e6
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Wed Sep 9 15:35:10 2020 +0200

    Merge pull request #8006 from ckeditor/i/7843

    Internal: Fix code according to "no-unused-expressions" ESLint rule. See #7843.

commit 2a2ef2d2e6e7944815cfbf7a2fd5300df1a97bd7
Merge: 2408e42cb1 b532a8ec55
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Wed Sep 9 15:32:38 2020 +0200

    Merge branch 'master' into i/7843

commit fd638fb24bec30061acf376ba08cba74fdfc6a3c
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Wed Sep 9 15:26:40 2020 +0200

    Code refactoring.

commit 83f88a1b044f081e5f7423ec7f76fce8f0d62437
Merge: 7d10c4a473 b532a8ec55
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Wed Sep 9 15:15:52 2020 +0200

    Merge branch 'master' into i/7983

commit b532a8ec55e1e1506b6f8030f944559b1cf0761d
Merge: 3cca05c473 6a8603b522
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Wed Sep 9 15:00:05 2020 +0200

    Merge pull request #8015 from ckeditor/i/7926

    Fix (link): The link balloon positioning should be correct when the selection is collapsed in certain scenarios. Closes #7926.

commit 3cca05c47306ae7368bf2a9262abf86fa7e1a74e
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Wed Sep 9 14:29:25 2020 +0200

    Internal: Improved the "switch-to-dev-dev.sh" script. See #7985. [skip ci]

commit 4866b308e55f69094173be8246ac03b77c5d2ef5
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 9 13:30:53 2020 +0200

    Fix (clipboard): Soft breaks are now properly placed in plain text clipboard data representation by the editor.

commit 759e5d5be55784d943eb976d7fbcc8c637d6b5c6
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Wed Sep 9 10:35:45 2020 +0200

    Tests (clipboard): Made the expected fixture consistent with the rest of the code.

commit 325d2584d6d1d1443dedd8ff004520410d29a9f9
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Tue Sep 8 13:46:29 2020 +0200

    Feature (clipboard): Improved line to paragraph/softbreak retention when pasting from plain text.

    MINOR BREAKING CHANGE (clipboard): When pasting plain text each double line break is now treated as a paragraph separator, while single line break is converted into a soft break. Formerly every single line break was treated as a paragraph separation.

commit 7d10c4a473e457367cbfd527a20c4bf08255cf86
Author: panr <radoslaw.koziel@gmail.com>
Date:   Wed Sep 9 09:09:06 2020 +0200

    Fix tests.

commit 03bf7211b1efc94ba087750f77006d534fdbaa5d
Merge: db9d1eb7c4 819c3c7864
Author: Maciej <jodator@jodator.net>
Date:   Wed Sep 9 08:48:18 2020 +0200

    Merge pull request #8037 from ckeditor/i/7932

    Fix (list): The `listStyle` attribute should be inherited when inserting or replacing a `listItem` with the same kind of the list (the `listType` attribute for the inserted/modified item is equal to next/previous sibling list). Closes #7932.

commit 819c3c7864305ab4cbf0a73f1e5da67dc8a3a290
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Wed Sep 9 08:24:57 2020 +0200

    Remove internal function from the scope of the parent.

commit aa70315bd6dd6c59e0715ddf6af501c94c9ee26f
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Wed Sep 9 08:24:00 2020 +0200

    Remove private annotation from single-line comments as not parsed by JSDoc.

commit a37c409f190935330388ad8f5979922bc1d06c4d
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Wed Sep 9 07:54:01 2020 +0200

    Docs: removing abandoned info from migration. [skip ci]

commit 35471248b758d4e01fb34746e1ea3f7fbf548ca9
Author: panr <radoslaw.koziel@gmail.com>
Date:   Tue Sep 8 18:28:23 2020 +0200

    Add more tests.

commit 6a8603b52246b1e326baaedfaaa74e52cfc3e63a
Merge: ef4513c15a db9d1eb7c4
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Tue Sep 8 16:41:45 2020 +0200

    Merge branch 'master' into i/7926

commit ef4513c15a7b279e9af21ffabb2148a49b719845
Merge: 0d509e515e 8b11086a49
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Tue Sep 8 16:41:42 2020 +0200

    Merge branch 'i/7926-combined-range' into i/7926

commit 8b11086a4968a12060a30958cdad987d7c2cf27f
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Tue Sep 8 16:39:29 2020 +0200

    Tests (link): Adjusted unit tests per https://github.com/ckeditor/ckeditor5/pull/8015#issuecomment-686574760.

commit ec3c2368a1d2139cc87903423357ea7ffc97ca6d
Author: panr <radoslaw.koziel@gmail.com>
Date:   Tue Sep 8 15:16:25 2020 +0200

    Fix error on "enter" when link is selected.

commit b549230f57953afcb00716802ccd5784539e99c7
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Tue Sep 8 14:52:19 2020 +0200

    Docs: migration update. [skip ci]

commit 97d201948a6c69c23c824d0155e6c863d3221c16
Author: godai78 <b.biedrzycki@cksource.com>
Date:   Tue Sep 8 14:33:25 2020 +0200

    Docs: migration update. [skip ci]

commit 71878e721306d996920f3bae28c9218abbd11fc8
Author: panr <radoslaw.koziel@gmail.com>
Date:   Mon Sep 7 12:20:03 2020 +0200

    Fix tests after inserting the panel children on first dropdown open.

commit 51cf5d2db426c01efbbebf21baf468f2a68a6ed5
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Mon Sep 7 10:20:25 2020 +0200

    Added a missing param annotation.

commit 76014e5a3570e0f3ab87bad0e5e961f0671f0980
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Mon Sep 7 10:15:40 2020 +0200

    Fix: The list style attribute will be inherited when switching the "listType" attribue for existing the "listItem" element.

commit d0b7dc133a6e389ca74a5b2241e3b6c53c646f89
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Mon Sep 7 09:54:53 2020 +0200

    Fix: LiThe lt style attributes hould be inherited for the same kind of the list.

commit 3b89fae22e7dfc604493406d9eb90b3e95096692
Author: panr <radoslaw.koziel@gmail.com>
Date:   Mon Sep 7 09:16:47 2020 +0200

    Move #_createDropdownView() closer to the init() and defer the panel's children insertion to improve the performance.

commit 227034004cf36620af3968274a0f8507279cf147
Author: panr <radoslaw.koziel@gmail.com>
Date:   Mon Sep 7 09:14:36 2020 +0200

    Fix the order of the plugins injection.

commit 0ec2cce8a5313599d48950836a7ec303046ce833
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 17:09:51 2020 +0200

    Docs: Fixed the ESLint warning about line length.

commit affaca4875c6e5639bc8563600b339b5dd346085
Merge: e3beffda91 db9d1eb7c4
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 16:44:47 2020 +0200

    Merge branch 'master' into i/7890

commit e3beffda91b9a0bad2bae2eedab7e30b1aec8915
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 16:34:14 2020 +0200

    Docs: Re-use most of the existing toolbar configuration in the image insert snippet.

commit 69c765ddd3212ce32e57fe77d1f2c0b6de5ee67a
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 16:44:26 2020 +0200

    Update packages/ckeditor5-image/tests/imageinsert/imageinsertui.js

commit e2519cfc992e229f292f7324378f91b9aeef23cc
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 16:44:19 2020 +0200

    Update packages/ckeditor5-image/src/imageinsert.js

commit d5cb97d4577def536b9fc2b1cccadd20b2873091
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 16:44:13 2020 +0200

    Update packages/ckeditor5-image/src/imageinsert.js

commit ae5747ecd75ea7b3c332c03661d2a11f7888723e
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 16:44:06 2020 +0200

    Update packages/ckeditor5-image/docs/features/image.md

commit 599b9c8b12fd797c657b3a90ac6f303c2d1e2d26
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 16:43:57 2020 +0200

    Update packages/ckeditor5-image/docs/features/image.md

commit 172dd350d08b1bcf3d060217b58e24f75a9c51f2
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 16:43:49 2020 +0200

    Update packages/ckeditor5-image/docs/features/image.md

commit db9d1eb7c4afc13ab07495bc14c4cdb8714cee63
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Fri Sep 4 16:32:26 2020 +0200

    Docs: Changelog fixes. [skip ci]

commit 0d509e515e98e217245e12080e8c68d073630010
Merge: c98263104c 62059151c7
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Fri Sep 4 14:36:34 2020 +0200

    Merge branch 'master' into i/7926

commit 62059151c7bec6b5f1e590e3be37d918aecafb44
Merge: 76fb046df6 95f924f786
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 4 14:26:30 2020 +0200

    Merge pull request #8018 from ckeditor/gh-action/v5-integration

    Internal: Added the GH action that triggers the CI when a new commit appears on the `#master` branch.

commit 95f924f786cab122da3f6df547c550dec4bd0e96
Merge: 4857c4ede6 34e2971a3f
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 4 12:33:38 2020 +0200

    Merge branch 'gh-action/v5-integration' of github.com:ckeditor/ckeditor5 into gh-action/v5-integration

commit 4857c4ede676829bd015e6d1d3b4bf8f79fa29bc
Merge: 4584226aac 76fb046df6
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 4 12:33:31 2020 +0200

    Merge branch 'master' into gh-action/v5-integration

commit ac5a72a4f4738344997f92e4e543be48abee5e28
Merge: e9999fb299 76fb046df6
Author: panr <radoslaw.koziel@gmail.com>
Date:   Fri Sep 4 10:44:07 2020 +0200

    Merge branch 'master' into i/7890

commit e9999fb2998d605910e5c3935f01d5e409dc62a2
Author: panr <radoslaw.koziel@gmail.com>
Date:   Fri Sep 4 10:43:41 2020 +0200

    Update feature docs for inserting image via URL.

commit 76fb046df6af897f1770f19c1f5cfeccb0e8be0d
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 4 09:27:38 2020 +0200

    Docs (image): Fixed an invalid return type.

commit 34e2971a3fc6f3ad9096043020df5845be5d023d
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Fri Sep 4 08:55:08 2020 +0200

    Update .github/workflows/ckeditor5-integrations.yml

commit f74db0f1432ac0170936523b16264d002e248d65
Merge: 7493039057 e0969d2631
Author: Marek Lewandowski <mlewand@users.noreply.github.com>
Date:   Thu Sep 3 18:37:34 2020 +0200

    Merge pull request #8014 from ckeditor/i/7994

    Internal: Added support for the `--strict` flag when building docs. Moved the catch() block to the "main process" while building docs. Closes #7994.

commit c80bcad05bea0127ef8933a5405c15201a4768f6
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Thu Sep 3 17:05:13 2020 +0200

    Other (link): Changed the implementation to position ballon based on entire selected content.

commit 7493039057a205092420eaea21c92a8107151e4f
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Thu Sep 3 16:17:29 2020 +0200

    Other: Reworded a breaking change note related to conversion API callback parameter change.

commit 53f8c9c6eccc16102cc9b3752dc6b0885333333e
Author: panr <radoslaw.koziel@gmail.com>
Date:   Thu Sep 3 15:22:49 2020 +0200

    Fix the manual test description.

commit 0cd66f0b097f12a2b012405c4f9e35266e24384e
Author: panr <radoslaw.koziel@gmail.com>
Date:   Thu Sep 3 15:21:59 2020 +0200

    Remove redundant CSS files.

commit 8b81dfaa75ab2b9f1212e8856c8f589f95bff6cc
Author: panr <radoslaw.koziel@gmail.com>
Date:   Thu Sep 3 15:05:39 2020 +0200

    Fix split button styling and related class names.

commit c98263104c8845159439d24ca3f1cdb1b346cd88
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Thu Sep 3 10:45:08 2020 +0200

    Fix (link): Fixed the link balloon positioning in case of a collapsed selection in certain edge scenarios.

commit 4584226aac122fb0b596e14ba8fed6197945d1c6
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Sep 3 14:14:09 2020 +0200

    GitHub Action init.

commit 1cab8652830522f443dfd31570908a1c8ef9c52f
Merge: 4a5d1e39c9 3679012f75
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Thu Sep 3 12:27:04 2020 +0200

    Merge stable into master

commit 3679012f75a22249e0dd3bd54c2a5d0eea869d75
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Thu Sep 3 12:26:31 2020 +0200

    Docs: Revised the Lists feature guide. [skip ci]

commit 4a5d1e39c9873c75f53cf4bc8185de1fccd85e69
Merge: bd283ac476 25c631c260
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Thu Sep 3 10:45:50 2020 +0200

    Merge stable into master

commit 25c631c260db25d787ea54b46a1859812d834a9f
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Thu Sep 3 10:45:07 2020 +0200

    Docs: Schema deep dive guide updates corrected. [skip ci]

commit e0969d2631d4920544873296bbac2b9c5f99b584
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Thu Sep 3 10:38:31 2020 +0200

    Moved the catch() block to the "main process" while building docs. Support for the --strict flag.

commit 5c2053a0f596e8fdf83dfab648dc5b2052a14f9e
Author: panr <radoslaw.koziel@gmail.com>
Date:   Thu Sep 3 10:22:44 2020 +0200

    Bring back old code for ImageUploadUI plugin and tests.

commit 164653997d7ffe21196612b5a8541292ade67613
Author: panr <radoslaw.koziel@gmail.com>
Date:   Thu Sep 3 10:07:33 2020 +0200

    Cleanup.

commit 767c317dc04250bd38d714183e67ea494bda3ca4
Author: panr <radoslaw.koziel@gmail.com>
Date:   Thu Sep 3 10:07:09 2020 +0200

    Update docs.

commit 808c4c427f813d90282a9daf79e9d74163d77674
Merge: 3e33753d3d bd283ac476
Author: panr <radoslaw.koziel@gmail.com>
Date:   Thu Sep 3 09:34:00 2020 +0200

    Merge branch 'master' into i/7890

commit 3e33753d3d1a82aa4d9f68a0de1672e63ff0cdd0
Author: panr <radoslaw.koziel@gmail.com>
Date:   Thu Sep 3 08:55:45 2020 +0200

    Remove unnecessary API docs from "ImageUpload" plugin.

commit 2408e42cb1814e53d3277791b855c63cb265090f
Merge: 2a47dc9afe bd283ac476
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Thu Sep 3 07:18:44 2020 +0200

    Merge branch 'master' into i/7843-eslint-unused

commit 0782dc229381ea185a4d67ec449550ba57a9f1c5
Merge: d792e320aa bd283ac476
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Wed Sep 2 15:48:49 2020 +0200

    Merge branch 'master' into i/7822-eslint-ckerror

commit d792e320aa159572a6531ae226d63efac6be29be
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Wed Sep 2 15:47:15 2020 +0200

    Fix ESLint errors related to new CKEditorError check.

commit 9f9556b7fa050bc5b7a2f072f2d9297a99bda481
Author: panr <radoslaw.koziel@gmail.com>
Date:   Wed Sep 2 13:11:33 2020 +0200

    Remove redundant code.

commit 898bf016f0736e13c92a6011497d428fd9e516e8
Author: panr <radoslaw.koziel@gmail.com>
Date:   Wed Sep 2 12:30:44 2020 +0200

    Introduce "imageInsert" plugin as wrapper for "imageUpload".

commit bd283ac476914a2af9a2f360d2dae44560b5843f
Merge: c9a384b9aa c5d9f21879
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Wed Sep 2 12:06:22 2020 +0200

    Merge stable into master

commit c5d9f21879a059456a24a66d4a738d64b50f86dc
Merge: 6493355d49 1b4889a083
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Wed Sep 2 12:06:04 2020 +0200

    Merge pull request #7990 from ckeditor/docs/link-convertion-guides

    Docs: Add cross-links to the conversion guides.

commit 1b4889a083d5818a03616149e831328b24c1b054
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Wed Sep 2 12:04:25 2020 +0200

    Docs: Minor corrections in cross-links. [skip ci]

commit 9c2fa59fda34ad6bc3ef2f618da7ad2f3cfa794f
Merge: 5a3ec121cd 16b499c2bc
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Wed Sep 2 11:16:51 2020 +0200

    Merge branch 'docs/link-convertion-guides' of github.com:ckeditor/ckeditor5 into docs/link-convertion-guides

commit 16b499c2bcff1d295f43c129f42b8eda9eefbaac
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Wed Sep 2 10:41:04 2020 +0200

    Add cross-links to the conversion guides.

commit c9a384b9aa8ec1925b81e689a0e64f6982dbd750
Merge: 603daefa2d 6493355d49
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Wed Sep 2 11:12:54 2020 +0200

    Merge stable into master

commit 6493355d49ef1d24c4c36735031b7ed9741d8e34
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Wed Sep 2 11:12:21 2020 +0200

    Docs: Conversion tutorial and API docs corrected. [skip ci]

commit 5a3ec121cd1dfad9d8541dd3978e2d3433f4ee7b
Author: Maciej Gołaszewski <jodator@jodator.net>
Date:   Wed Sep 2 10:41:04 2020 +0200

    Add cross-links to the conversion guides.

commit 603daefa2dd82e9cfeca39e380c7bb3762ecb48c
Author: Piotrek Koszuliński <pkoszulinski@gmail.com>
Date:   Wed Sep 2 09:36:43 2020 +0200

    Docs: Removed incorrect and superfluous comment. [skip ci]

commit b108acab66ad4e01417a77546a622dc1fd98b414
Merge: 1f5cc6f38f 9d43d15590
Author: CKEditor Bot <ckeditor-bot@cksource.com>
Date:   Tue Sep 1 14:41:57 2020 +0200

    Merge stable into master

commit 9d43d155907599340831236a7803beaf2712bb3d
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Tue Sep 1 14:41:23 2020 +0200

    Docs: Error messages and API docs corrected.

commit f37caf8d858202eba1094e172684831a21d9b545
Author: panr <radoslaw.koziel@gmail.com>
Date:   Tue Sep 1 13:50:49 2020 +0200

    Create ImageInsert plugin (step3).

commit 1f5cc6f38fe05bb9e55f417c9dbf1a34f6e83129
Merge: 74817a0606 b1085b2d50
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Tue Sep 1 13:11:33 2020 +0200

    Merge branch 'stable'

commit a3fa0a6a47d3f948f1d79d7de21dd97bf4d58fe8
Merge: 264951d797 d65bde57fc
Author: Kamil Piechaczek <pomek@users.noreply.github.com>
Date:   Tue Sep 1 12:49:51 2020 +0200

    Merge remote-tracking branch 'origin/master' into i/7799

commit ffdb38b2daafc2689b4f835f8855bf3434d41bca
Author: panr <radoslaw.koziel@gmail.com>
Date:   Tue Sep 1 12:49:32 2020 +0200

    Create ImageInsert plugin (step2).

commit 74817a06061ca5adc32308f7d2dec66a5e1c445b
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Tue Sep 1 12:40:56 2020 +0200

    Internal (ckeditor5): Bumped up the ckeditor5-dev-tests version in package.json.

commit d65bde57fc732bf823df1d515ddd8b05c1efaa0a
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Tue Sep 1 11:09:57 2020 +0200

    Docs (ckeditor5): Updated the Testing "environment guide" section about manual test runner options to keep it up-to-date.

commit c29b6ae9029b049efd439043c10b6994a93aada3
Author: panr <radoslaw.koziel@gmail.com>
Date:   Tue Sep 1 10:51:28 2020 +0200

    Create ImageInsert plugin (step1).

commit 8d9144868da603ee0479e376ede39e466cd08500
Author: panr <radoslaw.koziel@gmail.com>
Date:   Tue Sep 1 10:26:33 2020 +0200

    Bring back old ImageUpload component.

commit a5a4b933e8ecef2b25ddbf03d371b89f26490025
Merge: 1c0b5c978f 2ddf6a5624
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Tue Sep 1 10:01:27 2020 +0200

    Merge pull request #7979 from ckeditor/i/273-env-blink

    Feature (utils): Added a user-agent check for the Blink engine to the [`env`](https://ckeditor.com/docs/ckeditor5/latest/api/module_utils_env-env.html) module.

commit 1c0b5c978fc23f3ca5cccba7b89711469838c315
Merge: 23bf8607f6 5e5b42de4a
Author: Radek Kozieł <radoslaw.koziel@gmail.com>
Date:   Tue Sep 1 09:58:23 2020 +0200

    Merge pull request #7929 from ckeditor/i/7928-arrow-shadows

    Other: Balloon panel arrows pointing south should have realistic shadows. Closes #7928.

commit 8d3ac892e398279f2c65166c864cb218cb880f8d
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Tue Sep 1 09:44:41 2020 +0200

    Other (link): The link plugin will now have also auto linking feature enabled by default.

commit e83569e39c2037e3ea875d27a211a69b146ff9be
Author: Marek Lewandowski <m.lewandowski@cksource.com>
Date:   Tue Sep 1 09:38:37 2020 +0200

    Tests (link): Adjusted tests to also expect AutoLink plugin to be added.

commit 5e5b42de4a073c5507eaec456c130ee100894987
Merge: 9158708e45 23bf8607f6
Author: panr <radoslaw.koziel@gmail.com>
Date:   Tue Sep 1 09:32:54 2020 +0200

    Merge branch 'master' into i/7928-arrow-shadows

commit b1085b2d50b2b19fe3a3efcf1dd6e3bdd3e8c94b
Author: Anna Tomanek <a.tomanek@cksource.com>
Date:   Tue Sep 1 07:51:24 2020 +0200

    Docs: Image upload via URL guide section and API docs corrected. [skip ci]

commit 2ddf6a5624abfa3008eed1b54d5e573a4dfa9c7d
Author: Kuba Niegowski <j.niegowski@cksource.com>
Date:   Mon Aug 31 18:19:13 2020 +0200

    Added user agent check for Blink

commit 23bf8607f60f7c6e7315b687a34ce03dd7d0ea15
Merge: 288fb97e00 3cc72553ec
Author: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Date:   Mon Aug 31 16:59:12 2020 +…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Backspace does not remove all blocks in particular cases
2 participants