Skip to content

Releases: CarbonPackages/Carbon.Eel

1.6.1

19 Aug 15:33
Compare
Choose a tag to compare

🐛 BEM helper accept now also integers as modifiers

1.6.0

25 Jul 19:01
3ee6866
Compare
Choose a tag to compare

✨: BEM.modifier(class, modifiers)

Generates a string with BEM classes. The modifiers property can be a string (for one modifier), an array (e.g. ['one', 'two']) or an array with keys and values. If you have an array with keys and values (like a Fusion DataStructure) and the value is true the name of the key gets used for the modifier.

  • class (string, required) The name of the class
  • modifiers (string|array) The name of the modifiers, optional

Return The string

1.5.1

30 Apr 13:14
3892b20
Compare
Choose a tag to compare

🔥 Remove double attributes property

1.5.0

29 Apr 14:10
Compare
Choose a tag to compare

✨ Add Tag Fusion helper

1.4.1

07 Apr 18:36
Compare
Choose a tag to compare

🐛 Support also nested arrays on BEM modifiers

1.4.0

11 Mar 12:20
Compare
Choose a tag to compare

✨ Add PascalCase and camelCase helper
✨ Add BEM helper (Shortcuts to Carbon.Array.BEM and Carbon.String.BEM)

1.3.0

02 Mar 22:55
Compare
Choose a tag to compare

✨ Add BEM helper

Version 1.2.0

06 Sep 05:56
Compare
Choose a tag to compare

Version 1.1.1

17 Jul 08:15
a49020e
Compare
Choose a tag to compare

♻️ Carbon.Array.ksort sorts now case-insensitively

Version 0.5.2

17 Jul 08:14
9cfa107
Compare
Choose a tag to compare

♻️ Carbon.Array.ksort sorts now case-insensitively