tailwindcss-classnames

Functional typed classnames for TailwindCSS

MIT License

Downloads
21.9K
Stars
691
Committers
24

Bot releases are hidden (Show)

tailwindcss-classnames - v2.0.6

Published by muhammadsammy over 3 years ago

Changelog

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

2.0.6 (2021-02-24)

Bug Fixes

  • make a workaround for config relative imports issues (#170) (e1abd7c)
tailwindcss-classnames - 2.0.1

Published by muhammadsammy over 3 years ago

Do not prompt for the config file if ./tailwind.config.js file is found

tailwindcss-classnames - 2.0.0

Published by muhammadsammy almost 4 years ago

Changelog

2.0.0 (2021-01-07)

⚠ BREAKING CHANGES

  • rename CLI args and improve its output (b1e5e431753bb23415692b3630943e43ac99fa6e)

Features

  • add max-width-prose class (fixes #101) (#113) (c130f57)
  • add overflow-ellipsis and overflow-clip utilities (close #109) (d8fd228)
  • add transform-gpu utility classname (closes #110) (53f4973)
  • add new config scales (closes #99, #111, #105, #106) (#114) (b632094)
  • add ring utility classnames (closes #97) (#112) (4b12183)
  • default to disabling hover and focus variants for font weight (c22de68)
  • enable variants extention (resolves #102) (380e5d7)
  • generate lib types with new colors, dark mode (72bc948)
  • remove clear-fix utility from layout/float (7556452)
  • remove scrolling-touch and scrolling-auto from layout/overflow (8e10edb)
  • remove shadow-outline and shadow-xs (closes #92) (6c8db2d)
  • rename whitespace-no-wrap utility class to whitespace-nowrap (dafec5d)
  • rename CLI args and improve its output (resolves #116) (b1e5e43)
  • support dark mode classes (#67) (a4bcd0b)
  • support the new color palette by default (6acb30b)
  • update the default tailwind config from v2 (#115) (16b0b26)
  • use new name for flex no wrap flex-nowrap (b47865e)

Bug Fixes

  • detect default classes from the new 'DEFAULT' string (b14973a)
  • ignore default keys in transition timing function config (5a36e8e)
tailwindcss-classnames - 1.9.0

Published by muhammadsammy about 4 years ago

Changelog

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

1.9.0 (2020-10-18)

Features

Bug Fixes

  • return evaluated theme from ConfigScanner.getThemeProperty method (5dbb337)
tailwindcss-classnames - 1.8.3

Published by muhammadsammy about 4 years ago

Changelog

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

1.8.3 (2020-09-20)

Bug Fixes

  • add group prefix (#55) (52f10eb)
  • remove default suffix from all types except types known to use it (845b9bc)
tailwindcss-classnames - 1.8.2

Published by muhammadsammy about 4 years ago

Changelog

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

1.8.2 (2020-09-15)

Bug Fixes

  • types: group type replaces group-hover/ group-focus variants (7381d13)
tailwindcss-classnames - 1.8.1

Published by muhammadsammy about 4 years ago

Changelog

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

1.8.1 (2020-09-15)

Bug Fixes

  • types: add missing 'group' type for group-* variants (fixes #53) (dbf7f20)
tailwindcss-classnames - 1.8.0

Published by muhammadsammy about 4 years ago

Changelog

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

1.8.0 (2020-09-14)

Features

Bug Fixes

  • add missing 'transition' type (bf4bb5e)
  • functions in theme.extend overrides the theme not extend it (#49) (3be8b6f)
tailwindcss-classnames - 1.7.2

Published by muhammadsammy about 4 years ago

Changelog

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

1.7.2 (2020-09-11)

Bug Fixes

  • add missing 'transition' type (bf4bb5e)
tailwindcss-classnames - 1.7.1

Published by muhammadsammy about 4 years ago

Changelog

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

1.7.1 (2020-09-10)

Bug Fixes

  • functions in theme.extend overrides the theme not extend it (#49) (3be8b6f)
tailwindcss-classnames - 1.7.0

Published by muhammadsammy about 4 years ago

Changelog

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

1.7.0 (2020-09-04)

Features

tailwindcss-classnames - 1.6.1

Published by muhammadsammy about 4 years ago

Changelog

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

1.6.1 (2020-08-31)

Bug Fixes

  • add missing pseudoclasses for gap, accessiblity and inset classes (9c7d3a3)
tailwindcss-classnames - 1.6.0

Published by muhammadsammy about 4 years ago

1.6.0 (2020-08-30)

Features

tailwindcss-classnames - 1.5.0

Published by muhammadsammy about 4 years ago

Changelog

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

1.5.0 (2020-08-20)

Features

  • add compatibility with TailwindCSS v1.7 (#32) (83562f3)
tailwindcss-classnames - 1.4.0

Published by muhammadsammy over 4 years ago

1.4.0 (2020-07-04)

⚠ BREAKING CHANGES

  • remove pseudoselector functions

Features

  • add flexGrow types from theme (359a693)
  • add line height classes type generation (23d5fd0)
  • add order classes types generation from theme (fd24095)
  • add placeholder color and opacity types generation (e465e89)
  • add text opacity type generation (2239109)
  • add theme extend values to scanned theme (95d9d4c)
  • add type generation for flex shrink (d31bb56)
  • generate list style type types (13289af)
  • generate all backgrounds-related types (269361e)
  • generate border radius types from theme (c0ae9e4)
  • generate border width types from theme (b733566)
  • generate classes with color with respect to each classes key (d582974)
  • generate divide width types from theme (9f7df54)
  • generate effects types from theme (3ceb290)
  • generate font family types (950156d)
  • generate font size types (6dbd3a7)
  • generate font weight types (45ae183)
  • generate grid column start/end types (3b90dbc)
  • generate grid gap types (cb70a1a)
  • generate grid row start/end types (9a173a7)
  • generate grid template rows types (da9950e)
  • generate interactivity classes types from theme config (7cb6062)
  • generate layout types from theme config (d127695)
  • generate letter spacing types from tailwind config (c389a79)
  • generate padding, margin and space classes from theme (8bfa8eb)
  • generate sizing classes types from theme config (35c6530)
  • generate SVG types (3ce6d80)
  • generate transforms classes types from theme config (599a2e3)
  • generate transition duration types from theme (c4819e2)
  • generate transition property types from theme (822414c)
  • generate transition timing function and delay from theme (5842b6e)
  • generate types for grid template columns (8e0e5d5)
  • get theme values from closures referencing other values in config (f10d9f9)

Bug Fixes

  • add missing generated divide color and opacity (0d56d53)
  • generate pseudoclasses for generated classes not the default ones (bc618aa)
  • prevent utility functions from mutating original theme values (b414bf0)
  • remove false positive warning message for pseudo-classes generation (d9663d6)
  • remove hard coded values in translate generation (5fca805)
tailwindcss-classnames - 1.3.9-next.3

Published by muhammadsammy over 4 years ago

tailwindcss-classnames - 1.3.9-next.2

Published by muhammadsammy over 4 years ago

tailwindcss-classnames - 1.3.9-next.1

Published by muhammadsammy over 4 years ago

tailwindcss-classnames - 1.3.9

Published by muhammadsammy over 4 years ago

tailwindcss-classnames - 1.3.8

Published by muhammadsammy over 4 years ago