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: zenorocha/clipboard.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.10
Choose a base ref
...
head repository: zenorocha/clipboard.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.11
Choose a head ref
  • 10 commits
  • 12 files changed
  • 5 contributors

Commits on Feb 18, 2022

  1. Bump follow-redirects from 1.14.7 to 1.14.8 (#798)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    88bb463 View commit details
    Browse the repository at this point in the history
  2. Bump karma from 6.0.0 to 6.3.14 (#797)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    2d11cf1 View commit details
    Browse the repository at this point in the history
  3. Bump pathval from 1.1.0 to 1.1.1 (#796)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    67067f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

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

Commits on Apr 22, 2022

  1. chore(deps): bump minimist from 1.2.5 to 1.2.6 (#803)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    98c96a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Fix type for copy function (#795)

    Co-authored-by: Shabai Liu <[email protected]>
    shabailiu and Shabai Liu authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    9b0c87b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. chore(deps): bump ansi-regex from 3.0.0 to 3.0.1 (#806)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 4, 2022
    Configuration menu
    Copy the full SHA
    c7c7fda View commit details
    Browse the repository at this point in the history
  2. Fix #805 don't blur() the trigger after a clipboard action (#807)

    * Remove the `blur()` following a clipboard action
    
    It's pointless to set `focus()` on the trigger first, if in the next step you're just going to `blur()` the active element anyway.
    
    * Tweak test to not expect active element to be body
    
    Since it's now not `blur()`ing anymore
    
    * Fix test
    
    see #807 (comment)
    patrickhlauke authored May 4, 2022
    Configuration menu
    Copy the full SHA
    08169bc View commit details
    Browse the repository at this point in the history
  3. Support more HTML input types. Close #800 (#808)

    * Support more HTML input types.
    
    * Improve test description. Remove .only
    
    * Apply logic only when target is an input element
    obetomuniz authored May 4, 2022
    Configuration menu
    Copy the full SHA
    21db725 View commit details
    Browse the repository at this point in the history
  4. 2.0.11

    obetomuniz committed May 4, 2022
    Configuration menu
    Copy the full SHA
    2b2f9ee View commit details
    Browse the repository at this point in the history
Loading