Skip to content

v1.0.0 RC

Pre-release
Pre-release
Compare
Choose a tag to compare
@awinogradov awinogradov released this 14 Dec 15:16
· 696 commits to master since this release

Features

Breaking changes

  • Presets for React and Preact usage. Look at this code
  • Wrap addMix with function for consistency #155
  • Wrap addBemClassName with function for consistency #126
  • Pass props and state as arguments for all declaration methods #123
  • Get rid of attrs prop and proxy all props to <Bem/> #125

Bug fixes

  • aria-attributes rendering check #129
  • Right order of __base calls in case of mixins #142
  • elemMods works as usual #156
  • Allowing single mixes #154
  • Add default export to compiled classes #153
  • Fix context in getChildContext resolving #165