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

Move insertionPoint state to block-editor store/rename existing insertionPoint to insertionCue #65098

Merged
merged 25 commits into from
Sep 26, 2024

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    3e599d2 View commit details
    Browse the repository at this point in the history
  2. Revert "Use index instead of insertionIndex"

    This reverts commit df849a9.
    jeryj committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    458c376 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aae2353 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    269fe53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b17df45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2462257 View commit details
    Browse the repository at this point in the history
  7. Remove note

    jeryj committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b06bddd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8136045 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a551d83 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a1765fe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5959cd8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3705906 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    72e8309 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    355a061 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    136c9a3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    867641e View commit details
    Browse the repository at this point in the history
  17. Renaming Insertion API for clarity

    - old block-editor insertionPoint becomes insertionCue (for the reducer and state value)
    - which opens up insertionPoint to be the real insertion point
    - so we can change getInserterInsertionPoint to getInsertionPoint
    - rename editor private getInsertionPoint to getInserter to more accurately describe its state
    - remove unnecessary deprecation
    jeryj committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    bfff2d4 View commit details
    Browse the repository at this point in the history
  18. Catch missed renamings

    jeryj committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4f262d1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    24a2aec View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8d6410c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    28e1596 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    a21fe77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98cf472 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d037772 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c48524 View commit details
    Browse the repository at this point in the history