Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

40 lines (29 loc) · 1.64 KB

0.4.0

  • Breaking: Change BEM props from block, element, modifiers to bemBlock, bemElement and bemModifiers to prevent interface collisions. Fixes #26.

0.3.0

  • Support SFCs via createBEMBlockSFC and createBEMElementSFC (fixes #4).

0.2.7

0.2.6

  • Fix: Ensure resolveBEMNode can render nested block components (fixes #7).

0.2.5

  • Fix: Preserve key attribute (fixes #2).

0.2.4

  • Fix: Preserve ref attribute (fixes #8).

0.2.3

  • Badge fixes on README.

0.2.2

  • Defer responsibility of merging modifiers to the HOCs.

0.2.1

  • Merge root node's modifiers w/ modifiers prop (fixes #11).

0.2.0

  • Export isNumber helper.
  • Export BEMNode interface.
  • Export ReactBEMElement interface.
  • Export ReactRenderResult interface.
  • Fix: Ensure resolveBEMNode doesn't choke on nested primitive values (i.e., false, null, foo, 42).
  • Breaking change: Errors are no longer thrown when passing a string, number, false, null or undefined to resolveBEMNode. In these cases, the input value is just returned.

0.1.1

  • Add initial documentation

0.1.0

  • Initial release