All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.6.0 (2021-06-28)
- add
drawer-end
utility (7a0e5b1)
1.5.0 (2021-06-27)
- add
navbar-start
,navbar-center
,navbar-end
classes (eb26833)
- prevent dropdown to open on click when it should open with hover (3ad0243)
- typo (ea08977)
- typography style is now on
component
layer instead ofbase
(cdca955)
1.4.0 (2021-06-19)
1.3.11 (2021-06-18)
- corrupted color variables (4a9351e)
1.3.8 (2021-06-17)
1.3.7 (2021-06-17)
- add fallback transparent color for unstyled components (73f6532)
1.3.6 (2021-06-15)
1.3.5 (2021-06-14)
1.3.4 (2021-06-10)
- improve some theme colors (6b2ed03)
1.3.3 (2021-06-09)
1.3.2 (2021-06-05)
1.3.0 (2021-05-30)
1.2.0 (2021-05-27)
- .prose colors (2fab3af)
1.1.2 (2021-05-26)
1.1.1 (2021-05-26)
1.1.0 (2021-05-26)
- change default theme from config (545fe70)
1.0.2 (2021-05-23)
1.0.1 (2021-05-23)
1.0.0 (2021-05-21)
accordion
component is now removed and insted, there'scollapse
with a different markup. [see examples].
HTML Changes:- Old
accordion
:<ul class="accordion"> <li class="accordion-item"> <input id="item-923499" type="checkbox"> <label for="item-923499" class="text-xl font-medium accordion-title"> Aperiam iure expedita non fugit? </label> <div class="accordion-body"> <p>Aperiam iure expedita non fugit. Voluptatem est repellat a aut sit est nostrum maiores aut. Voluptas nisi totam eius architecto eius mollitia quos assumenda non. Iusto rerum doloribus. Architecto dolorum explicabo omnis quidem. Quibusdam ipsam beatae soluta et dolores iure ut debitis ad.</p> </div> </li> </ul>
- New
collapse
:<div tabindex="0" class="collapse"> <div class="collapse-title text-xl font-medium"> I open with focus </div> <div class="collapse-content"> <p>Collapse content reveals with focus. If you add a checkbox, you can control it using checkbox instead of focus. Or you can force-open/force-close using `collapse-open` and `collapse-close` classes.</p> </div> </div>
- Old
- add avatar-group component (b5f37bc)
- add stat component (ceba7d0)
- add steps component (19b402d)
- add table component (7d4d246)
- add tooltip component (0e276d1)
- more strict menu style (494bc7a)
0.28.0 (2021-05-16)
- add focus style for breadcrumbs (1ac20b5)
- add focus style for link (475ba8b)
- add focus style for menu item (bc7f110)
- add focus style for tab (2ff73af)
- better menu title color contrast (6149345)
- improve accordion border color (7003a6d)
0.27.2 (2021-05-14)
0.27.1 (2021-05-13)
- themes config can now be array (bf33256)
0.27.0 (2021-05-13)
- themes config can now be array (bf33256)
0.26.3 (2021-05-12)
0.26.2 (2021-05-12)
- add focus style for card (cebcc26)
0.26.2 (2021-05-12)
- add focus style for card (cebcc26)
0.26.1 (2021-05-12)
- add focus style for card (cebcc26)
0.26.0 (2021-05-07)
- add carousel component (64cc47b)
0.25.0 (2021-05-07)
- add corporate theme (cbe0e2f)
- add emerald theme (74776b9)
- add font family for retro, cyberpunk themes (ed612ab)
- add lofi theme (391bf10)
0.24.0 (2021-05-07)
0.23.0 (2021-05-07)
0.22.1 (2021-05-06)
- modal position big on safari (933a9e6)
0.22.0 (2021-05-05)
- Add dropdown component (1f5a50a)
0.21.3 (2021-04-30)
0.21.2 (2021-04-30)
0.21.1 (2021-04-29)
- modal size (82d8280)
0.21.0 (2021-04-29)
- cleanup /src file structure and npm scripts (6a4c2dd)
0.20.1 (2021-04-22)
- spin animation not included when using JIT (7a10e5c)
0.20.0 (2021-04-22)
- improve logs (a0d1d50)
0.19.1 (2021-04-21)
- enable themes config by default (abb0b9d)
0.19.0 (2021-04-21)
- auto include DaisyUI colors (389b6f9)
- remove tailwindcss peer dependency (0aff74b)
0.18.0 (2021-04-20)
0.17.2 (2021-04-20)
- add mask utility (db608b7)
- phone mockup z-index (75e68b2)
0.17.1 (2021-04-19)
- divider component (c88c4bf)
0.17.0 (2021-04-18)
- countdown component (d00e4fc)
0.16.1 (2021-04-18)
0.16.0 (2021-04-18)
- improve tabs component (37cb14a)
0.15.4 (2021-04-17)
- improve tab borders using gradients (cca6520)
0.15.3 (2021-04-08)
0.15.2 (2021-03-30)
0.15.1 (2021-03-27)
- Add support for WindiCSS (4f0c5d5)
- include colors directory in package files (71fe7cb)
0.14.6 (2021-03-17)
- change tab border opacity (b45ee7d)
0.14.5 (2021-03-12)
0.14.4 (2021-03-12)
- add breadcrumbs component (501c6a0)
0.14.3 (2021-03-11)
- button animation (5134b75)
0.14.2 (2021-03-10)
0.14.1 (2021-03-05)
0.14.0 (2021-03-05)
- add auto margin for card-actions items (046c03e)
0.13.3 (2021-03-03)
- drawer scroll bug (d61c223)
0.13.2 (2021-03-03)
- drawer height bug (eee83de)
0.13.1 (2021-03-03)
- nested drawer components bug (7cc8443)
0.13.0 (2021-03-03)
0.12.2 (2021-03-03)
- add webkit-tap-highlight-color basy style (0eedac4)