Skip to content

Releases: louiss0/cn-efs

Release 2.2.4

24 Nov 07:27
Compare
Choose a tag to compare

Fixed

  • All possible variants are now detected when using tailwindOrWindiCN_EFS().

Release 2.2.3

19 Nov 14:43
Compare
Choose a tag to compare

Fixed

  • Remove filtering of classes based on different directions.

Release 2.2.2

16 Nov 19:57
Compare
Choose a tag to compare

Changed

  • CN_EFS functions no longer reinitialise getClassNamesEvaluatorFilterAndSorter.
    instead they are created from it's resulting call.
  • The error for checking if a class is more then one string is moved to the
    returned function of getClassNamesEvaluatorFilterAndSorter

Release 2.2.1

16 Nov 00:39
Compare
Choose a tag to compare

Fixed

  • I finally added the repo to the package.json file.
  • Removed all wrong info from ReadME.

Release 2.2.0

16 Nov 00:29
Compare
Choose a tag to compare

[2.2.0] - 2023-11-15

Added

  • tailwindCN_EFS can now resolve classes like text-sm leading-6 text-lg/6.

Fixed

  • All possible tailwind directional class parts are accounted for in the
    attemptToDeleteKeysInTheTailwindUtilityClassMapWhenAClassThatHasDirectionPartsIsFoundAndASimilarClassIsFound()

  • Make sure that empty maps in tailwindCN_EFS() don't have their keys used when transforming.

Release 1.1.1

20 Oct 01:12
Compare
Choose a tag to compare

Fixed

  • classes with underscores and commas were filtered out.

Release 1.1.0

12 Oct 20:36
Compare
Choose a tag to compare

Changed

  • Made the names shorter for class name evaluators and sorters to align with library theme.

Removed

  • file for filter objects

Release 1.0.0

27 Sep 19:27
Compare
Choose a tag to compare

Initial release.

Added

  • Sorting and Filtering

    • BEM Elements and modifiers
    • Tailwind and Windi CSS classes
  • Generic class names sorter and filter

  • Tailwind or Windi CSS sorter and filter