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

feat(editor): add store prop #214

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

feat(editor): add store prop #214

wants to merge 7 commits into from

Commits on Sep 26, 2024

  1. fix(editor): remove deprecated incomingPatches$ prop

    It's been deprecated for years. Time to remove it now that `patches$` is
    getting deprecated as well.
    christianhg committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7e36b2b View commit details
    Browse the repository at this point in the history
  2. feat(editor): add store prop

    The `store` is a new, experimental way of interacting with and listening to
    events from the editor.
    
    So far it's only used to send patches into the editor.
    christianhg committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    606793f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ac111b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8241e92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6518f10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    360a2e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81a666c View commit details
    Browse the repository at this point in the history