From: Chris Rebert Date: Tue, 5 May 2015 21:59:32 +0000 (-0700) Subject: Mark stateful button feature as deprecated X-Git-Tag: v3.3.5~51^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fce30b57e2fbe750cdebf1794d3917f3176d06ce;p=thirdparty%2Fbootstrap.git Mark stateful button feature as deprecated Refs https://github.com/twbs/bootstrap/issues/16362#issuecomment-96268469 [skip sauce] --- diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html index 827906cd88..bd4644b3c8 100644 --- a/docs/_includes/js/buttons.html +++ b/docs/_includes/js/buttons.html @@ -10,6 +10,7 @@

Stateful

Add data-loading-text="Loading..." to use a loading state on a button.

+

This feature is deprecated since v3.3.5 and will be removed in v4.

Use whichever state you like!

For the sake of this demonstration, we are using data-loading-text and $().button('loading'), but that's not the only state you can use. See more on this below in the $().button(string) documentation.