Skip to content

Latest commit

 

History

History
65 lines (35 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

65 lines (35 loc) · 1.09 KB

1.1.0

  • Stopped making assumptions of the structure of the markup by removing the direct descendant selector (>) for elements.

1.0.0

  • New feature: Responsive suffixes support.

0.9

  • Renamed state namespace configurable variable to $bem-state-namespace.

0.8

  • Added npm package.

0.7.1

  • Added the visual debugger.

0.7

  • Allowing modifies-element() to be called within blocks.

0.6

  • Fix error-checks in Hack and Theme modules.

0.5

  • Fix bug where repeating a modifier threw an error.

0.4

  • Improved modifies-element() output using direct child selector.
  • Fix bug in scope: it's now impossible to create a scope within a block.
  • Fix bug in error-checking function.
  • Added more tests. Cleaned up and improved existing ones.

0.3.2

  • Add tests for constructor errors

  • Fix version in bower.json

0.3.1

  • Fix version in bower.json

0.3

  • Single file dist build

0.2

  • Fix wrong selector namespacing when hack() is called within a modifies-element() context
  • Add test suite

0.1.1

  • Fix some copy and paste in Gemspec

0.1.0

  • Initial release