aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/components
AgeCommit message (Collapse)AuthorFilesLines
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto21-8073/+0
* update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html
2018-04-05Remove note about multiple inputs (#26194)Jason Quense1-1/+1
* Remove note about multiple inputs * patchs the PR and removes the word Also
2018-04-02Fix broken URI fragments and redirects.XhmikosR3-4/+4
2018-04-01Allow non-string content as breadcrumb divider (#25581)Martijn Cuppens1-3/+21
* Allow url(), attr(), none,... as breadcrumb divider * Update breadcrumb divider docs
2018-03-31Close #25697Mark Otto1-2/+2
Removes the .justify-content-between from a navbar form example given it's the default style. Instead, mention how to adjust this and link to flex utils.
2018-03-31fixes #25343 by mentioning how collapse animates in docsMark Otto1-0/+4
2018-03-31fixes #25918Mark Otto1-3/+1
2018-03-29Fix spacing between Item and numbersNat Zimmermann1-4/+4
2018-03-16Update vertical pills example (#25852)Varunram Ganesh1-11/+17
Add the column/grid to the example code (which is what makes it vertical in the first place)
2018-03-15Fix order of Save/Close buttons in modal code example (#25855)John Bennet Veloya1-1/+1
2018-03-14Remove custom example plugin. (#25784)m5o20-400/+600
2018-03-14Document `.form-control-range`. (#25839)Varunram Ganesh1-0/+13
2018-03-13Variable transition durations (#25662)Martijn Cuppens1-1/+1
2018-03-13Clarify the necessary `data-target`/`href` attribute for carousel controls ↵Stephen Beemsterboer1-1/+1
(#25690)
2018-03-12Use callout without custom Jekyll plugin.m5o15-56/+62
2018-03-03Replace img-fluid by w-100 to conform with HTMLIsma1-1/+1
2018-02-24Add tabindex attribute to disabled buttons sample. Closes #23361 (#25680)Peter Blazejewicz1-2/+2
As discussed in issue's comment: https://git.io/vAuPW Thanks!
2018-02-24Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-1/+1
2018-02-24Brush up vertical rhythm of form-check in docs. Closes #25546Peter Blazejewicz1-1/+1
This adds `form-group` to add the same vertical space to the `form-check` as in other grouped controls used in form sample markup. Thanks!
2018-02-19Merge branch 'accordion-borders' of ↵Mark Otto1-1/+1
https://github.com/andresgalante/bootstrap into v4-dev
2018-02-19Custom range input (#25600)Mark Otto1-0/+23
* added the styling * added the documentation * update for one rule per line * fix hound error: trailing whitespace * trimmed off vendor prefixes * Add note about track and thumb * Psuedo-elements must be split across multiple rulesets to have an affect * Fix firefox inner focus * Seems that FF is the only one affected by this * Add support for gradients * Add labels, clarify min/max changes * add step example * add custom range vars
2018-02-19Fix carousel transition duration (#25218)Martijn Cuppens1-0/+4
2018-02-16Add `type="button"` to `<button>`s in accordion example (#25643)Patrick H. Lauke1-3/+3
For consistency. Closes https://github.com/twbs/bootstrap/issues/25642
2018-02-16[Docs] Clarify suggested use of custom validation styles, add note about ↵Patrick H. Lauke1-1/+2
resetting form appearance after validation (#25628) * Expand/clarify recommendation for using custom validation styles Seems support for correctly announcing browser default navigation bubbles/notifications has improved recently. Now it seems only Chrome (at least on Win and Android, not tested on macOS) is the odd one out. However, we should really make sure the custom validation messages are also tied correctly to their relevant form controls - need to dig out the PR that will ensure that. * Add note about resetting form appearance after submission xref https://github.com/twbs/bootstrap/issues/25626
2018-02-14Reword alert and list group text to avoid "a/an" problemsPatrick H. Lauke2-4/+4
Closes https://github.com/twbs/bootstrap/issues/25611
2018-02-11Dropdown - Allow to disable Popper.js style (#24092)Johann-S1-0/+6
* Dropdown - Allow to disable Popper.js style * Update dropdown.js * Update dropdown.html * copy changes
2018-02-11Remove `show` class from example code (#25570)Jesse Mandel1-1/+1
2018-02-09Fix the incorrect id in center modal exampleysds1-1/+1
2018-01-23Fix typo in navs.md (#25404)M. Appelman1-1/+1
2018-01-21Feature: Add carousel fade option (#22958)Mark Otto1-7/+30
* Move helpful code comments * Add .carousel-fade option to Sass * Document example of the fade carousel * more logical warning of the .active class on carousel items
2018-01-21v4.1: Add .dropdown-item-text (#22965)Mark Otto1-33/+62
* Add .dropdown-item-text class * Add example of plain text within a .dropdown-menu, too * reorganize, simple/clearer headings
2018-01-21Update dropdown.js to allow referenceElement (#25219)719media1-0/+38
2018-01-19Remove mention of disabled buttons support for Opera 18 (#25357)Christian Oliff1-1/+1
Opera 19 was released in January 2014 and auto-updates so I suggest no need to mention about browser support for this old version.
2018-01-18Update progress.md (#25355)Christian Oliff1-2/+0
Removed '**Animated progress bars don't work in Opera 12**—as they don't support CSS3 animations.' note. Bootstrap 4 doesn't (and doesn't need to) support the ancient Opera 12 released in 2012 with a 0.04% marketshare so no need to mention.
2018-01-15Adjust languageMark Otto1-5/+5
2018-01-15Merge branch 'form-check-input-validation' of ↵Mark Otto1-1/+30
https://github.com/supergibbs/bootstrap into supergibbs-form-check-input-validation
2018-01-15Add example of a Spanish translation for custom file input (#25302)Mark Otto1-1/+10
2018-01-14Fixes dropdown snippets (#25301)ysds1-6/+5
* Make dropright snippet the same as demo * Add missing .dropdown-toggle-split class * Make clear the split button label the same as demo
2018-01-14add List Group Flush to List Group docs (#25289)Jason Korth1-0/+14
fixes #25288
2018-01-11Fix invalid "constraint validation API" URL in docs (#25244)Vytas1-1/+1
2018-01-05Added required checkbox exampleJesse Mandel1-1/+30
2018-01-02Validation tooltip example (#25143)Mark Otto1-10/+86
* Add additional form validation examples Fixes #24811. This adds .valid-feedback to our custom styles and server side examples; previously we ommitted this to suggest you don't always need valid feedback. In addition, this adds examples of the .{valid|invalid}-tooltip classes with a new subsection in the Validation docs. * Update validation tooltip styles to remove fixed width; instead should retain itself to the parent element * update ids * finish docs paragraph, mention position: relative
2018-01-02add example of textarea to docsMark Otto1-0/+7
2018-01-02Expand keyboard advice for tooltips, clarify what `manual` trigger does in tablePatrick H. Lauke1-4/+10
2018-01-02Remove incorrect roles from accordion, tweak/expand accessibility info, use ↵Patrick H. Lauke1-14/+16
buttons for accordion * Remove incorrect roles from accordion, tweak/expand accessibility info * Use `<button>` elements rather than links for the accordion
2018-01-02improves accordion stylesAndres Galante1-1/+1
2018-01-01Use `<button>` elements rather than links for the accordionpatrickhlauke1-6/+6
2018-01-01Remove incorrect roles from accordion, tweak/expand accessibility infopatrickhlauke1-8/+10
2017-12-31Allow nested structure for accordions (#25121)Martijn Cuppens1-27/+0
This commit allows nested structures for accordions. Also a part of the documentation about data-children is removed because this functionality didn't work and it's not applicable anymore. Tests with the collapse accordion are also a bit adjusted to the new situation.
2017-12-30Apply of #25068 to input groupysds1-16/+16