Skip to content

Merge #master to #release for testing phase#20123

Merged
pomek merged 213 commits into
releasefrom
master_to_release
May 6, 2026
Merged

Merge #master to #release for testing phase#20123
pomek merged 213 commits into
releasefrom
master_to_release

Conversation

@pomek
Copy link
Copy Markdown
Member

@pomek pomek commented May 6, 2026

🚀 Summary

Merge #master to #release for testing phase.

arkflpc and others added 30 commits March 6, 2026 12:18
…e-in-code-blocks

Disabled mention, emoji and slash commands in code blocks.
…k-followup

Fixed an edge case where mention is sometimes still displayed in a code block.
…bjects during content insertion, which could crash the editor when a permissive addAttributeCheck is used.
Mati365 and others added 25 commits April 27, 2026 13:23
* Rephrased LTS error code.

* Fixed wording.

Co-authored-by: Witek Socha <w.socha@cksource.com>
* Add code snippets to editor types guide.

* Wrap captions in the snippet footer.

* Polish some paragraphs.

* Fix console logs.

* Fix typo.

* Add missing imports.

* Update the date.

---------

Co-authored-by: Mateusz Gorzeliński <mateusz.gorzelinski@gmail.com>
…r-v2

Fix inconsistent marker boundary order v2
…ules/require-explicit-data-context linter rules.
Added docs for no-literal-dollar-root and require-explicit-data-context linter rules.
Co-authored-by: Mateusz Gorzeliński <mateusz.gorzelinski@gmail.com>
Added the `ViewDocument#getRoots()` method and editor root description configuration property
@pomek pomek requested a review from a team as a code owner May 6, 2026 08:27
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 7b4bc3e. Configure here.


if ( roots[ rootName ].initialData === undefined ) {
roots[ rootName ].initialData = getDataFromElement( sourceElements[ rootName ] );
roots[ rootName ].initialData = getDataFromElement( roots[ rootName ].element );
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Removed parameter still referenced in code example

High Severity

The sourceElements parameter was removed from the constructor( config ) signature, but the constructor body still references sourceElements in three places: Object.keys( sourceElements ) on lines iterating root names, and when constructing MultirootEditorUIView. The getDataFromElement call was correctly updated to roots[ rootName ].element, but the loop variables and the UI view instantiation were not. Anyone copying this tutorial code will get a ReferenceError at runtime. These references likely need to use roots instead.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 7b4bc3e. Configure here.

@pomek pomek merged commit d460253 into release May 6, 2026
3 checks passed
@pomek pomek deleted the master_to_release branch May 6, 2026 08:32
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.