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: tailwindlabs/heroicons
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.5
Choose a base ref
...
head repository: tailwindlabs/heroicons
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Jul 22, 2024

  1. Remove clip-path from 20/arrow-left-circle (#1211)

    At size 20, the `arrow-left-circle` icon was not displaying correctly in my Elixir Phoenix LiveView application.
    
    Comparing to the other `arrow-*-circle` icons of size 20, as well as the other sizes of `arrow-left-circle`, this is the only variant that contains a `clip-path`.
    
    Removing the clip-path allows the icon to display correctly.
    randycoulman authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    64e2368 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    thecrypticace committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    56c073c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Add React 19 support (#1247)

    * Add React 19 support
    
    * Update changelog
    reinink authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f327cbe View commit details
    Browse the repository at this point in the history
  2. 2.2.0

    reinink committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0435d4c View commit details
    Browse the repository at this point in the history
Loading