Releases: bem/bem-react
Releases · bem/bem-react
@bem-react/[email protected]
Bug Fixes
- move postcss to dev-deps (335b9b1)
@bem-react/[email protected]
Note: Version bump only for package @bem-react/core
@bem-react/[email protected]
Bug Fixes
- core: use ref forwarding in withBemMod (b6349dc)
@bem-react/[email protected]
Features
- pack – multiple config output (8956088)
@bem-react/[email protected]
Bug Fixes
- di: fixed merge of registries with same id (0706c4a)
@bem-react/[email protected]
@bem-react/[email protected]
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]
Bug Fixes
- pack: support async postcss plugins (7e1d45f)
@bem-react/[email protected]
Bug Fixes
- add pkg with sideEffects for esm build (a86c32b)
@bem-react/[email protected]
chore(release): publish