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.4.24
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.5.0
Choose a head ref
  • 12 commits
  • 10 files changed
  • 5 contributors

Commits on Dec 24, 2023

  1. Update src/docs/.env

    saadeghi committed Dec 24, 2023
    Copy the full SHA
    23acb71 View commit details

Commits on Dec 26, 2023

  1. docs: disable store banner

    saadeghi committed Dec 26, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9c22dfd View commit details
  2. changelog

    saadeghi committed Dec 26, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    115bfd1 View commit details
  3. docs

    saadeghi committed Dec 26, 2023
    Copy the full SHA
    1b12933 View commit details

Commits on Dec 27, 2023

  1. store

    saadeghi committed Dec 27, 2023
    Copy the full SHA
    8664a57 View commit details

Commits on Dec 28, 2023

  1. Update pl.json (#2706)

    Minor adjustments
    kbilak authored Dec 28, 2023
    Copy the full SHA
    d3763ab View commit details
  2. Copy the full SHA
    c122353 View commit details

Commits on Dec 29, 2023

  1. Copy the full SHA
    01be811 View commit details
  2. Copy the full SHA
    3449d17 View commit details
  3. Copy the full SHA
    2e54712 View commit details

Commits on Jan 2, 2024

  1. Copy the full SHA
    0471a04 View commit details
  2. chore(release): 4.5.0

    saadeghi committed Jan 2, 2024
    Copy the full SHA
    2b3ba63 View commit details
22 changes: 12 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,22 +2,30 @@

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

## 4.5.0 (2024-01-02)


### Features

* added some Chinese translations ([#2707](https://github.com/saadeghi/daisyui/issues/2707)) ([c122353](https://github.com/saadeghi/daisyui/commit/c12235317c1b182a464a75ebefd670000c4da36e))


### Bug Fixes

* prose code fallback color for old browsers. closes: [#2715](https://github.com/saadeghi/daisyui/issues/2715) ([0471a04](https://github.com/saadeghi/daisyui/commit/0471a04d3d1b5ee2b946b5bfb1ddb8894ea7affc))

## 4.4.24 (2023-12-24)


### Bug Fixes

* [#2634](https://github.com/saadeghi/daisyui/issues/2634) compile base colors ([#2635](https://github.com/saadeghi/daisyui/issues/2635)) ([ae4807b](https://github.com/saadeghi/daisyui/commit/ae4807b94408453ecd0f373c6343572efc984b16))
* [#2682](https://github.com/saadeghi/daisyui/issues/2682) ([49c6389](https://github.com/saadeghi/daisyui/commit/49c638938d81e9aaefb725348831ef3c02d0d75f))
* unwanted background color in `.prose pre>code` ([5d6daf3](https://github.com/saadeghi/daisyui/commit/5d6daf32c57a7d5060ab7b2b27bf8f490276e2b1))

## 4.4.23 (2023-12-20)


### Bug Fixes

* [#2634](https://github.com/saadeghi/daisyui/issues/2634) compile base colors ([#2635](https://github.com/saadeghi/daisyui/issues/2635)) ([ae4807b](https://github.com/saadeghi/daisyui/commit/ae4807b94408453ecd0f373c6343572efc984b16))
* [#2682](https://github.com/saadeghi/daisyui/issues/2682) ([49c6389](https://github.com/saadeghi/daisyui/commit/49c638938d81e9aaefb725348831ef3c02d0d75f))

## 4.4.22 (2023-12-20)

@@ -74,12 +82,6 @@ All notable changes to this project will be documented in this file. See [commit

- `drawer-content` overflow when there's a table. closes: [#2262](https://github.com/saadeghi/daisyui/issues/2262) [#1914](https://github.com/saadeghi/daisyui/issues/1914) ([1c7e786](https://github.com/saadeghi/daisyui/commit/1c7e78666dc3ce79dbe8486933997b88556b7a0b))

## 4.4.13 (2023-11-28)

### Bug Fixes

- `drawer-content` overflow when there's a table. closes: [#2262](https://github.com/saadeghi/daisyui/issues/2262) [#1914](https://github.com/saadeghi/daisyui/issues/1914) ([1c7e786](https://github.com/saadeghi/daisyui/commit/1c7e78666dc3ce79dbe8486933997b88556b7a0b))

## 4.4.12 (2023-11-28)

### Bug Fixes
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": "4.4.24",
"version": "4.5.0",
"description": "daisyUI - Tailwind CSS Components",
"author": "Pouya Saadeghi",
"license": "MIT",
5 changes: 4 additions & 1 deletion src/components/styled/typography.css
Original file line number Diff line number Diff line change
@@ -20,8 +20,11 @@
& :where(code):not(:where([class~="not-prose"] *, pre *)) {
padding: 1px 8px;
border-radius: var(--rounded-badge);
background-color: theme(colors.base-content/0.1);
font-weight: initial;
background-color: theme(colors.base-content/0.1);
@supports not (color: oklch(0 0 0)) {
background-color: theme(colors.base-300);
}
}
& :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before,
& :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
2 changes: 1 addition & 1 deletion src/docs/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_DAISYUI_VERSION=4.4.23
VITE_DAISYUI_VERSION=4.4.24
2 changes: 1 addition & 1 deletion src/docs/src/components/Navbar.svelte
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@
</script>

<svelte:window bind:scrollY />
{#if true}
{#if false}
<div class="bg-base-100 flex justify-center rounded-sm p-1">
<a
href="/store/"
5 changes: 3 additions & 2 deletions src/docs/src/lib/data/store.js
Original file line number Diff line number Diff line change
@@ -6,9 +6,9 @@ export const productCustomAttributes = {
},
142623: {
screenshot: "/images/store/screenshots/saas-landingpage.png",
tech: ["html", "alpine", "vite", "daisyui", "tailwind"],
tech: ["html", "react", "svelte", "alpine", "daisyui", "tailwind"],
originalprice: 4000,
tags: [],
tags: ["React + Svelte versions added"],
},
130237: {
screenshot: "/images/store/screenshots/auth.png",
@@ -25,6 +25,7 @@ export const tech = {
html: "HTML",
alpine: "Alpine.js",
react: "React",
svelte: "Svelte",
vite: "Vite",
framer: "Framer Motion",
daisyui: "daisyUI",
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ layout: components
import { replace } from '$lib/actions';
</script>

<Translate text="Radial progress needs `--value` CSS variable to work.<br />To change the size, use `--size` CSS variable which has a default value of `4rem`.<br />To change the thickness, use `--thickness` CSS variable which is 10% of the size by default.<br />" />
<Translate text="Radial progress needs `--value` CSS variable to work.<br />To change the size, use `--size` CSS variable which has a default value of `5rem`.<br />To change the thickness, use `--thickness` CSS variable which is 10% of the size by default.<br />" />

<div class="alert alert-info text-sm mt-2">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="stroke-info-content shrink-0 w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
1 change: 0 additions & 1 deletion src/docs/src/routes/store/+layout.server.js
Original file line number Diff line number Diff line change
@@ -38,7 +38,6 @@ export async function load({ params }) {
return parseInt(b.id) - parseInt(a.id)
})
}
console.log(storeInfo.discounts.data)
return {
tech,
products: storeInfo.products,
16 changes: 8 additions & 8 deletions src/docs/src/translation/pl.json
Original file line number Diff line number Diff line change
@@ -309,7 +309,7 @@
"Make your theme": "Stwórz swój motyw",
"More examples": "Więcej przykładów",
"Support daisyUI's development": "Wspieraj rozwój daisyUI",
"The most popular": "Najbardziej popularny",
"The most popular": "Najbardziej popularna",
"component library": "biblioteka komponentów",
"for Tailwind CSS": "dla Tailwind CSS",
"daisyUI adds component class names to Tailwind&nbsp;CSS<br /> so you can make beautiful websites <span class='border-base-content/20 border-b-2'>faster than ever.</span>": "daisyUI dodaje nazwy klas komponentów do Tailwind&nbsp;CSS<br /> dzięki czemu możesz tworzyć piękne strony internetowe <span class='border-base-content/20 border-b-2'>szybciej niż kiedykolwiek.</span>",
@@ -361,9 +361,9 @@
"fewer class names": "mniej nazw klas",
"HTML size": "Rozmiar HTML",
"smaller DOM size": "Mniejszy rozmiar DOM",
"Highly customizable": "Wysoko konfigurowalny",
"Highly customizable": "Wysoko konfigurowalna",
"Powered by Tailwind&nbsp;CSS utility&nbsp;classes": "Napędzany przez klasy narzędziowe Tailwind&nbsp;CSS",
"daisyUI is built on top of Tailwind&nbsp;CSS so you can customize everything using utility classes.": "daisyUI jest zbudowany na bazie Tailwind&nbsp;CSS, dzięki czemu możesz dostosować wszystko za pomocą klas narzędziowych.",
"daisyUI is built on top of Tailwind&nbsp;CSS so you can customize everything using utility classes.": "daisyUI jest zbudowana na bazie Tailwind&nbsp;CSS, dzięki czemu możesz dostosować wszystko za pomocą klas narzędziowych.",
"Pure CSS.": "Czysty CSS.",
"Framework agnostic.": "Neutralny wobec frameworków.",
"Works everywhere.": "Działa wszędzie.",
@@ -376,17 +376,17 @@
"Apply_your_own_design_decisions_part_5": "decyzje",
"Your website should be unique. Create a custom theme for yourself using daisyUI theme generator. The colors you pick will be applied to all daisyUI components.": "Twoja strona internetowa powinna być unikalna. Stwórz niestandardowy motyw dla siebie za pomocą generatora motywów daisyUI. Wybrane przez Ciebie kolory zostaną zastosowane do wszystkich komponentów daisyUI.",
"Learn more about themes": "Dowiedz się więcej o motywach",
"utility classes": "klasach narzędziowych",
"utility classes": "klas narzędziowych",
"endless possibilities": "nieskończone możliwości",
"Mix and match daisyUI class names to create unique web pages.": "Łącz i dopasuj nazwy klas daisyUI, aby tworzyć unikalne strony internetowe.",
"daisyUI is the most popular<br />component library for Tailwind&nbsp;CSS": "daisyUI to najpopularniejsza<br />biblioteka komponentów dla Tailwind&nbsp;CSS",
"open-source projects using daisyUI": "projekty open-source korzystające z daisyUI",
"Free and open-source": "Darmowy i open-source",
"Built by the community": "Zbudowany przez społeczność",
"daisyUI welcomes contributions from developers around the world": "daisyUI serdecznie witamy wkłady od programistów z całego świata",
"Free and open-source": "Darmowa i open-source",
"Built by the community": "Zbudowana przez społeczność",
"daisyUI welcomes contributions from developers around the world": "daisyUI dziękuje za wkład deweloperom z całego świata",
"Sponsors and backers": "Sponsorzy i zwolennicy",
"Try daisyUI": "Wypróbuj daisyUI",
"on your favorite framework": "na swoim ulubionym frameworku",
"on your favorite framework": "w swoim ulubionym frameworku",
"See all examples": "Zobacz wszystkie przykłady",
"Or play with daisyUI on": "Lub pobaw się daisyUI na",
"Admin panel": "Panel administratora",
4 changes: 4 additions & 0 deletions src/docs/src/translation/zh_hans.json
Original file line number Diff line number Diff line change
@@ -460,8 +460,12 @@
"Using a hidden <code>&lt;input type='checkbox'&gt;</code> and <code>&lt;label&gt;</code> to check/uncheck the checkbox and open/close the modal": "使用隐藏的 <code>&lt;input type='checkbox'&gt;</code> 和 <code>&lt;label&gt;</code> 来选中/取消选中复选框并打开/关闭模态框",
"Using <code>&lt;a&gt;</code> anchor links: A link adds a parameter to the URL and you only see the modal when the URL has that parameter": "使用 <code>&lt;a&gt;</code> 锚点链接:链接向 URL 添加一个参数,只有当 URL 具有该参数时,您才会看到模态框",
"This component is deprecated and will be removed in the next major version. Use <a class='link' href='/components/join/'>Join</a> instead.": "这个组件已经被弃用,并且将在下一个主要版本中被移除。请使用 <a class='link' href='/components/join/'>Join</a> 代替。",
"Playground": "示例",
"Store": "商店",
"Blog": "博客",
"Resources": "资源",
"Sponsors": "赞助商",
"Support daisyUI": "赞助 daisyUI",
"Use daisyUI from CDN": "使用 daisyUI CDN",
"How to use daisyUI from a CDN?": "如何使用 daisyUI CDN?",
"etc.": "等等。",