Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add color-scheme: dark for "dark" themes #698

Closed
whoisYeshua opened this issue Apr 9, 2022 · 0 comments
Closed

Feature Request: Add color-scheme: dark for "dark" themes #698

whoisYeshua opened this issue Apr 9, 2022 · 0 comments
Labels

Comments

@whoisYeshua
Copy link

whoisYeshua commented Apr 9, 2022

Hi, this project is awesome. I think UX can be improved if we add color-scheme support. This will mainly affect Chromium users on Windows. If the user has set the dark\halloween\black\dracula, etc theme now, then the scrollbar remains light.

Example (Chromium)

This is how the scrollbar looks in the current version (without a settled color-scheme), with default behavior equal to color-scheme: light:
Imgur

This is how the scrollbar looks with a settled color-scheme (color-scheme: light for Light theme and color-scheme: dark for Dark theme):
Imgur
So, color-scheme: light is equal to default behavior (if we didn't set color-scheme). In this case, it's enough just to add color-scheme: dark for dark themes.

Solution

Something like this:

/* src/colors/themes.js */

 "[data-theme=dark]": {
    colorScheme: "dark",
    primary: "#661AE6",
    ...
}

Affect

Browser OS Comment
Chromium (Chrome, Edge and etc) Windows (11, 10 and mb 8) Default scheme (light) for dark & light themes. So, for the Chromium browser, we need to set color-scheme: dark for dark themes. But this may affect other elements which rely on default styles like select (mentioned below)
Firefox Windows (11, 10, and mb 8) Looks like Firefox display scrollbar style and other elements style based on background-color. In the current version of daisyui all looks fine (dark scroll for dark themes and light scroll for light themes) and even adding color-scheme: dark for dark themes won't change anything
Chromium (Chrome, Edge, etc) macOS Use default macOS scroll (darkgray Thumb), so it looks ok for Dark and Light. But if we add color-scheme: dark Thumb become lightgray, its looks good with Dark theme, and make Black theme more accessible
Firefox macOS Also use the default macOS scrollbar theme based on background-color (like on Windows)
Safari macOS Same as Chromium

Problems

As I mentioned above, we have problems with select options (Chromium - Windows).

How select options look (Dark theme) in the current version:

Imgur

How do select options look (Dark theme) if we settled color-scheme: dark:

Imgur

So, I thought that we should also add dark color for the disabled option when dark themes are enabled.

@whoisYeshua whoisYeshua changed the title Add color-scheme: dark for "dark" themes Feature Request: Add color-scheme: dark for "dark" themes Apr 9, 2022
@saadeghi saadeghi added the colors label Apr 9, 2022
inorganik pushed a commit to inorganik/daisyui that referenced this issue Feb 7, 2023
saadeghi added a commit that referenced this issue Jun 1, 2023
commit bf7b1d8914fff816f9913cb78c01f5c10662c420
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue May 30 21:11:35 2023 +0300

    docs

commit 7f0ae9c3bfb973be308245c4d795dddaf126ec80
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sun May 28 21:46:22 2023 +0000

    Update version

commit 50b8d36acd5d1367554b2ee8bab7adaed4ac19d4
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon May 29 00:44:51 2023 +0300

    chore(release): 2.52.0

commit 202b914bdde2419c03a22fa884da77cde26fa757
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon May 29 00:44:23 2023 +0300

    update gitignore

commit 721ea6c4d3eef06d969ae47a018ca4327163b038
Author: Amir Hossein Karimi <amir.hossein7464@gmail.com>
Date:   Mon May 29 01:12:23 2023 +0330

    fix: tooltip z-index (#1810)

    Fixes bug: tooltip z-index should be greater than `<th>` element #1798

commit bfdf1c2ad75df17157cd05bb8026fdf91896243e
Author: Amir Hossein Karimi <amir.hossein7464@gmail.com>
Date:   Mon May 29 01:11:47 2023 +0330

    fix: btn no-animation size change on click (#1809)

commit 9c2bca25c0203adee35c3f2aa71ce6709764cf09
Author: Amir Hossein Karimi <amir.hossein7464@gmail.com>
Date:   Mon May 29 01:11:41 2023 +0330

    fix: btn-group right-to-left direction border radius (#1804)

commit 9a8bd4525a7d293ab637692bfa7b4114d21e4f2a
Author: Joff Tiquez <jofftiquez@gmail.com>
Date:   Sun May 28 20:44:05 2023 +0800

    chore(docs): Update button.svelte.md (#1838)

    Make medium size explicitly documented in the button sizes section.

    Resolves https://github.com/saadeghi/daisyui/issues/1837

commit 0bf3f4ead3a560e595be37f1ec9ad6767a55544a
Author: Wenish <Wenish@users.noreply.github.com>
Date:   Thu May 4 07:49:36 2023 +0200

    feat: use for border radius -box instead of -xl so they can match mit theme configuration (#1779)

commit a2925a282b30fd11a3a86a934847a0973bf64e6b
Author: pipizhu <62830430+debugtheworldbot@users.noreply.github.com>
Date:   Thu Apr 27 19:46:19 2023 +0800

    fix: safari radio transition (#1776)

commit 187f72674c3d7c1be54183df7513565eb9498b44
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Apr 24 20:57:31 2023 +0000

    Update version

commit caa9ed0a7c84d74fbb4fc717893057b0e794263e
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Apr 24 23:56:11 2023 +0300

    chore(release): 2.51.6

commit d00c7658802a3c97b24c6ad2ce952572390b3af4
Author: Alen Ajam <alen.ajam4@gmail.com>
Date:   Mon Apr 24 22:55:52 2023 +0200

    fix: #778 fixed border radius of menu and submenu with only child (#1713)

commit 52a516289f37ea5f191badf39ffa226a703f472c
Author: Efe Hıdır <42965116+efehidir@users.noreply.github.com>
Date:   Mon Apr 24 23:52:59 2023 +0300

    Update table.css (#1770)

    'position: sticky' should be listed after 'position: -webkit-sticky'
    ![img](https://i.imgur.com/rUz0Dj0.png)

commit 37bca23444bc9e4d304362c14b7088f9a08f1c74
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Apr 13 04:35:18 2023 +0300

    docs: add coming soon badge

commit 5c725a0778dd119c2016b8ea31bc1077a20e8c3b
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Apr 4 22:39:01 2023 +0300

    Update collapse.svelte.md

commit d3844eecc2677243706e65417de1ab4231b38eb1
Author: Manav <manav.sg1@gmail.com>
Date:   Wed Apr 5 04:43:40 2023 +1000

    Fix: collapse class to uses the correct prefix (#1733)

    The code examples in the docs weren't using the reactive prefix for the `collapse` component.

    This fixes the issue.

commit 51d669d285ef78b95408156a36b4c70195bb4cb2
Author: Manav <manav.sg1@gmail.com>
Date:   Tue Mar 28 22:38:54 2023 +1100

    Fix: `image-full` modifier uses the correct prefix (#1718)

    The code examples in the docs weren't using the reactive prefix for the `image-full` modifier.

    This fixes the issue.

commit 02c125552eb68aa17aac8459d1ebfdedbc0dc897
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Mar 21 17:14:06 2023 +0000

    Update version

commit b1661b51fc16ccb13c6b97ab02007cac4f845cf1
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Mar 21 20:12:29 2023 +0300

    chore(release): 2.51.5

commit ef1941ea1dee945ad3ebb672bd5dcf38388efa8b
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Mar 21 20:12:22 2023 +0300

    fix: #1700

commit 48b10e8ce3885539a9d35d1f9cc947068efb532b
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Mar 15 10:56:32 2023 +0000

    Update version

commit b7bcffcda565f925e6f0212e280f3885b6834501
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Mar 15 13:55:01 2023 +0300

    chore(release): 2.51.4

commit 60893db4ba13d50812ee287da158a0f45cc69a50
Author: Nazanin Reihani <6875585+nazaninreihani@users.noreply.github.com>
Date:   Wed Mar 15 06:54:02 2023 -0400

    fix: #1666, fix: #1691 - Button group responsive classes not working properly. (#1676)

commit 6bce24e770b913153d98c3536a82146777ffd896
Author: Semyon Okulov <67464545+scffs@users.noreply.github.com>
Date:   Sun Mar 12 18:15:07 2023 +0700

    `Респонсивный` -> `Отзывчивый` (#1685)

    I think `Responsive` means that components and anything else adapt to different devices. In the Russian community, we call it `Responsive design` or `Adaptive design` (Responsive design or Adaptive design)

commit f65463c3a4d4e8de33596c8a30f8c6bd9e7c7cef
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sun Mar 5 10:57:19 2023 +0300

    Update data.js

commit 68a4c695bfbdd51b3c34ef20a9b356642e976b95
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Mar 1 16:09:47 2023 +0000

    Update version

commit 6c5b223460d5acad5cb22ac24172712a791961f0
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Mar 1 19:08:15 2023 +0300

    chore(release): 2.51.3

commit ca82b9bafe4e8f11ebdc70bc7cb0c2b82caf222e
Author: Amirsina Shadkami <amirsina23@gmail.com>
Date:   Wed Mar 1 19:37:32 2023 +0330

    fix: #1569 extend breadcrumb support for an ordered list (#1648)

commit 0f94f76949f59f4809c21b082491b59a41f5606f
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Feb 27 13:43:35 2023 +0000

    Update version

commit e91bd59bed86777077724e13d66dde9017369df7
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Feb 27 16:42:07 2023 +0300

    chore(release): 2.51.2

commit d075a2e372ce2e06b22b3f759471e3546167546d
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Feb 27 16:38:54 2023 +0300

    fix: #1640

commit 0d490d6887b7a077343642765a7c29567dfeade0
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Feb 25 11:46:47 2023 +0000

    Update version

commit a1857d11532ea1207e6de60b1f1516b45d24229b
Merge: 0728cc1a3 d2a66f36b
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Feb 25 14:45:19 2023 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit 0728cc1a37d521c02310b26f26798f2d5cf3f559
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Feb 25 14:45:14 2023 +0300

    chore(release): 2.51.1

commit cc16946039c5786552b71e8dd437d9b976a5d88a
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Feb 25 14:45:07 2023 +0300

    fix: transition delay of the background colors on input, select and textarea (#1606)

commit d2a66f36b359f1711eec61e3ce23c8705754da52
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Feb 22 18:47:28 2023 +0000

    Update version

commit 25b450fcedbc6990ddf0d0821158e25dce1c8c61
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Feb 22 21:45:54 2023 +0300

    Update CHANGELOG.md

commit 7e936b15f3b7313a3f6e64d67df579ae8eb41e84
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Feb 22 21:43:11 2023 +0300

    chore(release): 2.51.0

commit 23bedf165e02a8c02d99f6d1314a967acf44aa05
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Feb 22 21:43:05 2023 +0300

    improve .tab-disabled

commit 4be87529d03647b05151bdfe67eaef1b7236be4c
Author: sfinktah <sfinktah@github.spamtrak.org>
Date:   Thu Feb 23 05:24:53 2023 +1100

    tab-disabled (#1605)

commit 0c648f2d45bcd00021c11a1eb44b636a46d79e5c
Author: Francesco Franchina <cescus92@gmail.com>
Date:   Wed Feb 22 19:23:53 2023 +0100

    fix: border-radius in now applied to all tabs (tabs-boxed) (#1626)

commit 1b39afbbb61b1ba37f5291dbbffc5a3578a0a110
Author: Soorria Saruva <soorria.ss@gmail.com>
Date:   Thu Feb 23 05:23:05 2023 +1100

    fix: #1366 add type for daisyui plugin (#1469)

    * fix: #1366 add type for daisyui plugin

    * fix: remove unused reference directive

    * fix: remove tailwind-config.d.ts since config type augmentation is flaky

commit 24393bea633e42dbccd111cac4d3b12e67f5c6c8
Author: Aditi Maheshwari <adimaheshwari2207@gmail.com>
Date:   Wed Feb 22 02:18:34 2023 +0530

    Fix: #1613

    * jsk-code-snippet

    * jsk-code-snippet

commit 9c5a490f9d3722afb66e1b8d84cfe73fbc0b0144
Author: Sergiu Gabura <sgabura@blackflamedigital.com>
Date:   Tue Feb 21 16:46:34 2023 +0200

    Update input.svelte.md (#1625)

    add better alt labels text

commit 4188ded155e4dd2a1feb12964b2038131813e88d
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Feb 20 03:51:42 2023 +0000

    Update version

commit 24befde5e2231c36b390f562efe5a90eb031021c
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Feb 20 06:50:26 2023 +0300

    chore(release): 2.50.2

commit 3176faa1911331dab1063a695e99dd0fe92479bf
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Feb 20 06:50:20 2023 +0300

    fix: #1617

commit 41c8b5ba8ba2e7b484bd21b87e5185c577c07fe1
Author: Gabriel Hall <76796897+Adrastopoulos@users.noreply.github.com>
Date:   Tue Feb 14 12:17:31 2023 -0500

    fix: typo compatibility (#1602)

    Co-authored-by: Gabriel Hall <adrastopoulos@gmail.com>

commit 083639164c80b63dca86d6081126c1228185632b
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Feb 14 14:06:51 2023 +0000

    Update version

commit cbc2cf5fcaf31c16968fee95693aecdf22cc3b96
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Feb 14 17:05:16 2023 +0300

    chore(release): 2.50.1

commit b086eba6132a0c078869afb4ac423403c8d8d5c5
Merge: be3d1009c c173e759c
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Feb 14 17:05:08 2023 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit be3d1009c59df5d17a438b698a1784188ec4b70b
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Feb 14 17:05:00 2023 +0300

    docs: fix theme dropdown default value when page loads

commit fe5fb3bb49384d9b11158f999cb76edeec6fb8bd
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Feb 14 17:04:05 2023 +0300

    fix: #1598

commit c173e759cbeed70408307e8077482e8a0d8a1576
Author: Bidyut Maji <37476977+Bidyutmaji@users.noreply.github.com>
Date:   Sat Feb 11 04:34:38 2023 +0530

    Modal using anchor link - Add comment for JSX (#1580)

    In Modal using anchor link section add proper comment

commit 766ce39685e611ef3dfb400b632fffc4f514a39b
Author: Cadu de Castro Alves <cadudecastroalves@gmail.com>
Date:   Sat Feb 11 00:03:31 2023 +0100

    Fix small error in the description (#1588)

    Text should be primary instead of secondary

commit 79e5ba8feec60cc517b61ba230bf9a9fb907141c
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Feb 3 05:37:32 2023 +0300

    Update README.md

commit 0ba96a89477a9a218b9df6a53826c3325b065301
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Feb 1 13:10:16 2023 +0000

    Update version

commit 365097e666f0ecf6db375bb10548f7780678792e
Merge: 32f48dfb8 2426a2b14
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Feb 1 16:08:47 2023 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit 32f48dfb8f10888984458c121a2b04eeca820125
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Feb 1 16:08:42 2023 +0300

    chore(release): 2.50.0

commit df41fbc24c518df0a0b0b18c9493e8b805f96306
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Feb 1 16:08:29 2023 +0300

    fix: #1567 remove `rating` border radius on mobile

commit c8c7353da8306846742ec99bd5f2842d580f84f3
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Feb 1 15:33:41 2023 +0300

    fix: #1564 collapse arrow in RTL mode

commit bec2094a63c17fe7d2ad72967e30706f0035894a
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Feb 1 15:14:29 2023 +0300

    fix: #1560 `menu-title` opacity and color inheritance

commit 2426a2b14d04bcb4458a7feefa3060fbf7e36001
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Jan 30 15:22:01 2023 +0300

    Update bug-report.yml

commit 55cd65f69647fc612332f6fc77a78786c786d40d
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Jan 28 17:04:48 2023 +0300

    add Qwik example

commit 7df61735f7c517b2ffd3131a1d5dfe06b6319eb8
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Jan 27 17:35:11 2023 +0300

    fix: indicator white space

commit 469cb2c9d409b70f8fb0174c19563617ed8ec00d
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Jan 27 17:35:01 2023 +0300

    fix: #1562

commit 91838781f821d1eb12e19cff1972ebc0d6730125
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Jan 25 15:54:29 2023 +0000

    Update version

commit dd50a9bbd25c628f73c2b0641fb4ca42a70d45cd
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Jan 25 18:52:52 2023 +0300

    chore(release): 2.49.0

commit 1c7640bef75d569bdf209bdec94f16a9604bb057
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Jan 25 18:52:41 2023 +0300

    fix: #1070

commit f9be36aef9029536f64d523141dd6be81d796bb8
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Jan 25 18:11:43 2023 +0300

    Update theme-generator.svelte

commit 47723271cc6d01f567541977c8e34b0e40fd272b
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Jan 25 18:06:41 2023 +0300

    Update theme-generator.svelte

commit 2be29cdb02f2f184a501951db12a5f73e2cd390d
Merge: aacbca5e7 706e22214
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Jan 25 17:11:58 2023 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit aacbca5e7fb631db04a16779934d0d23a11a149f
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Jan 25 17:11:43 2023 +0300

    Update CHANGELOG.md

commit 706e222149fdca33770ca2be73e505fe5fe1f603
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Jan 25 14:10:39 2023 +0000

    Update version

commit d4fcccaed2cfc64f76e96df61e732a8fd4f6da99
Merge: 81ca2f378 d4fc4b2dd
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Jan 25 17:08:56 2023 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit d4fc4b2dd3de397f5a0922fb28e615eb484ad1f3
Author: Marcel Hoppe <hobbypunk90@users.noreply.github.com>
Date:   Wed Jan 25 14:12:14 2023 +0100

    Fix bordered menu entry on sub menus (#1536)

commit 81ca2f378d34a82bf168ef5b1cf8f986c632fb9d
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Jan 25 16:11:34 2023 +0300

    Update CHANGELOG.md

commit 75ba360f91b7f88171b6847b289fc6f63ce755b4
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Jan 25 16:09:35 2023 +0300

    chore(release): 2.48.0

commit 4262fe9686a7c6492e6a50ed456155634e649ed5
Merge: 175d1f544 7c955dcef
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Jan 25 16:09:20 2023 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit 7c955dceffa79a13732ce2aaa65d68767eb2edcb
Author: Thaddeus Jiang <thaddeusjiang@gmail.com>
Date:   Wed Jan 25 22:08:48 2023 +0900

    textarea-<size> (#1542)

    * textarea-<size>

    * docs: ✏️ textarea-<size>

commit 175d1f544b65accd12d1bc79901be01d1ff5a79c
Merge: 8d68a8f2d 48a548d4f
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Jan 25 16:03:17 2023 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit 48a548d4ff610b71c2b41888b4b22eae9d05637a
Author: Roger Lucas <rogeriolucas@gmail.com>
Date:   Wed Jan 25 10:02:53 2023 -0300

    open/close tooltip controller (#1501)

commit 8d68a8f2d4527bf07fabdf95749e7408859bf0aa
Merge: 8fce093bc 93670562e
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Jan 25 14:25:10 2023 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit 8fce093bc11eb7814bc7bdfc0b9dcc61f65db417
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Jan 25 14:25:02 2023 +0300

    fix: #1551

commit 93670562ecdcbab67b6ba69da2c14d2558f59015
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Jan 25 11:07:30 2023 +0000

    Update version

commit 128ec26c963059683cb0864327b6249dcebfa8b0
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Jan 25 14:06:04 2023 +0300

    chore(release): 2.47.1

commit 146242af13a6f43781a24f36c8665f2c50aa06d4
Merge: 99a2eb622 959333fea
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Jan 25 14:05:43 2023 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit 99a2eb622d982692eeca4665d4f4c971a2b0eff2
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Jan 25 14:05:23 2023 +0300

    use `--tw-content` for `tooltip` content so it can be styled using utility classes

commit 959333fea0338d60882530b26eb138b3d7962bae
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Jan 23 07:20:45 2023 +0300

    Update config.yml

commit 1ae5eb805db7d95c1c8906865d63d310dcd58fbf
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Jan 23 07:19:51 2023 +0300

    Create documentation-issue.yml

commit 1779cc0b68582c418481b0ca6211c5b47e8e3a0e
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Jan 23 07:15:24 2023 +0300

    Create bug-report.yml

commit f1f124c8fe1ebbbff0b76850801b5e28cfde5a49
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Jan 23 06:16:34 2023 +0300

    Update config.yml

commit 06e76b2fc83aa3d2ccff39bef8bf00330eaf746a
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Jan 23 06:14:07 2023 +0300

    Update config.yml

commit 38c4663e10552d07a54176133726fd92973303ed
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Jan 23 06:13:32 2023 +0300

    Update config.yml

commit 5ca3a6b05a50c7bee77ba279e41463140117aece
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Jan 23 06:07:22 2023 +0300

    Update config.yml

commit 6141e597ebe0cab539ae9e53d4cb0a3201ce62d4
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Jan 23 06:03:43 2023 +0300

    Update config.yml

commit 95fc11d04c8ae8ebef30381c5109b0cb523a7df6
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Jan 23 05:58:55 2023 +0300

    Update config.yml

commit 0eee6791aa23fb9e78d0e473e11ff2c595124c57
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Jan 23 05:53:19 2023 +0300

    Create config.yml

commit f09b8e2ded46ad0762211773344712799517b4df
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Jan 16 13:35:37 2023 +0000

    Update version

commit f0c73d50273489e01f138ea737a452e656dd3d5a
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Jan 16 16:34:16 2023 +0300

    chore(release): 2.47.0

commit 433f97d02cb7a21dc93b372bc41d15a8a2f85609
Merge: 36d27f096 4fbba9380
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Jan 16 16:34:04 2023 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit 36d27f096f41ce43733002f4e617be7ecb1883ca
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Jan 16 16:33:59 2023 +0300

    Feat: More precise Hex to HSL conversion .Now HSL values round to 5 decimal places instead of 0

commit 4fbba93808f7a2a36c09f3057e2c2bd1552a8b3d
Author: cohu.dev <65804288+cohu-dev@users.noreply.github.com>
Date:   Mon Jan 9 23:01:02 2023 -0800

    fix(docs): update and improve japanese translation (#1510)

    * fix(docs): update and improve japanese translation

    * fix(docs): fix a mistake

commit e2857f74a1f3f5f8d7bb8130aa429ce15297895c
Author: Dara <61889617+koolskateguy89@users.noreply.github.com>
Date:   Mon Jan 9 15:18:05 2023 +0000

    fix(docs): Bordered menu item preview has incorrect class (#1505)

commit c610b99c311bb95b06b170ae136891eef0e79049
Author: Ridvan Chasan <36571711+rich-info@users.noreply.github.com>
Date:   Sat Jan 7 11:31:21 2023 +0100

    Update Search docs component to show search icon (#1493)

    It is more intuitive for the user to immediately recognize the search box. That is why the icon is always displayed.

commit 763726cb6c3eabed70eef2a3af6202328fb51ebc
Author: João Palmeiro <joaommpalmeiro@gmail.com>
Date:   Thu Jan 5 12:29:51 2023 +0000

    fix(docs): typos in the Portuguese translation (#1482)

    * fix(docs): two typos in the Portuguese translation

    * Update pt.json

    * Update pt.json

    * Update pt.json

    * Update pt.json

commit 1651c2af55b03987148b10e0cb6617db6b602f13
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Jan 2 01:34:46 2023 +0000

    Update version

commit 414055260fe584758f0a6890df6ac39e93133227
Merge: 96d3eaecc 9737c767e
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Jan 2 04:33:35 2023 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit 96d3eaecc347e827e6a477d32e920d622acf6560
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Jan 2 04:33:28 2023 +0300

    chore(release): 2.46.1

commit ed02fcf086f82bc7f4829c7f52a82898e7c2de62
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Jan 2 04:33:17 2023 +0300

    docs: add missing class names for `menu`

commit 9737c767ea20f81f793ce5fe67cec11252aa303b
Author: kumitatepazuru <43287589+kumitatepazuru@users.noreply.github.com>
Date:   Mon Dec 26 03:05:39 2022 +0900

    update japanese translation (#1459)

commit 70296201e55929642df5113074d9aa655ff203dc
Merge: e830669c2 b566eaa91
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Dec 22 18:47:03 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit e830669c2cd40bc5d2975b007e7470ea0a232ac4
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Dec 22 18:46:58 2022 +0300

    update nuxt example

commit b566eaa9156b6509823b3f00abc0611826f5195d
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Dec 20 13:29:09 2022 +0000

    Update version

commit 4b3b16897e05b910f90485e8eadcff689a7a6ddb
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Dec 20 16:27:48 2022 +0300

    chore(release): 2.46.0

commit de603c3ececae4dbfe6ca30cfff070df69b2ec86
Merge: 636057b27 b2109cb99
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Dec 20 16:27:35 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit 636057b27ae66db3f6f2a9b2700b828979597c65
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Dec 20 16:27:30 2022 +0300

    fix: #1445

commit b2109cb991504517d1da03099f8d8e5c4fa8ac75
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Dec 15 14:45:33 2022 +0000

    Update version

commit 8716abb2cb11d07913a14183bafa1ef59c008756
Merge: ac6499b81 93d6e5e50
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Dec 15 17:44:06 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit ac6499b810e975ed9736fc025586c2c53615fed4
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Dec 15 17:43:52 2022 +0300

    chore(release): 2.45.0

commit efacaf87eb0f1d465fd6e849e8f05d9de4251559
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Dec 15 17:43:47 2022 +0300

    fix: #1438

commit 93d6e5e5084e483507c70e94f90db1990a85f727
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Dec 15 14:38:03 2022 +0000

    Update version

commit c550f337355bd87edec0ef492e3a9b5bad1f8862
Merge: d81f0b9ad 9ac67b0af
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Dec 15 17:36:06 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit d81f0b9ad5359a77dbceb43e156bf2df699e252f
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Dec 15 17:35:55 2022 +0300

    chore(release): 2.44.0

commit a6fa00dd03aaf41cc8b7e9a604b0b7ca64c063ce
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Dec 15 17:35:45 2022 +0300

    fix: #1401

commit 9ac67b0afeb433a9f7fc66778db9ecd96f9fb1a8
Author: Matheus Sá <67447102+MatheusSaS@users.noreply.github.com>
Date:   Tue Dec 13 00:47:24 2022 -0300

    Adjust translation (#1432)

    Adjust translation

commit 055f5496dcb352a8aff66bc6696cc6747cb11d2d
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Dec 12 21:16:14 2022 +0000

    Update version

commit 0307833c78b11df58047f46642687126aac5b20a
Merge: a210ec5f9 e5224b1b6
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Dec 13 00:15:01 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit a210ec5f9db6bb20b4edc794e57c4de8dfe98f06
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Dec 13 00:14:14 2022 +0300

    chore(release): 2.43.2

commit 80bb227de102e2159199d5c61a09b8f5d90a220a
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Dec 13 00:13:29 2022 +0300

    Revert "fix: #1426 collapse uses focus-within instead of focus (#1428)"

    This reverts commit 20c9c3077df20354dc391bcf630af7cb1e3e169a.

commit e5224b1b6400920489041023cdfef7f8b737e90a
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Dec 12 16:37:50 2022 +0000

    Update version

commit 5c75db3bb9d625e2cdacafdf3d625e71b1a506e4
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Dec 12 19:36:24 2022 +0300

    chore(release): 2.43.1

commit 20c9c3077df20354dc391bcf630af7cb1e3e169a
Author: Casual Coder <15980905+cslcdr@users.noreply.github.com>
Date:   Mon Dec 12 16:25:13 2022 +0000

    fix: #1426 collapse uses focus-within instead of focus (#1428)

commit 641c39d8a3ce094a2c1f0d27a5cfa7f4826f9710
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Dec 9 22:13:53 2022 +0300

    Update en.json

commit a4976b527abf1ef51bf221065ecb9283b4b3cdfd
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Dec 9 15:38:43 2022 +0000

    Update version

commit 9562c505c8321da523faf57f9cd6dfcde8a4a0fb
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Dec 9 18:36:57 2022 +0300

    chore(release): 2.43.0

commit 7ec7d3b9d60d3d18fbf7b1d9b402ee0b29924510
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Dec 9 18:36:41 2022 +0300

    docs: update homepage content

commit a1e80eb5f1ac042ba9b3e1203347b7a2d4622321
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Dec 9 18:06:55 2022 +0300

    docs: update themes.svelte.md

commit 9c5d5e0564cb0797611c5b4b2f583e7a10e89163
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Dec 9 17:50:26 2022 +0300

    update docs

commit 148354de739c1730e413d790168bba59695d4048
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Dec 9 17:50:19 2022 +0300

    update logs and package.json

commit f5e8ca76fda95f0945b4f587ae186540cff1c2cc
Merge: 1f9f4d8f3 17573c87a
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Dec 9 16:42:33 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit 1f9f4d8f34e0caa381f5fcb898d34395397e4aec
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Dec 9 16:42:27 2022 +0300

    fix: #1417

commit 17573c87a978171554ae29f8936240b5505a7785
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Dec 7 17:01:40 2022 +0300

    Update publish.yml

commit 742f2807155cf496345e0f0b6d26fc17856b763a
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Nov 24 14:34:57 2022 +0000

    Update version

commit fc98fe6481dd738b431bb36427cc9d74f124a322
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Nov 24 17:33:25 2022 +0300

    chore(release): 2.42.1

commit 3887c6e7f1e71362c1d49649597bfa7ee985fd7e
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Nov 24 17:33:14 2022 +0300

    fix: RTL style for `chat`

commit 5355e77fba4a939e5623f23bec4e5153f1656725
Merge: aaaf9bbe4 d7cfa85de
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Nov 24 13:37:13 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit aaaf9bbe45018b56e166da6fb0bf9fa23599e2f3
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Nov 24 13:37:11 2022 +0300

    Update __layout.svelte

commit d7cfa85de16ac67dbb4e2926c21de457bdd74886
Author: imanmalekian31 <58827166+imanmalekian31@users.noreply.github.com>
Date:   Thu Nov 24 12:04:25 2022 +0330

    chore(readme): :memo: Update readme (#1385)

commit d56b787cffa15505dea8eec869194d33bb8baeb0
Merge: 729f0948c ee4c4a341
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Nov 24 02:09:02 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit 729f0948c638d9ae4722e4a9de550a3c34c5498d
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Nov 24 02:08:55 2022 +0300

    Create chat.jpg

commit ee4c4a341c7beae51a778d08b4957b0410ad0245
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Nov 23 22:56:44 2022 +0000

    Update version

commit 33e488189830f978b0c4341cb496b6a220db733e
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Nov 24 01:54:22 2022 +0300

    chore(release): 2.42.0

commit 522bc5ebf4fe6d4ec4e9ac8236c63fe10e250d8f
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Nov 24 01:54:12 2022 +0300

    feat: Add new component `chat`

commit 0d3f5520c8c2f8c572968735bae287df6b4be14d
Merge: ced3ae9b3 6785ebba0
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Nov 23 21:33:57 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit 6785ebba0bd8d80dfc2755d31bc1bebc22518a0b
Author: imanmalekian31 <58827166+imanmalekian31@users.noreply.github.com>
Date:   Wed Nov 23 22:03:33 2022 +0330

    Feat/chat bubble (#916)

    * feat(chat-bubble): :sparkles: Add chat bubble styles

    * docs(chat-bubble): :memo: Add chat bubble readme

commit ced3ae9b3eb392c07952152c0106a6f2347d79eb
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Nov 23 21:31:43 2022 +0300

    Fix: #1384 (visible scrollbar in drawer-end animation)

commit 0b28dcfc974823e559103bc4daed16af7a30d4fa
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Nov 23 21:04:16 2022 +0300

    Update __layout.svelte

commit c94f0b3da0953b7e6f8ffd30bec5eaf02954db10
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Nov 16 13:22:27 2022 +0300

    prettier config

commit 20d6209399cc01496ff5a7db1bd5f14289fdeaf1
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Nov 16 13:06:33 2022 +0300

    prettier config

commit 8186e6fd9ea4723b6a69c63146ad114d6cf084ac
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Nov 16 08:44:44 2022 +0000

    Update version

commit 694846d11e726b1f2cffdae3d47fa3593f82169b
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Nov 16 11:43:28 2022 +0300

    Update CHANGELOG.md

commit fa2885bf17da42b7aef494e19403f303bfe3f3c9
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Nov 16 11:41:52 2022 +0300

    chore(release): 2.41.0

commit 8636cb98fa5916a2b308b88788371a558cd72e46
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Nov 16 11:41:35 2022 +0300

    fix: #1361

commit e5d30bd63f9bdd0df9bf6d3c1472521358b68b44
Merge: ba29944a2 a497115f1
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Nov 16 10:22:23 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit a497115f15e0e01e399a3bf30f8eba62d343d8c7
Author: Bastiaan Verhaar <3987804+bastiaanv@users.noreply.github.com>
Date:   Wed Nov 16 08:21:48 2022 +0100

    🐛 fix(bottom-navigation): When item in active state, it sits lower than the non-active items by 2 pixels (#1355)

    * 🐛 fix(bottom-navigation): Bottom navigation respects the iOS safe-area

    * 💄 style: Restore syntax

    * 🐛 fix(bottom-navigation): When item in active state, it sits lower than the non-active items by 2 pixels

    * 🐛 restore: Moved some old code

commit ba29944a2cca3032b469e4601c3c9019d120a004
Merge: bf84cb701 5cce2f8a4
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Nov 16 10:20:09 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit bf84cb70122fea80a220d09f5d109a8c16946ee5
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Nov 16 10:20:00 2022 +0300

    fix: #1342

commit 5cce2f8a44c0417156bf357e3baa37fd528f79d3
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Nov 14 11:03:29 2022 +0000

    Update version

commit 173dbbc411b8290adada0d1508988a863a3fea8d
Merge: 0078ebaff 9e111b966
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Nov 14 14:02:10 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit 0078ebaff4a31985131b630db2ad8b1913a781b1
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Nov 14 14:02:03 2022 +0300

    chore(release): 2.40.1

commit f938fe31cd1628ec0ba3e48ba8cd7fcdcfc95c29
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Nov 14 14:01:44 2022 +0300

    fix: border radius of file input on Safari

commit 9e111b9666ef62f6c2b0eeee4654516c5c33ba84
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Nov 14 09:32:26 2022 +0000

    Update version

commit 74856f41a09aada7037715ca7dc530d0468764c5
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Nov 14 12:31:04 2022 +0300

    Update CHANGELOG.md

commit d8b519df48d8cd777e5a51a920a29406b4acdba7
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Nov 14 12:29:18 2022 +0300

    chore(release): 2.40.0

commit 0ca52b575220c100e8526d9b8a2c6316e70a4af8
Merge: c5b691478 c6231687d
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Nov 14 12:28:30 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit c6231687d43688bf9ff630d46f4faed53febad1e
Author: Lorenzo Lewis <lorenzo_lewis@icloud.com>
Date:   Mon Nov 14 09:28:07 2022 +0000

    fix: #1350 File Input Button for Safari (#1351)

commit c5b6914782f00db9c4d6dc2ee67443908d9d2f8c
Merge: a4783e109 cbeaa6024
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Nov 14 12:27:43 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit cbeaa60242e67ce72db4bc28d69f6b7ab5dec4e2
Author: Beer van der Drift <beerdrift@gmail.com>
Date:   Mon Nov 14 10:26:01 2022 +0100

    fix: remove collapse-content cutoff (#1352)

commit a4783e10912e13ea74deafedcca131c1738d7a58
Merge: 49f129d20 662ce0ec3
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Nov 14 12:08:54 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit 662ce0ec3fbe13dc408e2e145da488d0d5320ae1
Author: Bastiaan Verhaar <3987804+bastiaanv@users.noreply.github.com>
Date:   Mon Nov 14 10:07:42 2022 +0100

    🐛 fix(bottom-navigation): Bottom navigation respects the iOS safe-area (#1354)

    * 🐛 fix(bottom-navigation): Bottom navigation respects the iOS safe-area

    * 💄 style: Restore syntax

commit 49f129d2006faa4ac33a08acf01e3d91b1789624
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Nov 14 11:59:03 2022 +0300

    Update publish.yml

commit 5c0528ce10ee0f047998b56c7f3cdfad8afb6783
Author: github-actions <action@github.com>
Date:   Fri Nov 11 10:51:08 2022 +0000

    Update version

commit ea04e3c846de44289245661a1b7b0959677377d4
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Nov 11 13:48:52 2022 +0300

    chore(release): 2.39.1

commit 8d15ee1814880f3adc29198d0f65e0e03eeeb9ad
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Nov 11 13:25:51 2022 +0300

    fix: #1334

commit 6f03fe76a3769aab6c5efff5e410dc13ccf3e6df
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Nov 11 13:13:04 2022 +0300

    fix: #1342

commit da48099559254a7e3a554a5d8a316dd8428bf138
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Nov 11 12:52:57 2022 +0300

    fix: #1344

commit c96f5b7f63ddcbe2cb386e3aae268f92d2bd96a3
Author: github-actions <action@github.com>
Date:   Wed Nov 9 15:07:55 2022 +0000

    Update version

commit 99417820950c30a1e5cc9e66bba8693adef07f49
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Nov 9 18:06:15 2022 +0300

    chore(release): 2.39.0

commit af8e43c2792129f190aafca0d55922e61ebf9d5c
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Nov 9 18:05:46 2022 +0300

    fix: #1308

commit d5a795a68e727628d97279bbaa4a18bc6ab65bff
Author: MentalGear <2837147+MentalGear@users.noreply.github.com>
Date:   Wed Nov 9 15:40:18 2022 +0100

    fix: #436, add smooth closing animation

commit 2ff81fea1cdc44be94e7b91cc48120633dca75d0
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Nov 8 17:56:26 2022 +0300

    docs: update translate files

commit ab1ec5287f59b505dc0706c88e58c3cd1782d0b6
Author: Ayanava Karmakar <karmakarayanava2021@gmail.com>
Date:   Tue Nov 8 20:12:12 2022 +0530

    fix(docs): missing periods + minor changes (#1328)

    * fix(docs): fixed punctuation + grammar stuff

    * fix(docs): added missing periods

    * fix(docs): missing periods

    * fix(docs): missing period

    * fix(docs): missing period

commit 4175f3616fc111c31203d62b81851156677bb00c
Author: Richard Strand <richard@strand.me.uk>
Date:   Mon Nov 7 18:54:56 2022 +0000

    docs: Fix table-zebra description (#1325)

commit 9708966544070bf32259dc8060f155903fa9a7da
Author: github-actions <action@github.com>
Date:   Sat Nov 5 17:51:59 2022 +0000

    Update version

commit c37567c509b44fd16d4aff553d3bb9b063239d97
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Nov 5 20:50:36 2022 +0300

    chore(release): 2.38.1

commit de4af145e224e7d139bbe7336de9f9950046b71e
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Nov 5 20:50:24 2022 +0300

    fix: #1279

commit f2b53e0e0c0d0ac6cd604a4ededa8c2775420a81
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Nov 5 19:23:04 2022 +0300

    Update data.js

commit fa9c3c35283ba6440e9918b52a66400403b5a12f
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Nov 5 17:46:59 2022 +0300

    fix: #1322

commit 16dabd86366bde20bc8ede58ae3ec0a502ada17a
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Nov 5 01:19:17 2022 +0300

    docs: remove `overflow-y-auto` from drawer examples

commit 3d4255d6a5476f735d73e5bb1a8012c114396499
Author: github-actions <action@github.com>
Date:   Tue Nov 1 15:15:06 2022 +0000

    Update version

commit b53ce90246117eed049aaa98637d82ebaca4acad
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Nov 1 18:13:28 2022 +0300

    chore(release): 2.38.0

commit 89434c2c8cda6fb66c69446c555de21e6c3d74dd
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Nov 1 18:03:04 2022 +0300

    fix: #1267

commit 10786e66d176a897261cfa9b0984e04569ce2140
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Nov 1 18:01:08 2022 +0300

    feat: Card no longer has `overflow: hidden`. Instead, the figure will adapt the card border radius, fix: #1175

commit 40bab427ea49247ba621d8d7ca256c161689977e
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Nov 1 17:31:34 2022 +0300

    fix: #698, feat: Now dark themes have `color-scheme` for scrollbars etc.

commit 0626701a0fccf4fa31462d513c7e5cee3a0e3905
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Nov 1 17:18:02 2022 +0300

    fix: #1050

commit 34782ce2725a476008872d59c2c22918f39a22a8
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Nov 1 16:31:47 2022 +0300

    fix: #1245

commit b53fa5cb53a9264fa4ee7f6b36ec53cc14c5dc4d
Merge: f343ed4fd e628bed9f
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Nov 1 16:04:57 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit f343ed4fd5b0f3a677f7ae138e4fd006110631a1
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Nov 1 16:04:34 2022 +0300

    fix: #1302

commit e628bed9f62001466d2bb5107acce165f37f3370
Author: github-actions <action@github.com>
Date:   Mon Oct 31 18:59:38 2022 +0000

    Update version

commit eb97c0747994bbfe9d0e1b590821102b4ac1caa6
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Oct 31 21:58:19 2022 +0300

    chore(release): 2.37.0

commit ae6162560593836cb8454c7757a12ac50e75adf1
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Oct 31 19:20:39 2022 +0300

    fix: #875

commit fe0d2018033e4b41db301273eccf7fa06371b666
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Oct 31 18:59:15 2022 +0300

    fix: #1266

commit be35220973fd75f93e57327ae160e4c468ce1634
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Oct 31 18:55:24 2022 +0300

    fix: #1148

commit d7688ccaa914aa9a559ab9fba6def246ee34d8c6
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Oct 31 18:50:30 2022 +0300

    fix: #762, feat: `darkTheme` config now can be `false` to disable `prefers-color-scheme: dark`

commit 6df82c6b53073285fdb1984430db345ac8d05286
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Oct 31 18:20:05 2022 +0300

    fix #1216

commit f8a5df446036164368ea982eb33416c12ee7fc5f
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Oct 31 18:17:25 2022 +0300

    fix: #1230

commit 781a80552cbcacf72ff85ca3ddf3d5446192a7b5
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Oct 31 17:12:10 2022 +0300

    fix: #1069

commit c4dfbd99275fe94bfa95fad92573ad3b167ce629
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sun Oct 30 02:21:58 2022 +0300

    Update data.js

commit bc21899d75a52753e1edcc17c47f90072113a5f3
Author: github-actions <action@github.com>
Date:   Sat Oct 29 15:29:44 2022 +0000

    Update version

commit 5b47900bcc4f568ce44ad468072a4112767e2b11
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Oct 29 18:28:28 2022 +0300

    Update CHANGELOG.md

commit 66e63fe49487b2c36416e18f4ad0a95c79c87e59
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Oct 29 18:27:14 2022 +0300

    chore(release): 2.36.1

commit ad796356be2b014ecc01c42984a1b3ce979a9671
Author: Aghits Nidallah <yourlovelydev@gmail.com>
Date:   Sat Oct 29 22:26:44 2022 +0700

    fix (#1211)

commit 36b81597b001e00423f70d787c217ce4cc61f1de
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Oct 29 18:25:26 2022 +0300

    Update CHANGELOG.md

commit f4d346e3a6e690ccdfecff364157ad47133e0789
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Oct 29 18:24:51 2022 +0300

    chore(release): 2.36.0

commit 1728632c3f402a827a3d3ffc8aa3f7806a04ccd6
Author: Bruno Calou <brunocaloualves@gmail.com>
Date:   Sat Oct 29 12:24:18 2022 -0300

    fix: #1218 - Add missing modifiers on dropdown and tooltip (#1232)

    * feat: add dropdown-bottom modifier

    * feat: add tooltip-top modifier

    * fix: dropdown styles

commit fce9f52d60b8f7e94111792eb89ea97ba98695e0
Author: Aghits Nidallah <yourlovelydev@gmail.com>
Date:   Sat Oct 29 22:20:40 2022 +0700

    fix #1097 - Add missing color modifiers to Input components (#1215)

    * add color modifiers to `range` component

    * add color modifiers to `toggle`

    * docs: update range description

    * add color modifiers to `radio` component

    * add color modifiers to `checkbox` component

commit 62380a3a38a40150150154df034104878f23f322
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Oct 29 18:19:25 2022 +0300

    Update CHANGELOG.md

commit c928d4cb911133e7c50b9869c9994f03e0778cfb
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Oct 29 18:16:55 2022 +0300

    chore(release): 2.35.0

commit a5a6dced294621336d190a14074384cd8f395806
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Oct 29 18:16:31 2022 +0300

    Squashed commit of the following:

    commit 0afefb3fbc837adc1d3e8ddbd4195da27e64d521
    Author: NikarashiHatsu <yourlovelydev@gmail.com>
    Date:   Fri Oct 7 23:15:19 2022 +0700

        add color modifiers to `checkbox` component

    commit 9c7993670bc677313c8b053f15f6673634f8163d
    Author: NikarashiHatsu <yourlovelydev@gmail.com>
    Date:   Fri Oct 7 23:08:39 2022 +0700

        add color modifiers to `radio` component

    commit 89345ff5f86466e3ed159b6fd1529811a32538de
    Author: NikarashiHatsu <yourlovelydev@gmail.com>
    Date:   Fri Oct 7 23:02:09 2022 +0700

        docs: update range description

    commit ab8b48edcc05a6514a4fee952d0bc7f188d25c72
    Author: NikarashiHatsu <yourlovelydev@gmail.com>
    Date:   Fri Oct 7 23:00:03 2022 +0700

        add color modifiers to `toggle`

    commit 62ef0353a6d442c55d0c6891871d5753fa29a0d0
    Author: NikarashiHatsu <yourlovelydev@gmail.com>
    Date:   Fri Oct 7 22:27:08 2022 +0700

        add color modifiers to `range` component

commit 89cdf39bd498945bdcaee9ae6ea1f9a48510dbe0
Author: github-actions <action@github.com>
Date:   Sat Oct 29 15:11:23 2022 +0000

    Update version

commit 7d4e90dd57fc6eda350bd6d874961a3d8379bd2b
Merge: 200ef40c0 2f6cf4fed
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Oct 29 18:10:08 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit 200ef40c0c84fe9ae96b996f248d77d24b0cf6b7
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Oct 29 18:09:59 2022 +0300

    chore(release): 2.34.1

commit 5abe8da383120b0296d030efae38cd7676b645aa
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Oct 29 18:08:05 2022 +0300

    fix: #1233

commit 2f6cf4fed55f769b1aa35cd6085162309e06956c
Author: github-actions <action@github.com>
Date:   Sat Oct 29 14:24:16 2022 +0000

    Update version

commit 846bea49168ad5794724b7c401ac47f45f09d2c6
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Oct 29 17:22:34 2022 +0300

    chore(release): 2.34.0

commit 938d047c7059a825e7cfd743b1e0f4ffefda8095
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Oct 29 17:21:01 2022 +0300

    fix: #1186

commit 6bba2de162bd6c25490cf278667c9d3e637ec3c9
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Oct 29 17:16:55 2022 +0300

    fix: #1275

commit f25bf92643551893847936e6bca4d1a654dba15c
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Oct 29 17:07:10 2022 +0300

    fix: #1265

commit 97aa54fe0baa0a26f4163248097bafe55013b3d7
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Oct 29 16:57:00 2022 +0300

    docs: add Elm example

commit aa6e812e1af4c3f900b7d1efbe6e7c0019ad8693
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Oct 29 15:40:17 2022 +0300

    fix: #834

commit b96415b7a63f9decc006041e317bc34213826b14
Author: Prince Gbalam <princecodes247@gmail.com>
Date:   Tue Oct 25 09:41:05 2022 +0100

    fix: Error from comments in modal react examples (#1278)

    Replace unsupported HTML comments with react comments in the modal page

commit 8e6fdc105bb99528fd6280db87075dc5fbfa7129
Author: github-actions <action@github.com>
Date:   Thu Oct 20 23:12:23 2022 +0000

    Update version

commit e0308b58d208c31ea657eec46a737051f9d104b7
Merge: 5302858e3 372371955
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Oct 21 02:11:10 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit 5302858e3f70165243f91a6aa3f8f82353b0e985
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Oct 21 02:10:53 2022 +0300

    chore(release): 2.33.0

commit 3db1b18500fd0ddbf2e6e0012b97cdab0ed10212
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Oct 21 02:10:49 2022 +0300

    fix: #1261

commit 372371955828ebe20cca2ba11bc70d2a2ad04454
Author: github-actions <action@github.com>
Date:   Thu Oct 20 23:06:59 2022 +0000

    Update version

commit 58d33726ca433ef91ddabc0fb3dab5d5d17ea00a
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Oct 21 02:05:03 2022 +0300

    chore(release): 2.32.0

commit 56d0303ae69162f17cac0f05572ad8d27b72925f
Merge: fdb6c93de bf0cf1c16
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Oct 21 02:04:32 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit fdb6c93de595d64e9a7d954f760124893a5bfd6f
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Oct 21 02:04:30 2022 +0300

    fix: #1261

commit bf0cf1c1617b91108e012c54ce56d20cd16a6cb7
Author: Lucas <17753678+lucasra1@users.noreply.github.com>
Date:   Sat Oct 15 23:08:24 2022 +0200

    Update stat doc to mention `stat-actions` (#1241)

    `stat-actions` was missing in the table, but used in an example below

commit 4b37c72a1e1498fb48ad145770131ed742717196
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Thu Oct 13 17:07:12 2022 +0300

    Update README.md

commit efe57ca0e063ebf5d09c88a2c2c9127ddd932453
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Sep 26 13:03:19 2022 +0300

    fix #1184

commit 1bd122c03008626c9495436dbdc60a1b8462b412
Author: Kirk Lin <linkirk@163.com>
Date:   Fri Sep 23 17:12:45 2022 +0800

    docs: update readme (#1173)

commit 8df4b3ea171af60f42470dbd759144794f2cd69c
Author: github-actions <action@github.com>
Date:   Wed Sep 21 20:05:10 2022 +0000

    Update version

commit 801fb5b1d776cf5219a428bf41033f2ee022b2d7
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Sep 21 23:03:49 2022 +0300

    chore(release): 2.31.0

commit 668806e985f1eb96e2b6d5d41b66b093bf123270
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Sep 21 23:03:37 2022 +0300

    trying to fix `line breaks can't be quoted on windows` error

commit 261ced5aeb379468815928bc071a0f9d9b0faca5
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Sep 21 23:01:19 2022 +0300

    fix: menu width

commit e65bc6dcf772ec9a36f7e7d616ae95acefb9f1ac
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Sep 21 12:19:12 2022 +0300

    Update README.md

commit 342f36d162f16291cd5b2e2e089c38b6a1ff8524
Author: github-actions <action@github.com>
Date:   Wed Sep 21 09:06:06 2022 +0000

    Update version

commit 9bdf2f68510f4f26449df1753fe6b67b4d334e0f
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Sep 21 12:04:40 2022 +0300

    chore(release): 2.30.0

commit 980e36ee5ae5a780fadce3f6051d8518ff6d1143
Author: Dana Woodman <dana@danawoodman.com>
Date:   Wed Sep 21 02:01:49 2022 -0700

    Fix border radius on mixed type buttons (#1159)

    * Fix border radius on mixed type buttons

    Currently, if you have buttons of different types (`a` vs `button` for example), the button styling breaks because the selectors depend on the button type:

    Change to using child selectors as this doesn't care what type of child exists.

    * bring back `:not` selectors for button

    because otherwise, border radius of first and last children will be wrong

    Co-authored-by: Pouya Saadeghi <pouya.saadeghi@gmail.com>

commit 0694c22e3c06efab6c898a8cc3d0b75f78d700d0
Author: Yash Narola <yashnarola23@gmail.com>
Date:   Wed Sep 21 14:10:27 2022 +0530

    Added YouTube video in Featured on section (#1166)

commit 510e8103952c2f8562ad62ac6f6c4d3241d93c3b
Author: Kirk Lin <linkirk@163.com>
Date:   Wed Sep 21 00:44:48 2022 +0800

    docs: Correction of simplified Chinese translation (#1161)

    * docs: Correction of simplified Chinese translation

    * Update zh_cn.json

commit 6d78c3edbab1f2e0853a510c0dc50a897add583e
Author: github-actions <action@github.com>
Date:   Tue Sep 20 12:17:36 2022 +0000

    Update version

commit 54d88f25e764d4363dfc06ca82bc66d7db96ff9c
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Sep 20 15:15:50 2022 +0300

    chore(release): 2.29.0

commit 27901c1542184350eb9dc91fc0315e44fe201eaf
Merge: f57942eb3 773bd7373
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Sep 20 15:15:33 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit f57942eb395e6b74e8837fb594b6128ffa6afaf0
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Sep 20 15:15:28 2022 +0300

    fix: menu width and menu item shrink issue

commit 773bd737387d62730d18f40ac4d5d9db1d7dab46
Author: github-actions <action@github.com>
Date:   Fri Sep 16 13:31:15 2022 +0000

    Update version

commit 957febb7a1bf0fbc7bb363fd976d88600b5c95f2
Merge: b9e27ed5b c98553599
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Sep 16 16:29:41 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit b9e27ed5bd85c7b95225cee4666a49fabc0b6ac3
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Sep 16 16:28:39 2022 +0300

    chore(release): 2.28.0

commit c985535997d0125ae76e2031de24874ee46175d3
Author: Naffy Dharni <64461700+naffydharni006@users.noreply.github.com>
Date:   Fri Sep 16 18:58:20 2022 +0530

    docs: correct typo in components/hero (#1129)

commit a742cd8e05902f4b13160aadc3f673f736bca1b8
Author: Dana Woodman <dana@danawoodman.com>
Date:   Fri Sep 16 06:24:52 2022 -0700

    Default input text size to text-base to prevent zoom on iOS (#1146)

    Closes #1145

commit 662311c14d73b77b1a0237294b46ac88ec2ce6d1
Author: Dana Woodman <dana@danawoodman.com>
Date:   Fri Sep 16 06:24:07 2022 -0700

    Don't show underline for links with .btn class (#1144)

    Closes #1137

commit 39ef361448ea35e5f1749cc07990a8fa055982ba
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Sep 16 16:23:21 2022 +0300

    fix button wrap

commit 3a9b25374c2b17fd44f7a31c24db2dcfc4078dc8
Merge: 3f53ef790 e3e4d419b
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Sep 16 16:20:50 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit e3e4d419bb4392e352c595df74924385909a4af8
Author: Dana Woodman <dana@danawoodman.com>
Date:   Fri Sep 16 06:20:28 2022 -0700

    Don't wrap buttons (#1143)

    Closes #1138

commit 3f53ef790be2d38dad64202ef478c31dce77f35e
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Sep 16 16:19:26 2022 +0300

    fix: #1142

commit 1dba9382c7ea8c01cc83fbe422d6f12713f69c37
Author: Naffy Dharni <64461700+naffydharni006@users.noreply.github.com>
Date:   Thu Sep 15 17:23:53 2022 +0530

    Docs: Update prefix reference link in ClassTable (#1141)

    * Update prefix reference link in Class table

    * Update English translations

    * Update Spanish Translations

    * Update French Translations

    * Update Indonesian Translation

    * Update Japanese Translation

    * Update Korean Translation

    * Update Português Translation

    * Update Russian Translation

    * Update Chinese Translation

    * Update Chinese - Taiwan Translations

commit 417ad9ee36bfae6212fd4220a5ce5616fd25033c
Author: Abhijit Sharma <61442144+abhijitdotsharma@users.noreply.github.com>
Date:   Wed Sep 14 02:34:00 2022 +0530

    docs: fixed typo in components/card (#1131)

commit f61a5107a5b437290aabc56324af766cc17f4b7f
Author: Mike Smith <mikerhyssmith@googlemail.com>
Date:   Mon Sep 12 23:43:40 2022 +0100

    Fix: strokeLineCap in navbar example (#1125)

commit 26ece8367c2e146c54c34daa73edad247140fc0e
Author: github-actions <action@github.com>
Date:   Sat Sep 10 23:32:50 2022 +0000

    Update version

commit 74317c8b74b8785d4353e35e505c55026e6a2ca4
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sun Sep 11 02:31:18 2022 +0300

    chore(release): 2.27.0

commit 44f54b52e4a104dff6d84e1d3309d942a98288a5
Merge: f27340b23 fd25605a2
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sun Sep 11 02:31:09 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit f27340b23c6f1b63a416540318ce49929bcc89ad
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sun Sep 11 02:31:06 2022 +0300

    feat: `btn-group-horizontal` and `btn-group-vertical` classes are now responsive

commit fd25605a238b413f11213474db6d13e241b2d8be
Author: github-actions <action@github.com>
Date:   Sat Sep 10 22:04:31 2022 +0000

    Update version

commit 1f6d105d2b71301ef884822a23ca19c2dd0715da
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sun Sep 11 01:02:44 2022 +0300

    chore(release): 2.26.0

commit 6a11bcf86b1b0371ba3764240ad86880d2ac7771
Merge: e0fa734e9 6f9242373
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sun Sep 11 01:02:30 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit e0fa734e957a9f6fa5202a3c35504315c50020fb
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sun Sep 11 01:02:23 2022 +0300

    feat: allow utility classes to change padding and min-height for `collapse`

commit 6f92423737eb229da8d3e599619e1e18a39d053c
Author: charlie <42206116+chazzox@users.noreply.github.com>
Date:   Wed Sep 7 05:00:02 2022 +0100

    fix: disabled jsx attribute in button example (#1103)

commit 4cb24515e19fe2872dbba1474292ac896c7fbc49
Author: github-actions <action@github.com>
Date:   Mon Sep 5 19:22:22 2022 +0000

    Update version

commit e72eee6f2f388b834d55889da8fd70806b58b8e6
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Sep 5 22:20:57 2022 +0300

    Update CHANGELOG.md

commit a61b309658a19097f1e83dc4c22e9622c5b69bd0
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Sep 5 22:19:55 2022 +0300

    chore(release): 2.25.0

commit 0daa8804e5421e3e62739e0b0a5cccdb2ebefabf
Author: Kid <44045911+kidonng@users.noreply.github.com>
Date:   Tue Sep 6 03:19:07 2022 +0800

    70% smaller mask size (#1098)

commit a1cc33488580ec2b68a265e990e78825b079fafe
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Sep 5 22:13:18 2022 +0300

    fix JSX example on hero.svelte.md

commit 7b58bb6c12e734b80331eaafdcc755008efd7042
Author: charlie <42206116+chazzox@users.noreply.github.com>
Date:   Mon Sep 5 19:55:29 2022 +0100

    Correcting JSX issues found in issue #1096 (#1099)

    * fix: corrected incorrect jsx attribute on drawer and modal components

    I used vscode find and replace with regex

    find: `label for="([\w-]+)" className`

    replace: `label htmlFor="$1" className`

    * fix: corrected style spelling

    * fix: corrected svg attributes in bottom-navigation

    * fix: style attribute was a string in jsx example

    * fix: corrected `fill-rule` and `clip-rule` attributes in JSX examples

    * fix: removed occurences of `checkbox="checked"` from checkbox JSX example

commit 7e332f03c7384dc0d3c73c561be7236d509e5b16
Author: Youngjae Ji <zirho6@gmail.com>
Date:   Mon Sep 5 11:53:01 2022 -0700

    fix tab index prop (#1100)

    Co-authored-by: aquadesk <aquadesk.cs@gmail.com>

commit 77506ca8e188a76aa318c2371e91ee1f7c18dacb
Author: charlie <42206116+chazzox@users.noreply.github.com>
Date:   Sun Sep 4 23:30:08 2022 +0100

    fix: corrected incorrect jsx attribute on drawer and modal components (#1095)

    I used vscode find and replace with regex

    find: `label for="([\w-]+)" className`

    replace: `label htmlFor="$1" className`

commit f423095d391050df568c533df89b7299d01f0859
Author: github-actions <action@github.com>
Date:   Sun Sep 4 20:27:49 2022 +0000

    Update version

commit 8c530855c1827e630d9b6a1980f197a762860359
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sun Sep 4 23:26:15 2022 +0300

    chore(release): 2.24.2

commit e76a18795a521bb2ea9899fc3dda8e1e9eec0541
Merge: f230b0f10 504bbea5a
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sun Sep 4 23:26:09 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit f230b0f10b34b50056b32c61f990cbc04409b4fe
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sun Sep 4 23:26:02 2022 +0300

    fix RTL drawer animation

commit 504bbea5a600be5fc2764dd866da17b04d37a175
Author: github-actions <action@github.com>
Date:   Sun Sep 4 20:22:28 2022 +0000

    Update version

commit 05130b4c93f5868c567abef990028dfa41f6198b
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sun Sep 4 23:21:06 2022 +0300

    chore(release): 2.24.1

commit ded7fab188634a835660851dc6b1f34bcf6c8682
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sun Sep 4 23:20:53 2022 +0300

    fix: #1094

commit 8532c62cd537048158c528dce78b858c4482564f
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sun Sep 4 22:54:22 2022 +0300

    docs: update code component container

commit 9af9a11cf476a955a5ecc07cb96454e5f4e81c29
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sun Sep 4 22:53:43 2022 +0300

    docs: update JSX syntax for code samples

commit 1e113a99d72b26aae7fa6f943fa253e30d15f10b
Author: Deyan Petrov <49752323+WickedInvi@users.noreply.github.com>
Date:   Sun Sep 4 21:10:38 2022 +0200

    React tab for code snippets (#1035)

    * fix: grammatical errors

    * updated keys to match en.json

    * fixed: Typo

    * Revert "fixed: Typo"

    This reverts commit 90499cccd702910d7528edb95c602381cf87076b.

    * fixed: Typo

    * Revert "fixed: Typo"

    This reverts commit 7aa377e7ab18fc0e2fabb66247b692de62d0300b.

    * fix typo

    * React tab for Code Snippets

    * Update mockup-code.svelte.md

    * JSX Syntax

    * JSX Syntax

commit b5cedc9d03131d6b1516a6068f6e037b3fb9ad56
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Sep 2 16:05:55 2022 +0300

    Update pt.json

commit 5d4c1cdd74bcde5922507f8b7b9970358bd0cfb6
Author: Nuno Miguel Ferraz <108nunomiguelferraz@gmail.com>
Date:   Fri Sep 2 14:05:06 2022 +0100

    New translation (Portuguese) (#1085)

    * start

    * pt 2

    * half done

    * end of translation to portuguese

commit 33cf3954a107e587f36a04776f9cc91dcf138268
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Fri Sep 2 16:03:32 2022 +0300

    Update README.md

commit bb7e3f523b3be1fc73373b0f0ce6577f5eebd8b5
Author: Kid <44045911+kidonng@users.noreply.github.com>
Date:   Fri Aug 26 18:13:13 2022 +0800

    fix: duplicate theme color (#1059)

commit b5fdf0a3b5971ed1d9d99db8139332545cd51e0b
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Wed Aug 24 15:09:57 2022 +0300

    Update README.md

commit 9b2199204a376c9fdf8a4831daa6e996f49c0eaf
Author: Julien QUENNEHEN <55101915+JulienQHN@users.noreply.github.com>
Date:   Tue Aug 23 18:32:38 2022 +0200

    refactor: 💡 patching missing space and some translations (#1048)

commit 9ff862866fbc83e76b7f2309800a9b7974bf612f
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Tue Aug 23 01:48:52 2022 +0300

    Update fr.json

commit 5a74f1f8251f39c9a6d5a4da5fb5afc1d5643fa8
Author: Julien QUENNEHEN <55101915+JulienQHN@users.noreply.github.com>
Date:   Tue Aug 23 00:43:28 2022 +0200

    French translation for DaisyUI (#1045)

    * docs: ✏️ French translation of daisyUI

    * docs: ✏️ fix "daisyui-tagline" translation

    * docs: ✏️ fix of </br> on "daisyui-tagline" translation

    * docs: ✏️ deleting "<<" ">>" in the translation file

commit ef610124e6a6c871abf03bc752e92d190469c3a1
Author: nakayama900 <49431394+nakayama900@users.noreply.github.com>
Date:   Fri Aug 19 10:03:26 2022 +0900

    fix typo from diasyuiIncludedItems to daisyuiIncludedItems (#1033)

commit 0695e3be3a4a1aaca08a748e27ec7760b94c144d
Author: Deyan Petrov <49752323+WickedInvi@users.noreply.github.com>
Date:   Mon Aug 15 15:53:35 2022 +0200

    Fixed typo (#1028)

    * fix: grammatical errors

    * updated keys to match en.json

    * fixed: Typo

    * Revert "fixed: Typo"

    This reverts commit 90499cccd702910d7528edb95c602381cf87076b.

    * fixed: Typo

    * Revert "fixed: Typo"

    This reverts commit 7aa377e7ab18fc0e2fabb66247b692de62d0300b.

    * fix typo

commit dd01c02f699c82c34bd699f31f31c421eaa4ffba
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Aug 15 00:52:59 2022 +0300

    docs: remove beta labels from translation files

commit 10290bfac35353a71ca2d2ed256cbbade27c89e9
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Mon Aug 15 00:52:08 2022 +0300

    docs: fix #1025

commit 913037431ee4df277b54fae76e1633af7a97e637
Author: pheianox <77569421+pheianox@users.noreply.github.com>
Date:   Mon Aug 15 01:26:04 2022 +0400

    Add 🇷🇺 translations (#1026)

    * Quick start

    * add russian translations

commit 32ae1a56550ababaa8f2bc31897a66b13f14d8c3
Author: github-actions <action@github.com>
Date:   Sat Aug 13 01:14:39 2022 +0000

    Update version

commit 3127c8d87bd3cbd6152315fdc827f83f93d4125d
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Aug 13 04:13:10 2022 +0300

    chore(release): 2.24.0

commit 6b2a687b318d7e5c7acdc62d3f481a9a098d43d3
Merge: 3a3e05525 fcbd0b4a7
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Aug 13 04:13:01 2022 +0300

    Merge branch 'master' of https://github.com/saadeghi/daisyui

commit 3a3e05525f458b8e8dea911388364618a9ab1eda
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Aug 13 04:12:57 2022 +0300

    feat: refactor `badge` modifier/responsive class name categorization

commit fcbd0b4a72160d154203945f0b026adffbcef019
Author: github-actions <action@github.com>
Date:   Sat Aug 13 01:09:03 2022 +0000

    Update version

commit 4ac41d4df20f68ae81f5e8bfc781a8177dd825f3
Author: Pouya Saadeghi <pouya.saadeghi@gmail.com>
Date:   Sat Aug 13 04:07:43 2022 +0300

    chore(release): 2.23.0

commit b58eceaaed3e20287d0ce7e9e5d51e9f854ab84a
Author: Pouya…
imgbot bot pushed a commit to Avensen/daisyui that referenced this issue Jun 5, 2023
imgbot bot pushed a commit to Avensen/daisyui that referenced this issue Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants