Skip to content

Latest commit

 

History

History
515 lines (254 loc) · 20.4 KB

CHANGELOG.md

File metadata and controls

515 lines (254 loc) · 20.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.6.0 (2021-06-28)

Features

1.5.0 (2021-06-27)

Features

  • add navbar-start, navbar-center, navbar-end classes (eb26833)

Bug Fixes

  • prevent dropdown to open on click when it should open with hover (3ad0243)
  • typo (ea08977)
  • typography style is now on component layer instead of base (cdca955)

1.4.0 (2021-06-19)

Features

  • bolder font for menu-title (0e786e7)
  • set default text-color/bg-color to :root element (0b627c1)

1.3.11 (2021-06-18)

Bug Fixes

  • corrupted color variables (4a9351e)

1.3.8 (2021-06-17)

Bug Fixes

1.3.7 (2021-06-17)

Features

  • add fallback transparent color for unstyled components (73f6532)

Bug Fixes

1.3.6 (2021-06-15)

Bug Fixes

1.3.5 (2021-06-14)

1.3.4 (2021-06-10)

Features

  • improve some theme colors (6b2ed03)

1.3.3 (2021-06-09)

1.3.2 (2021-06-05)

1.3.0 (2021-05-30)

Features

  • add color classes for textarea (84925d0)
  • define new themes from tailwind.config.js (3b3eac7)

1.2.0 (2021-05-27)

Bug Fixes

1.1.2 (2021-05-26)

1.1.1 (2021-05-26)

1.1.0 (2021-05-26)

Features

  • change default theme from config (545fe70)

1.0.2 (2021-05-23)

Bug Fixes

1.0.1 (2021-05-23)

Bug Fixes

1.0.0 (2021-05-21)

♻️ Breaking Changes

  • accordion component is now removed and insted, there's collapse 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> 

Features

Bug Fixes

0.28.0 (2021-05-16)

Features

  • 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)

Bug Fixes

  • improve accordion border color (7003a6d)

0.27.2 (2021-05-14)

Bug Fixes

  • avatar component online indicator z-index (5d7efe4)
  • dropdown focus style (7b014ad)

0.27.1 (2021-05-13)

Features

  • themes config can now be array (bf33256)

Bug Fixes

0.27.0 (2021-05-13)

Features

  • themes config can now be array (bf33256)

Bug Fixes

0.26.3 (2021-05-12)

0.26.2 (2021-05-12)

Features

  • add focus style for card (cebcc26)

Bug Fixes

0.26.2 (2021-05-12)

Features

  • add focus style for card (cebcc26)

Bug Fixes

0.26.1 (2021-05-12)

Features

  • add focus style for card (cebcc26)

Bug Fixes

0.26.0 (2021-05-07)

Features

0.25.0 (2021-05-07)

Features

Bug Fixes

0.24.0 (2021-05-07)

0.23.0 (2021-05-07)

Bug Fixes

0.22.1 (2021-05-06)

Bug Fixes

  • modal position big on safari (933a9e6)

0.22.0 (2021-05-05)

Features

Bug Fixes

0.21.3 (2021-04-30)

0.21.2 (2021-04-30)

0.21.1 (2021-04-29)

Bug Fixes

0.21.0 (2021-04-29)

Bug Fixes

  • cleanup /src file structure and npm scripts (6a4c2dd)

0.20.1 (2021-04-22)

Bug Fixes

  • spin animation not included when using JIT (7a10e5c)

0.20.0 (2021-04-22)

Features

Bug Fixes

0.19.1 (2021-04-21)

Features

  • enable themes config by default (abb0b9d)

0.19.0 (2021-04-21)

Features

  • auto include DaisyUI colors (389b6f9)

Bug Fixes

  • remove tailwindcss peer dependency (0aff74b)

0.18.0 (2021-04-20)

0.17.2 (2021-04-20)

Features

Bug Fixes

0.17.1 (2021-04-19)

Features

0.17.0 (2021-04-18)

Features

Bug Fixes

0.16.1 (2021-04-18)

0.16.0 (2021-04-18)

Bug Fixes

0.15.4 (2021-04-17)

Bug Fixes

  • improve tab borders using gradients (cca6520)

0.15.3 (2021-04-08)

0.15.2 (2021-03-30)

Bug Fixes

0.15.1 (2021-03-27)

Features

  • Add support for WindiCSS (4f0c5d5)

Bug Fixes

  • include colors directory in package files (71fe7cb)

0.14.6 (2021-03-17)

Bug Fixes

  • change tab border opacity (b45ee7d)

0.14.5 (2021-03-12)

0.14.4 (2021-03-12)

Features

  • add breadcrumbs component (501c6a0)

0.14.3 (2021-03-11)

Bug Fixes

0.14.2 (2021-03-10)

0.14.1 (2021-03-05)

Bug Fixes

0.14.0 (2021-03-05)

Features

  • add auto margin for card-actions items (046c03e)

Bug Fixes

0.13.3 (2021-03-03)

Bug Fixes

0.13.2 (2021-03-03)

Bug Fixes

0.13.1 (2021-03-03)

Bug Fixes

  • nested drawer components bug (7cc8443)

0.13.0 (2021-03-03)

0.12.2 (2021-03-03)

Features

  • add webkit-tap-highlight-color basy style (0eedac4)