Skip to content

Releases: jmjuanes/lowcss

v0.17.1

22 Oct 17:18
c6c39e6
Compare
Choose a tag to compare
release v0.17.1

v0.17.0

17 Oct 18:41
f7c8fd2
Compare
Choose a tag to compare
release v0.17.0

v0.16.0

15 Oct 16:52
3423325
Compare
Choose a tag to compare
release v0.16.0

v0.15.0

14 Oct 15:33
6a21081
Compare
Choose a tag to compare
release v0.15.0

v0.14.0 (2023-10-06)

06 Oct 19:04
1a58af6
Compare
Choose a tag to compare

🔥 Breaking changes

  • Rename minw, maxw, minh and maxh utilities (63c87b4).

🚀

  • Add backdrop-blur utilities (513810c).

v0.13.0 (2023-08-14)

14 Aug 17:12
fd7a906
Compare
Choose a tag to compare

🚀 New features

  • Added peer-* variants for styling elements based on sibling's state (b903c15).
  • Added SASS function to get a color from the color palette by name (e24a524).

📚 Documentation

  • Improved documentation pages structure (5c03e11).

v0.12.1 (2023-07-02)

01 Jul 22:21
65f2dd9
Compare
Choose a tag to compare

🔧 Fixes

  • Added missing 40 spacing for margin and padding (3fa98c6).

📚 Documentation

  • Some fixes and improvements in documentation site (a7e74f7).

v0.12.0 (2023-06-08)

07 Jun 22:43
b1b4b8f
Compare
Choose a tag to compare

🔥 Breaking

  • Migrate to a more TailwindCSS compatible utilities syntax:
    • Change modifiers position to the beginning of the utility class (ff888de).
    • Allow empty classnames (ca929b2).
    • Allow default utilities values (175037e).
    • Rename grid-template-columns and grid-template-rows utilities classnames (3f8368d).
    • Rename line-height utility classname to leading (987bced).
    • Update some utilities values (83fce0a).

🚀 New features

  • Added auto value to width utility (39399f9).
  • Added base styles and low.base() mixin (6bea09b).

♻️ Deprecations

  • Deprecated low.reset(), low.scrollbars() and low.forms() mixins (c0798b8).

📚 Documentation

  • Improved documentation layout, added customize section and improved README file (e053a9d).
  • Added base styles documentation (2d10663).

v0.11.1 (2023-04-23)

23 Apr 18:43
8d2ba52
Compare
Choose a tag to compare

🔧 Fixes

  • Enable back group-focus-within pseudo selector (7ec6115).

v0.11.0 (2023-04-22)

22 Apr 21:38
d3339af
Compare
Choose a tag to compare

🔥 Breaking

  • Changed default separator between utility class and value: switched back to - instead of : (e.g. text-blue-500) (284fdcc).

🚀 New features

  • Added letter spacing utilities (283dddd).
  • Added more font sizes (0e0bb13).
  • New required pseudo selector (2f69d0c).
  • Added position selectors (first, last, odd and even) to background color utilities (918052e).

📚 Documentation