Releases: yiisoft/yii2-bootstrap5
Releases · yiisoft/yii2-bootstrap5
Release list
2.0.51
2.0.50
General
Why did this release has the version number 2.0.50 and not 2.0.5 or 2.1.0 (see #96)? It's because we followed the main framework versioning and compatibility handling
What's Changed
- Allow Navbar to accept collapseOptions = false by @theblindfrog in #63
- update github folder link by @Arhell in #64
- update docs folder links by @Arhell in #65
- update tests folder links by @Arhell in #66
- update src folder links by @Arhell in #67
- update root folder links by @Arhell in #68
- update readme link by @Arhell in #69
- Nav::isItemActive(): Return value must be of type bool, int returned by @hirenbhut93 in #72
- Add attribute brandImageOptions to NavBar by @EvilKarter in #79
- Fix PHP 8.4 "Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead" error by @OneMorePenguin in #93
- Whole Bootstrap directory is published into web/assets by @rmenor in #86
- Checkbox labels should not be hidden in inline forms by @BBoom in #84
New Contributors
- @theblindfrog made their first contribution in #63
- @Arhell made their first contribution in #64
- @hirenbhut93 made their first contribution in #72
- @EvilKarter made their first contribution in #79
- @OneMorePenguin made their first contribution in #93
- @rmenor made their first contribution in #86
- @BBoom made their first contribution in #84
Full Changelog: https://github.com/yiisoft/yii2-bootstrap5/blob/master/CHANGELOG.md
2.0.4
What's Changed
- Breadcrumbs refactoring by @WinterSilence in #40
- Update BaseHtml by @WinterSilence in #39
- Update basic-usage.md by @WinterSilence in #41
- build(*): Fix CI by allowing the yii2-composer plugin by @machour in #47
- Fix dropdown & test data-bs usage by @machour in #46
- Update BootstrapWidgetTrait by @WinterSilence in #48
- Normalize TranslationBootstrap by @WinterSilence in #53
- Update BootstrapAsset by @WinterSilence in #52
- Update BootstrapPluginAsset by @WinterSilence in #51
- Translate default text of
NavBar::$screenReaderToggleTextby @WinterSilence in #57
Full Changelog: 2.0.3...2.0.4