Update migrating-yii2-bootstrap.md

This commit is contained in:
Kirill Petrov 2021-12-20 11:50:40 +04:00 committed by GitHub
parent 8baa7904ff
commit 59c27ce7d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
Migrating from yii2-bootstrap4 Migrating from yii2-bootstrap4
============================== ==============================
yii2-bootstrap5 is a major rewrite of the entire project (according Bootstrap 5 to Bootstrap 4 migration guide). yii2-bootstrap5 является серьезной переработкой всего проекта (в соответствии с руководством по миграции с Bootstrap 4 на Bootstrap 5).
The most notable changes are summarized below: Наиболее заметные изменения кратко изложены ниже:
## General ## General
* The namespace is `yii\bootstrap5` instead of `yii\bootstrap4` * Изменение namespace с `yii\bootstrap4` на `yii\bootstrap5`
* The php compatibility **is limited to** `>=7.0` * Минимальная совместимая версия php **ограничена** `>=7.0`
* The close buttons of widgets like [[yii\bootstrap5\Alert|Alert]] or [[yii\bootstrap5|Modal|Modal]] now gets rendered * Кнопки закрытия виджетов, таких как [[yii\bootstrap5\Alert|Alert]] или [[yii\bootstrap5\Modal|Modal]], теперь отображаются
via CSS and does not have any content anymore. So be sure to remove `btn-close` class and set appropriate styles yourself с помощью CSS и больше не содержат содержимого. Поэтому обязательно удалите класс "btn-close" и самостоятельно установите соответствующие стили, если вы его переопределяли.
if you override it.
## Widgets / Classes ## Widgets / Classes
@ -20,8 +20,8 @@ The most notable changes are summarized below:
### ActiveForm ### ActiveForm
There is a new constant [[yii\bootstrap5\ActiveForm::LAYOUT_FLOATING]]. It's a Новая константа [[yii\bootstrap5\ActiveForm::LAYOUT_FLOATING]]. Это
[new form layout](https://getbootstrap.com/docs/5.1/forms/floating-labels/) introduced in Bootstrap 5. [new form layout](https://getbootstrap.com/docs/5.1/forms/floating-labels/) введен в Bootstrap 5.
### Breadcrumbs ### Breadcrumbs
@ -41,9 +41,9 @@ There is a new constant [[yii\bootstrap5\ActiveForm::LAYOUT_FLOATING]]. It's a
### NavBar ### NavBar
There is now the possibility to create an [offcanvas navbar](https://getbootstrap.com/docs/5.1/components/navbar/#offcanvas). Теперь есть возможность создать [offcanvas navbar](https://getbootstrap.com/docs/5.1/components/navbar/#offcanvas).
You can achieve this by setting the `$collapseOptions` to `false` in [[yii\bootstrap5\NavBar|Navbar]] widget and the Вы можете добиться этого, установив для параметра `$collapseOptions` значение `false` в виджете [[yii\bootstrap5\NavBar|Navbar]] и
`$offcanvasOptions` to at least an empty array. `$offcanvasOptions`, значение пустого массива.
### Tabs ### Tabs