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

Autogenerate heading anchors #30825

Merged
merged 64 commits into from Oct 14, 2021
Merged

Autogenerate heading anchors #30825

merged 64 commits into from Oct 14, 2021

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    5cb5c9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca2f664 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    556f82b View commit details
    Browse the repository at this point in the history
  4. remove lodash dependency

    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    4a6acd4 View commit details
    Browse the repository at this point in the history
  5. Revert "remove lodash dependency"

    This reverts commit bf0517c.
    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    042a1aa View commit details
    Browse the repository at this point in the history
  6. add dom-ready dependency

    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    8c4be85 View commit details
    Browse the repository at this point in the history
  7. refactor everything

    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    766ef32 View commit details
    Browse the repository at this point in the history
  8. use useSelect

    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    3296651 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e6928c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1e5d3d7 View commit details
    Browse the repository at this point in the history
  11. Update e2e tests

    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    2d20135 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    69efbab View commit details
    Browse the repository at this point in the history
  13. typo

    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    e5af9c8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    15e04db View commit details
    Browse the repository at this point in the history
  15. Improve inline comments

    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    635eca9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4c03e1b View commit details
    Browse the repository at this point in the history
  17. Update packages/block-library/src/heading/edit.js

    Co-authored-by: Nik Tsekouras <ntsekouras@outlook.com>
    aristath and ntsekouras committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    abeaaaf View commit details
    Browse the repository at this point in the history
  18. Use blockEditorStore

    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    9f728c2 View commit details
    Browse the repository at this point in the history
  19. cs

    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    4579a72 View commit details
    Browse the repository at this point in the history
  20. refactor hook

    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    93b0d4d View commit details
    Browse the repository at this point in the history
  21. Update packages/block-library/src/heading/edit.js

    Co-authored-by: Nik Tsekouras <ntsekouras@outlook.com>
    aristath and ntsekouras committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    a9f6381 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    762af2c View commit details
    Browse the repository at this point in the history
  23. refactor - no prefix

    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    c3ccf1c View commit details
    Browse the repository at this point in the history
  24. update e2e

    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    47014dd View commit details
    Browse the repository at this point in the history
  25. bugfix

    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    cc34994 View commit details
    Browse the repository at this point in the history
  26. simplify

    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    4b9e037 View commit details
    Browse the repository at this point in the history
  27. fix for block transforms

    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    a1263d9 View commit details
    Browse the repository at this point in the history
  28. Improve generated slugs

    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    370409e View commit details
    Browse the repository at this point in the history
  29. bring back the prefix

    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    951480c View commit details
    Browse the repository at this point in the history
  30. Revert "update e2e"

    This reverts commit 792cfad.
    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    9953f70 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    694180e View commit details
    Browse the repository at this point in the history
  32. fix for empty/null anchors

    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    34d1721 View commit details
    Browse the repository at this point in the history
  33. use useEffect properly

    aristath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    50141d7 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    7e0f1d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1ad7c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c61d9a7 View commit details
    Browse the repository at this point in the history
  4. no need for this condition

    aristath committed May 5, 2021
    Configuration menu
    Copy the full SHA
    7d8c3ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00006fe View commit details
    Browse the repository at this point in the history
  6. remove prefix from tests

    aristath committed May 5, 2021
    Configuration menu
    Copy the full SHA
    7b8b783 View commit details
    Browse the repository at this point in the history
  7. alternative to useEffect

    aristath committed May 5, 2021
    Configuration menu
    Copy the full SHA
    516c400 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    842449d View commit details
    Browse the repository at this point in the history
  9. Revert "alternative to useEffect"

    This reverts commit 516c400.
    aristath committed May 5, 2021
    Configuration menu
    Copy the full SHA
    3ec7e1e View commit details
    Browse the repository at this point in the history
  10. only watch the content

    aristath committed May 5, 2021
    Configuration menu
    Copy the full SHA
    171f228 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    577feb6 View commit details
    Browse the repository at this point in the history
  12. yet another refactor

    aristath committed May 5, 2021
    Configuration menu
    Copy the full SHA
    5706771 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    60114f1 View commit details
    Browse the repository at this point in the history
  14. Typo was causing a crash

    aristath committed May 5, 2021
    Configuration menu
    Copy the full SHA
    0dbefeb View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    2a021a6 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    716b5a9 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    4f5c06e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    88cf66c View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    8c0e353 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    234abfc View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Configuration menu
    Copy the full SHA
    6535526 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    8f39085 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    43cc150 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    db12f78 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    5bb9302 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbabee8 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Use an object instead of Set

    aristath committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    98d29dc View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    b5cb1f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    2b1f215 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    79f49ff View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    b5b34a8 View commit details
    Browse the repository at this point in the history