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

Initial implementation of <details> block #23940

Closed
wants to merge 18 commits into from
Closed

Commits on Aug 12, 2020

  1. Initial implementation of <details> block

    George Hotelling committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    175515c View commit details
    Browse the repository at this point in the history
  2. Add keyword and fix block.json

    George Hotelling committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    0ed201e View commit details
    Browse the repository at this point in the history
  3. Replaced <details> in the editor with an accessible facimile

    George Hotelling committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    91e73de View commit details
    Browse the repository at this point in the history
  4. Use CSS to place Twistie icon, move open/close state entirely to focu…

    …s status
    George Hotelling committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    aea3c7c View commit details
    Browse the repository at this point in the history
  5. Remove open attribute

    George Hotelling committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    6db0c25 View commit details
    Browse the repository at this point in the history
  6. Add open toggle to InspectorControls, plus small fixes

    George Hotelling committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    aa7d3dc View commit details
    Browse the repository at this point in the history
  7. Fix initialOpen on save

    George Hotelling committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    dd5158b View commit details
    Browse the repository at this point in the history
  8. prettier

    George Hotelling committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    193b35d View commit details
    Browse the repository at this point in the history
  9. Rotate twistie instead of using two glyphs

    George Hotelling committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    565c44a View commit details
    Browse the repository at this point in the history
  10. Add test fixture

    George Hotelling committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    399d054 View commit details
    Browse the repository at this point in the history
  11. Rename content attr to summaryContent

    George Hotelling committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    f47fc4c View commit details
    Browse the repository at this point in the history
  12. Linter

    George Hotelling committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    b1198d4 View commit details
    Browse the repository at this point in the history
  13. Using a summary element in the edit view

    George Hotelling committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    da5b639 View commit details
    Browse the repository at this point in the history
  14. Fixed space bar for RichText in Firefox

    George Hotelling committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    ac83185 View commit details
    Browse the repository at this point in the history
  15. Add faq to keywords

    George Hotelling committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    37aeb92 View commit details
    Browse the repository at this point in the history
  16. Align open/close toggle

    George Hotelling committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    6cbb404 View commit details
    Browse the repository at this point in the history
  17. Improve description

    George Hotelling committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    1077a2f View commit details
    Browse the repository at this point in the history
  18. Add icon.

    jasmussen committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    623dbdd View commit details
    Browse the repository at this point in the history