yiisoft / yii2-bootstrap5

Yii 2 Bootstrap 5 Extension
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
59 stars 37 forks source link

Switch to NPM and drop Bower? #83

Open razvanphp opened 6 months ago

razvanphp commented 6 months ago

Similar to

https://github.com/yiisoft/yii2-bootstrap4/blob/f9a55eb5d2e0e555997430602d53c74eb13df9a7/composer.json#L40

&

https://github.com/yiisoft/yii2-bootstrap4/pull/85

simialbi commented 6 months ago

The second issue is exactly the reason why not to do this. It's already changed in bootstrap4 package to npm, if you have a dependency chain, where you need both (bs4 & bs5), the asset packages conflict each other.

xcopy commented 1 week ago

I'm tired to "fetch updates from Bower" manually every-time 😫

xcopy commented 1 week ago

At the moment the latest release is 5.3.3: npm-asset/bootstrap, which is match with Bootstrap's latest release.

(The latest one for bower-asset/bootstrap is still v5.3.0-alpha1)