Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/details-menu-element
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.10
Choose a base ref
...
head repository: github/details-menu-element
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.11
Choose a head ref
  • 10 commits
  • 4 files changed
  • 2 contributors

Commits on Aug 9, 2021

  1. Close popup when checked item is clicked.

    We rely on change to commit the click, but change event won't happen if the item is already checked so shortcutting in that case to commit directly and close the menu.
    pablonete authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    4e0cf4c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Ignore input event that echoes the previous label event.

    This not only duplicates the details-menu-selected event but it also uses an updated input (so if it was not checked in the first event, it is already checked inthe echoed event).
    pablonete committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    8da4419 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Remove a empty constructor

    koddsson committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    a2e020e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c34a81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd77ee6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cd1298 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Merge pull request #53 from github/small-cleanup

    Update developer dependencies and fix small issues
    koddsson authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    cdcc019 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    855225b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #52 from github/close-popup-on-checked-clicked

    Close popup when checked item is clicked.
    koddsson authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    f4644c0 View commit details
    Browse the repository at this point in the history
  4. 1.0.11

    koddsson committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    04474bb View commit details
    Browse the repository at this point in the history
Loading