]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Mention removed modal option in migration docs 19892/head
authorHeiko Jansen <heikojansen@users.noreply.github.com>
Thu, 19 May 2016 13:36:52 +0000 (15:36 +0200)
committerHeiko Jansen <heikojansen@users.noreply.github.com>
Thu, 19 May 2016 13:36:52 +0000 (15:36 +0200)
The `remote` option and the accompanying event have been removed.

docs/migration.md

index 827901f6a9f74d0afa704fbfd22cca4e8e5c5416..b1106acb55dd12b38bdfeaf39915777fc129d8e6 100644 (file)
@@ -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