All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.4 (2019-11-05)
- omit className prop from block/elem output if className is empty (45e8048)
0.2.3 (2019-11-04)
- added reserved
elemClassName
property name (8205664)
0.2.1 (2019-10-14)
0.2.0 (2019-10-14)
- removed non-existend export from bem (880d6af)
- added { debug: true } option to
block
andelem
functions (a76a608)
0.1.4 (2019-07-01)
- made bem to use a value of classNames dict, not a key (da247c7)
- removed duplicate line of code (5594169)
- implemented bem function (a70e63e)
- made
block
andelem
return { classNames: '...' } (8ea5e2a) - migrate bem package from textkernel/oneui to separate repo (2174b60)
- removed bemDeprecated (47f1a93)
- since now
block
andelem
return { classNames: '...' } instead of just a string with classes.