Bem React Versions Save

A set of tools for developing user interfaces using the BEM methodology in React

@bem-react/[email protected]

3 years ago

Bug Fixes

  • move postcss to dev-deps (335b9b1)

@bem-react/[email protected]

3 years ago

Note: Version bump only for package @bem-react/core

@bem-react/[email protected]

3 years ago

Bug Fixes

  • core: use ref forwarding in withBemMod (b6349dc)

@bem-react/[email protected]

3 years ago

Features

  • pack – multiple config output (8956088)

@bem-react/[email protected]

3 years ago

Bug Fixes

  • di: fixed merge of registries with same id (0706c4a)

@bem-react/[email protected]

3 years ago

Bug Fixes

  • add formatting for result package.json (fa43688)
  • allow boolean type for sideEffects (a915778)
  • use default value for options (4c4c60f)
  • use js ext for resolve default config (af53d13)

Features

  • impl replace content for TypeScriptPlugin (00b1670)

@bem-react/[email protected]

3 years ago

Features

  • add hook for create sideEffects (b510cfe)

example

useTypeScriptPlugin({
  configPath: './tsconfig.prod.json',
  onCreateSideEffects(path) {
    if (path.includes('pointerfocus/index.js')) {
      return ['*.js']
    }
  },
})

@bem-react/[email protected]

3 years ago

Bug Fixes

  • pack: support async postcss plugins (7e1d45f)

@bem-react/[email protected]

3 years ago

@bem-react/[email protected]

3 years ago

Bug Fixes

  • add pkg with sideEffects for esm build (a86c32b)