diff options
| author | Heiko Jansen <[email protected]> | 2016-05-19 15:36:52 +0200 |
|---|---|---|
| committer | Heiko Jansen <[email protected]> | 2016-05-19 15:36:52 +0200 |
| commit | 442f472a2d6faf1f3ab488025ea9cb90661278d4 (patch) | |
| tree | 70d8e074cd18940e17fd5fb76e699608c164cf5b /docs | |
| parent | f4c86ffc77227e700ce962bf159431b0dd7c9e19 (diff) | |
| download | bootstrap-442f472a2d6faf1f3ab488025ea9cb90661278d4.tar.xz bootstrap-442f472a2d6faf1f3ab488025ea9cb90661278d4.zip | |
Mention removed modal option in migration docs
The `remote` option and the accompanying event have been removed.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/migration.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md index 827901f6a..b1106acb5 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -123,7 +123,10 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with ### List groups - Replaced `a.list-group-item` with an explicit class, `.list-group-item-action`, for styling link and button versions of list group items. -- + +### Modal + +- The `remote` option (which could be used to automatically load and inject external content into a modal) and the correspending `loaded.bs.modal` event were removed. We recommend instead using client-side templating or a data binding framework, or calling [jQuery.load](http://api.jquery.com/load/) yourself. ### Navs |
