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: saadeghi/daisyui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.12.19
Choose a base ref
...
head repository: saadeghi/daisyui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.12.20
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Dec 9, 2024

  1. Update src/docs/.env

    saadeghi committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    29b58dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92eacff View commit details
    Browse the repository at this point in the history
  3. Prevent height change in Collapse component title (#3144)

    When toggling show/hide, if the title has a different background color than the content, and if there is lengthy content, you can see the title row/track grow during the animation before returning to its original size. Using `max-content` instead of `auto` in the grid-template-rows rule will lock the height of the title, so only the 2nd row (content) changes from `0fr` to `1fr`.
    figureone authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    f2cd7af View commit details
    Browse the repository at this point in the history
  4. chore(release): 4.12.20

    saadeghi committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    5df0174 View commit details
    Browse the repository at this point in the history
Loading