Version 2.0.2
Date: 26-Nov-2018
- (enh #104): Allow Bootstrap Asset Bundle dependency to be configurable.
- New property
bsDependencyEnabledinkartik\base\AssetBundle(Note that all Krajee extension asset bundles based on bootstrap styles extend this class). The propertybsDependencyEnableddefaults totruewhereby based on thebsVersion, the asset bundle dependency is set with one ofyii\bootstrap\BootstrapAssetoryii\bootstrap4\BootstrapAsset. If one needs custom control and load their own bootstrap assets - set this property tofalsevia yii2 asset manager component in your yii2 application config.
- New property