Skip to content

Releases: marcohamersma/react-bem-helper

v1.4.0

04 Apr 10:33
Compare
Choose a tag to compare

Thanks to @AlexanderOtavka for his work on these features :)

Typescript types

16 Feb 14:08
Compare
Choose a tag to compare
  • Now, when people import the package in TypeScript, full typechecking will be enabled. Tnx @AlexanderOtavka

v1.2.0

23 Oct 09:40
Compare
Choose a tag to compare

Adds an option to change the modifier delimiting character from the default --. This way you can use the default BEM naming scheme if you want to, from #4.

v1.1.0

16 Aug 10:19
Compare
Choose a tag to compare

Adds an alternate syntax that allows supplying element, modifier and extra classes using objects.

v1.0.0

05 Jun 11:32
Compare
Choose a tag to compare

Besides upping the version to v1.0.0 to put it in line with conventions, this release removes the default prefix g- for components. This can still be set by supplying an options object with the prefix property.