From: Heiko Jansen Date: Thu, 19 May 2016 13:36:52 +0000 (+0200) Subject: Mention removed modal option in migration docs X-Git-Tag: v4.0.0-alpha.4~29^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F19892%2Fhead;p=thirdparty%2Fbootstrap.git Mention removed modal option in migration docs The `remote` option and the accompanying event have been removed. --- diff --git a/docs/migration.md b/docs/migration.md index 827901f6a9..b1106acb55 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