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/filter-input-element
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: github/filter-input-element
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 13 commits
  • 9 files changed
  • 7 contributors

Commits on Jan 21, 2020

  1. Configuration menu
    Copy the full SHA
    2e7b211 View commit details
    Browse the repository at this point in the history
  2. Fix repo name

    muan committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    8c478a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. add chromium

    theinterned authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    1c33388 View commit details
    Browse the repository at this point in the history
  2. fix incorrect type

    theinterned authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    838cbdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    647a8f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1593069 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Merge pull request #4 from github/theinterned/install-chromium

    Use chromium for karma tests
    theinterned authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    f3b2374 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    25eadc1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from github/add-release-action

    Add a release action
    Kristján Oddsson authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    356be59 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. move AOR to primer

    keithamus authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    5c2cda0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from github/move-AOR-to-primer

    move AOR to primer
    manuelpuyol authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    d4dada4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. feat(types): add filter-input to HTMLElementTagNameMap

    Adding `filter-input` to the global `HTMLElementTagNameMap` interface is the type-level equivalent of registering the tag in the global registry. Since it is now recognized as a globally-available element, it enables stronger types when using `<filter-input>` directly, or adding event listeners, etc.
    nberlette authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c4a6e6c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from nberlette/feat-tagname-map

    feat(types): add `filter-input` to HTMLElementTagNameMap
    keithamus authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    a2cc735 View commit details
    Browse the repository at this point in the history
Loading