Skip to content

Latest commit

 

History

History
57 lines (26 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

57 lines (26 loc) · 2.24 KB

Changelog

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

0.2.4 (2019-11-05)

Features

  • omit className prop from block/elem output if className is empty (45e8048)

0.2.3 (2019-11-04)

Features

  • added reserved elemClassName property name (8205664)

0.2.1 (2019-10-14)

0.2.0 (2019-10-14)

Bug Fixes

  • removed non-existend export from bem (880d6af)

Features

  • added { debug: true } option to block and elem functions (a76a608)

0.1.4 (2019-07-01)

Bug Fixes

  • made bem to use a value of classNames dict, not a key (da247c7)
  • removed duplicate line of code (5594169)

Features

  • implemented bem function (a70e63e)
  • made block and elem return { classNames: '...' } (8ea5e2a)
  • migrate bem package from textkernel/oneui to separate repo (2174b60)
  • removed bemDeprecated (47f1a93)

BREAKING CHANGES

  • since now block and elem return { classNames: '...' } instead of just a string with classes.