2021-08-03 16:26:03 +08:00
|
|
|
Migration von yii2-bootstrap4
|
|
|
|
=============================
|
2021-07-09 17:53:24 +08:00
|
|
|
|
|
|
|
yii2-bootstrap4 ist eine komplette Überarbeitung des Projekts (siehe den Bootstrap 4 von Bootstrap 3 Migrationsguide).
|
|
|
|
Die grössten Änderungen finden Sie hier zusammengefasst:
|
|
|
|
|
|
|
|
## Allgemein
|
|
|
|
|
2021-08-03 16:22:50 +08:00
|
|
|
* Der Namespace ist nun `yii\bootstrap5` anstatt `yii\bootstrap4`
|
2021-08-04 14:28:49 +08:00
|
|
|
* Die PHP Kompatibilität **ist beschränkt auf** `>=7.0`
|
2021-07-09 17:53:24 +08:00
|
|
|
|
|
|
|
## Widgets / Klassen
|
|
|
|
|
|
|
|
### BaseHtml
|
|
|
|
|
|
|
|
### ActiveField
|
|
|
|
|
|
|
|
### ActiveForm
|
|
|
|
|
2021-08-03 16:41:30 +08:00
|
|
|
Es gibt eine neue Konstante [[yii\bootstrap5\ActiveForm::LAYOUT_FLOATING]]. Sie repräsentiert ein neues
|
|
|
|
[neues Formular-Layout](https://getbootstrap.com/docs/5.0/forms/floating-labels/) in Bootstrap 5.
|
|
|
|
|
2021-07-09 17:53:24 +08:00
|
|
|
### Breadcrumbs
|
|
|
|
|
|
|
|
### ButtonDropdown
|
|
|
|
|
|
|
|
### ButtonToolbar
|
|
|
|
|
|
|
|
### Carousel
|
|
|
|
|
|
|
|
### LinkPager
|
|
|
|
|
|
|
|
### Modal
|
|
|
|
|
|
|
|
### Nav
|
|
|
|
|
|
|
|
### NavBar
|
|
|
|
|
|
|
|
### Tabs
|
|
|
|
|
|
|
|
### ToggleButtonGroup
|