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

Add Table of Contents block #21040

Closed
wants to merge 39 commits into from
Closed

Commits on Mar 20, 2020

  1. Copy changes from pull request WordPress#15426 (WordPress#15426).

    Adds Table of Contents block to the editor.
    
    Code contributions in this commit entirely made by ashwin-pc, originally based on the
    "Guidepost" block by sorta brilliant (https://sortabrilliant.com/guidepost/).
    SeanDS committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    e5bea61 View commit details
    Browse the repository at this point in the history
  2. Update packages/block-library/src/table-of-contents/utils.js

    Co-Authored-By: Zebulan Stanphill <[email protected]>
    SeanDS and ZebulanStanphill authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    ba40205 View commit details
    Browse the repository at this point in the history
  3. Update packages/block-library/src/table-of-contents/utils.js

    Co-Authored-By: Zebulan Stanphill <[email protected]>
    SeanDS and ZebulanStanphill authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    ba5c43a View commit details
    Browse the repository at this point in the history
  4. Update packages/block-library/src/table-of-contents/utils.js

    Co-Authored-By: Zebulan Stanphill <[email protected]>
    SeanDS and ZebulanStanphill authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    8507968 View commit details
    Browse the repository at this point in the history
  5. Update packages/block-library/src/table-of-contents/utils.js

    Co-Authored-By: Zebulan Stanphill <[email protected]>
    SeanDS and ZebulanStanphill authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    50df5b5 View commit details
    Browse the repository at this point in the history
  6. Update packages/block-library/src/table-of-contents/utils.js

    Co-Authored-By: Zebulan Stanphill <[email protected]>
    SeanDS and ZebulanStanphill authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    4c650b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

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

Commits on Mar 25, 2020

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

Commits on Mar 26, 2020

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

    SeanDS committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    4fce9a1 View commit details
    Browse the repository at this point in the history
  3. Reword description

    SeanDS committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    cb3e495 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcfc383 View commit details
    Browse the repository at this point in the history
  5. Change variable name

    SeanDS committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    f6aeb36 View commit details
    Browse the repository at this point in the history
  6. Add comment

    SeanDS committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    366d7bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0648776 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29e3c05 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5cfade2 View commit details
    Browse the repository at this point in the history
  10. Simplify expression

    SeanDS committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    b89368d View commit details
    Browse the repository at this point in the history
  11. Remove unused function

    SeanDS committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    b82a9e5 View commit details
    Browse the repository at this point in the history
  12. Remove unused style

    SeanDS committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    7e4a236 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Remove unnecessary style

    SeanDS committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    10d49be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32a376a View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-Authored-By: Daniel Richards <[email protected]>
    SeanDS and talldan authored Mar 27, 2020
    Configuration menu
    Copy the full SHA
    e49f28d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    becb1a9 View commit details
    Browse the repository at this point in the history
  5. Remove non-existent import

    SeanDS committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    e7f3dae View commit details
    Browse the repository at this point in the history
  6. Make imports explicit

    SeanDS committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    8cbe8fc View commit details
    Browse the repository at this point in the history
  7. Remove unused function

    SeanDS committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    36adc5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45ee5f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    04e0df2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    afacffc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    796900a View commit details
    Browse the repository at this point in the history
  12. Don't change state on save

    SeanDS committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    d31534c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6d1d82c View commit details
    Browse the repository at this point in the history
  14. Newline

    SeanDS committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    a96a5dc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    00255a0 View commit details
    Browse the repository at this point in the history
  16. Update test data

    SeanDS committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    af0f900 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Configuration menu
    Copy the full SHA
    9c73d7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99bbe0b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

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