yii2-bootstrap5/docs/guide-de/migrating-yii2-bootstrap.md

42 lines
796 B
Markdown
Raw Normal View History

2021-08-03 16:26:03 +08:00
Migration von yii2-bootstrap4
=============================
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`
## Widgets / Klassen
### BaseHtml
### ActiveField
### ActiveForm
2021-08-04 14:30:25 +08:00
Es gibt eine neue Konstante [[yii\bootstrap5\ActiveForm::LAYOUT_FLOATING]]. Sie repräsentiert ein
2021-08-05 15:21:05 +08:00
[neues Formular-Layout](https://getbootstrap.com/docs/5.1/forms/floating-labels/) in Bootstrap 5.
### Breadcrumbs
### ButtonDropdown
### ButtonToolbar
### Carousel
### LinkPager
### Modal
### Nav
### NavBar
### Tabs
### ToggleButtonGroup