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: v3.1.9
Choose a base ref
...
head repository: saadeghi/daisyui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.10
Choose a head ref
  • 4 commits
  • 8 files changed
  • 1 contributor

Commits on Jul 5, 2023

  1. Update version: 3.1.9

    saadeghi committed Jul 5, 2023
    Copy the full SHA
    3bd1dce View commit details

Commits on Jul 6, 2023

  1. docs: fix theme flash

    saadeghi committed Jul 6, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fc0f49c View commit details
  2. fix: #2055

    saadeghi committed Jul 6, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2443a12 View commit details
  3. chore(release): 3.1.10

    saadeghi committed Jul 6, 2023
    Copy the full SHA
    ace18bb View commit details
Showing with 14 additions and 6 deletions.
  1. +7 −0 CHANGELOG.md
  2. +1 −1 package.json
  3. +1 −1 src/components/styled/file-input.css
  4. +1 −1 src/components/styled/input.css
  5. +1 −1 src/components/styled/select.css
  6. +1 −1 src/components/styled/textarea.css
  7. +1 −1 src/docs/.env
  8. +1 −0 src/docs/src/app.html
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 3.1.10 (2023-07-06)


### Bug Fixes

* [#2055](https://github.com/saadeghi/daisyui/issues/2055) ([2443a12](https://github.com/saadeghi/daisyui/commit/2443a12c6dd7f35a72abaff004c1bf74f48516a0))

### 3.1.9 (2023-07-05)


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "daisyui",
"version": "3.1.9",
"version": "3.1.10",
"description": "daisyUI - Tailwind CSS Components",
"author": "Pouya Saadeghi",
"license": "MIT",
2 changes: 1 addition & 1 deletion src/components/styled/file-input.css
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
text-transform: var(--btn-text-case, uppercase);
}
&-bordered {
@apply border-base-200;
@apply border-opacity-20;
}
&:focus {
@apply outline outline-2 outline-offset-2 outline-base-content/20;
2 changes: 1 addition & 1 deletion src/components/styled/input.css
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
line-height: 1em;
}
&-bordered {
@apply border-base-200;
@apply border-opacity-20;
}
&:focus {
@apply outline outline-2 outline-offset-2 outline-base-content/20;
2 changes: 1 addition & 1 deletion src/components/styled/select.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.select {
@apply border border-base-content border-opacity-0 bg-base-100 pr-10 font-semibold rounded-btn;
&-bordered {
@apply border-base-200;
@apply border-opacity-20;
}
background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
linear-gradient(135deg, currentColor 50%, transparent 50%);
2 changes: 1 addition & 1 deletion src/components/styled/textarea.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.textarea {
@apply border border-base-content border-opacity-0 bg-base-100 rounded-btn;
&-bordered {
@apply border-base-200;
@apply border-opacity-20;
}
&:focus {
@apply outline outline-2 outline-offset-2 outline-base-content/20;
2 changes: 1 addition & 1 deletion src/docs/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_DAISYUI_VERSION=3.1.8
VITE_DAISYUI_VERSION=3.1.9
1 change: 1 addition & 0 deletions src/docs/src/app.html
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script>try{document.documentElement.setAttribute('data-theme',localStorage.getItem('theme'));}catch(e){}</script>
%sveltekit.head%
</head>
<body>