aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.3/components/progress.md
AgeCommit message (Collapse)AuthorFilesLines
2019-11-26Release v4.4.0 (#29735)v4.4.0XhmikosR1-146/+0
2019-07-10Ensure button plugin sets/removes active class correctly on page load (#28952)Patrick H. Lauke1-1/+1
* Ensure correct active class is set on button toggles/checkboxes/radios on page load Sanity check, ensures that the UI visually matches the actual values/states of controls. Also ensures that if any autocomplete/autofill happened, this is visually accounted for by having the correct class set. Includes unit tests (and `autocomplete` has been removed from these as it's no longer necessary) * Remove now unnecessary autocomplete attribute As the attribute was there to force/ensure that the visual presentation matched the state, and this is now taken care of programmatically, there's no need to unnecessarily suppress autocomplete...let them autocomplete if they want to...
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto1-0/+146
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map