Skip to content

Latest commit

 

History

History
829 lines (422 loc) · 34.2 KB

CHANGELOG.md

File metadata and controls

829 lines (422 loc) · 34.2 KB

Changelog

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

1.20.0 (2021-12-26)

Features

  • support [checked=true] style on checkbox and toggle (8131232)

1.19.0 (2021-12-22)

Bug Fixes

1.18.0 (2021-12-22)

Features

Bug Fixes

1.17.1 (2021-12-21)

Bug Fixes

1.17.0 (2021-12-21)

Features

Bug Fixes

  • #344 (typography plugin v0.5 compatibility) (0969505)

1.16.6 (2021-12-16)

Bug Fixes

1.16.5 (2021-12-13)

Bug Fixes

1.16.4 (2021-12-11)

Bug Fixes

1.16.3 (2021-12-11)

Bug Fixes

1.16.2 (2021-11-07)

Bug Fixes

1.16.1 (2021-11-01)

Bug Fixes

1.16.0 (2021-10-23)

Features

1.15.0 (2021-10-23)

Features

Bug Fixes

1.14.7 (2021-10-21)

1.14.6 (2021-10-19)

Bug Fixes

1.14.5 (2021-10-15)

Bug Fixes

  • button scale for corporate theme (dc6da4d)

1.14.4 (2021-10-12)

Bug Fixes

1.14.3 (2021-10-11)

Bug Fixes

  • #232 make collapse-arrow clickable

1.14.2 (2021-09-29)

Bug Fixes

1.14.1 (2021-09-23)

Bug Fixes

1.14.0 (2021-08-26)

Bug Fixes

1.13.2 (2021-08-22)

Bug Fixes

1.13.1 (2021-08-22)

1.13.0 (2021-08-21)

Features

1.12.1 (2021-08-20)

Bug Fixes

1.12.0 (2021-08-17)

Features

Bug Fixes

1.11.1 (2021-08-09)

Bug Fixes

1.11.0 (2021-08-04)

Features

1.10.0 (2021-07-18)

Features

  • add checkbox sizes (xs, sm, md, lg) (1502e46)

  • add extra-small badge size, adjust badge padding and height (ac06320)

  • add indicator component. fix #32 (2920671)

  • add radio sizes (xs, sm, md, lg) (2e18025)

  • add toggle sizes (xs, sm, md, lg) (95c1f8c)

  • refactor checkbox, toggle and radio HTML (this is not a breaking change but you can use the new, cleaner markup) Toggle old markup:

    <div>
      <input type="checkbox" class="toggle"> 
      <span class="toggle-mark"></span>
    </div>
    

    ✅ new markup:

    <input type="checkbox" class="toggle"> 
    

    Checkbox old markup:

    <div>
      <input type="checkbox" class="checkbox"> 
      <span class="checkbox-mark"></span>
    </div>
    

    ✅ new markup:

    <input type="checkbox" class="checkbox"> 
    

    Radio old markup:

    <div>
      <input type="radio" class="radio"> 
      <span class="radio-mark"></span>
    </div>
    

    ✅ new markup:

    <input type="radio" class="radio"> 
    

Bug Fixes

1.9.0 (2021-07-11)

Features

  • add active utility class for <tr> (4c5f0fe)

1.8.0 (2021-07-10)

Features

  • add min-height for navbar (391dd99)

1.7.0 (2021-07-10)

Features

  • add smooth scroll for carousel (52880e1)
  • divider-vertical is now a responsive utility (d918772)

Bug Fixes

1.6.1 (2021-07-01)

Features

Bug Fixes

  • #98 - collapse background now adapts to parent elements (31528ea)

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="text-xl font-medium collapse-title">
          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)