aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-05-05 14:59:32 -0700
committerChris Rebert <[email protected]>2015-05-05 15:03:05 -0700
commitfce30b57e2fbe750cdebf1794d3917f3176d06ce (patch)
tree4b650d3b23cf14982c57f68a9399b4d39118131b
parenta2f81ceb57145ea7c36a603da82d47e7c61bfcad (diff)
downloadbootstrap-fce30b57e2fbe750cdebf1794d3917f3176d06ce.tar.xz
bootstrap-fce30b57e2fbe750cdebf1794d3917f3176d06ce.zip
Mark stateful button feature as deprecated
Refs https://github.com/twbs/bootstrap/issues/16362#issuecomment-96268469 [skip sauce]
-rw-r--r--docs/_includes/js/buttons.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html
index 827906cd8..bd4644b3c 100644
--- a/docs/_includes/js/buttons.html
+++ b/docs/_includes/js/buttons.html
@@ -10,6 +10,7 @@
<h2 id="buttons-stateful">Stateful</h2>
<p>Add <code>data-loading-text="Loading..."</code> to use a loading state on a button.</p>
+ <p><strong class="text-danger">This feature is deprecated since v3.3.5 and will be removed in v4.</strong></p>
<div class="bs-callout bs-callout-info" id="callout-buttons-state-names">
<h4>Use whichever state you like!</h4>
<p>For the sake of this demonstration, we are using <code>data-loading-text</code> and <code>$().button('loading')</code>, but that's not the only state you can use. <a href="#buttons-methods">See more on this below in the <code>$().button(string)</code> documentation</a>.</p>