Skip to content

Version 2.0.2

Choose a tag to compare

@kartik-v kartik-v released this 26 Nov 06:15
· 23 commits to master since this release

Date: 26-Nov-2018

  • (enh #104): Allow Bootstrap Asset Bundle dependency to be configurable.
    • New property bsDependencyEnabled in kartik\base\AssetBundle (Note that all Krajee extension asset bundles based on bootstrap styles extend this class). The property bsDependencyEnabled defaults to true whereby based on the bsVersion, the asset bundle dependency is set with one of yii\bootstrap\BootstrapAsset or yii\bootstrap4\BootstrapAsset. If one needs custom control and load their own bootstrap assets - set this property to false via yii2 asset manager component in your yii2 application config.