-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bhOptions #122
Conversation
' clsNobaseMods: ' + opts.clsNobaseMods, | ||
'});' | ||
'bh.setOptions(' + JSON.stringify(opts.bhOptions), | ||
');' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
имхо, закрывающая скобка логичнее будет смотреться на строке выше
@blond т.е. все же отказались от значений по умолчанию для всяких |
@sipayRT считаем, что пакет обёртка не должен подменять значения, а прокидывать их как есть. Про красивый мир есть задача bem/bh#147 |
* В технологию `bh-common` добавлена опция [devMode](api.ru.md#devmode) ([#78]). | ||
* В технологию [bh-bundle](api.ru.md#bh-bundle) добавлена опция [scope](api.ru.md#scope) ([#75], [#80]). | ||
* В технологию [bh-commonjs](api.ru.md#bh-commonjs) добавлена опция [devMode](api.ru.md#devmode) ([#78]). | ||
* [ __*major*__ ] В технологии [bh-bundle](api.ru.md#bh-bundle) и [bh-commonjs](api.ru.md#bh-commonjs) добавлена опция [bhOptions](api.ru.md#bhoptions) ([#119]). Её следует использовать вместо следующих опций, которые были удалены: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Её —>Ее
🆙 |
👍 |
Resolved #119