docs(editor): move inputs, runtime events to legacy features#643
Open
lancesnider wants to merge 7 commits intomainfrom
Open
docs(editor): move inputs, runtime events to legacy features#643lancesnider wants to merge 7 commits intomainfrom
lancesnider wants to merge 7 commits intomainfrom
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
lancesnider
commented
Apr 30, 2026
Comment on lines
-8
to
-13
| <Warning> | ||
| **DEPRECATION NOTICE:** This entire page documents the legacy Events system. | ||
| **For new projects:** Use [Data Binding](/runtimes/data-binding) instead. | ||
| **For existing projects:** Plan to migrate from Events to Data Binding as soon | ||
| as possible. **This content is provided for legacy support only.** | ||
| </Warning> |
Collaborator
Author
There was a problem hiding this comment.
This isn't true. Events are still valid, just not for communicating with the runtime code.
ErikUggeldahl
requested changes
Apr 30, 2026
Contributor
ErikUggeldahl
left a comment
There was a problem hiding this comment.
Some minor things to consider, mostly around clarity! Thanks for doing this.
Collaborator
Author
|
@ErikUggeldahl I chatted with Hernan and Robert and ended up redoing a bunch of this. Most importantly, we're deprecating general events. 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Inputsout of the main nav, into theLegacy Featuresdropdown at the bottom of the sidebar.Eventspage says Events are deprecated, which they are not.Eventsinto 2 pages - one for valid events, one for the legacyEvents at runtimeThe
Eventspage still needs a lot of love, but this at least gets rid of incorrect info.