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

Implement Accordion Block Plugin #16

Open
wants to merge 77 commits into
base: trunk
Choose a base branch
from
Open

Commits on Jun 12, 2024

  1. Initial commit.

    jffng committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8897a61 View commit details
    Browse the repository at this point in the history
  2. Use interactivity API.

    jffng committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    bb67231 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Incorporate heading level.

    jffng committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e7bf6d4 View commit details
    Browse the repository at this point in the history
  2. Add text align.

    jffng committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    541f88a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    dbb822d View commit details
    Browse the repository at this point in the history
  2. Convert to HTML tag processor.

    jffng committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7a5c73c View commit details
    Browse the repository at this point in the history
  3. Make classnames consistent.

    jffng committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8c55763 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    1299625 View commit details
    Browse the repository at this point in the history
  2. Add toggle and format.

    jffng committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    71c3a4f View commit details
    Browse the repository at this point in the history
  3. allow text align to work.

    jffng committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6f30b69 View commit details
    Browse the repository at this point in the history
  4. Add layout support

    jffng committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    dfc4070 View commit details
    Browse the repository at this point in the history
  5. Downgrade wp-scripts for now.

    jffng committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    bce6ec9 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Add icon styles.

    jffng committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b38778a View commit details
    Browse the repository at this point in the history
  2. Use background as mask instead.

    jffng committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ecf287c View commit details
    Browse the repository at this point in the history
  3. Rename to accordion-item.

    jffng committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c206519 View commit details
    Browse the repository at this point in the history
  4. Format.

    jffng committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    12ee418 View commit details
    Browse the repository at this point in the history
  5. Format.

    jffng committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7db5ca6 View commit details
    Browse the repository at this point in the history
  6. Update colors.

    jffng committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    129713c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Add setting for icon position.

    jffng committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b6ff4be View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Allow no icon option.

    jffng committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    11d2c9a View commit details
    Browse the repository at this point in the history
  2. Replace with custom icon.

    jffng committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b03af8d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Convert to two blocks.

    jffng committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8126131 View commit details
    Browse the repository at this point in the history
  2. Refactor iAPI.

    jffng committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c27583c View commit details
    Browse the repository at this point in the history
  3. Fix icon display.

    jffng committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e6939c5 View commit details
    Browse the repository at this point in the history
  4. Remove unused CSS for now.

    jffng committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1a2728c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Make id more specific.

    jffng committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    180c4db View commit details
    Browse the repository at this point in the history
  2. Remove zip.

    jffng committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ec1b458 View commit details
    Browse the repository at this point in the history
  3. Remove comments.

    jffng committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4ebfc34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1db0e5f View commit details
    Browse the repository at this point in the history
  5. WIP.

    jffng committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d186c0a View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Fix array filtering bug.

    jffng committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c4f5737 View commit details
    Browse the repository at this point in the history
  2. Cleanup unused classes.

    jffng committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c098b30 View commit details
    Browse the repository at this point in the history
  3. Refactor so styles live at top level block and no need for textAlign.

    Remove unnecessary build files.
    jffng committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    cbd7dee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    185a97f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Simplify to accordion item.

    jffng committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    610031a View commit details
    Browse the repository at this point in the history
  2. Fix classes and format.

    jffng committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    8cb37fe View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

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

Commits on Jul 16, 2024

  1. Remove build files.

    jffng committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c78d40f View commit details
    Browse the repository at this point in the history
  2. Ignore package-lock

    jffng committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    cb175fe View commit details
    Browse the repository at this point in the history
  3. Remove editorconfig.

    jffng committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9880187 View commit details
    Browse the repository at this point in the history
  4. Adds css grid based animation.

    jffng committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    91889f5 View commit details
    Browse the repository at this point in the history
  5. Format.

    jffng committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1e1d4f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    49ed8a7 View commit details
    Browse the repository at this point in the history
  2. Add color support.

    jffng committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    f5f7227 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f06e5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    119f118 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Enable template locking.

    jffng committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    fd12f83 View commit details
    Browse the repository at this point in the history
  2. Enable open by default.

    jffng committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f491539 View commit details
    Browse the repository at this point in the history
  3. Clean up.

    jffng committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    5936210 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecb268c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    782b12b View commit details
    Browse the repository at this point in the history
  6. Support anchors.

    jffng committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e63b67f View commit details
    Browse the repository at this point in the history
  7. Fix aria implementation.

    jffng committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    7abda6a View commit details
    Browse the repository at this point in the history
  8. Bump version.

    jffng committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0988f95 View commit details
    Browse the repository at this point in the history
  9. Fix how styles are applied.

    jffng committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ab0a2a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    2b05962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86fb66f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3b1079 View commit details
    Browse the repository at this point in the history
  4. Fix icon color inheritance.

    jffng committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    80a866b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c40635 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Fix clip and fillRule.

    jffng committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    245a2bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d2821a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d8373b View commit details
    Browse the repository at this point in the history
  4. Fix icon.

    jffng committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    75d516e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5169077 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Rename.

    jffng committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8929342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5b4a3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a289d2e View commit details
    Browse the repository at this point in the history
  4. Improve insertion UX.

    jffng committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    90344a3 View commit details
    Browse the repository at this point in the history
  5. Add back hidden html attribute.

    jffng committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    fac32de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a62f44 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    81add00 View commit details
    Browse the repository at this point in the history
  2. More sensible placeholders.

    jffng committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9e604cf View commit details
    Browse the repository at this point in the history
  3. Fix ariaHidden -> aria-hidden.

    jffng committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1da0a51 View commit details
    Browse the repository at this point in the history
  4. Bump minor version.

    Bump version.
    jffng committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    20ad058 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Force margin on wrapper div.

    jffng committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    7338b2d View commit details
    Browse the repository at this point in the history