aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto2-277/+0
2017-05-24Update Popper.js to 1.9.9Johann-S1-1/+1
2017-05-17Update Popper.js 1.9.4Johann-S1-1/+1
2017-05-14Update Popper.js 1.9.3Johann-S1-1/+1
2017-05-14Update Popper.js 1.9.1 + Update documentation about Dropdown placementJohann-S1-1/+1
2017-05-14Update Popper.js 1.8.2Johann-S1-1/+1
2017-05-14Remove totaly Tether from documentation + dependenciesJohann-S1-1/+1
2017-04-11Remove inappropriate role="listbox" from carouselsPatrick H. Lauke1-1/+1
2017-03-30Add explicit aria-label to placeholder-only inputsPatrick H. Lauke1-1/+1
While `placeholder` is nominally valid per spec http://rawgit.com/w3c/html-api-map/master/index.html#accessible-name-and-description-calculation it is inelegant, a fallback, and not supported in ios/safari/voiceover and android/chrome/talkback, to name a few combinations `aria-describedby` is also not really the right tool for providing a name/label equivalent, so remove that from the list of possible alternative methods / clarify how it can be used
2017-03-23rename from .navbar-toggleable to .navbar-expand to reflect mobile first ↵Mark Otto1-1/+1
approach everywhere else
2017-03-23more docs updatesMark Otto1-2/+2
2017-03-20bump to jquery 3.2.1Mark Otto1-1/+1
2017-03-20Update dependencies.Bardi Harborow1-1/+1
2017-01-05Update dependencies.Bardi Harborow1-1/+1
2017-01-02update docs and examples to use new utilsMark Otto1-1/+1
2017-01-01Update more copyright years to 2017 (#21491)Quan You1-1/+1
* Update ie10-viewport-bug-workaround.js year * Update narrow-jumbotron copyright year to 2017 * Update carousel/index.html copyright year to 2017 * Update browsers-devices.md copyright year to 2017 * Update change-version.js copyright year to 2017
2016-12-31v4: Rip out IE compatibility mode meta tags (#21483)Mark Otto1-2/+0
* Remove IE compatibility mode meta tag from docs, examples, and JS tests as we no longer support IE9 and IE8 * update and remove some IE bits from our supported browser page * update introduction.md to match * reword starter template intro
2016-12-31switch to jquery slim, update examples to use code.jquery.com cdnMark Otto1-1/+1
2016-12-28update all examplesMark Otto2-10/+2
2016-12-24unify alignment of all these dang navbar formsMark Otto1-3/+3
2016-12-22streamline example navbars by removing .hidden-* classes on togglersMark Otto1-1/+1
2016-12-22put new toggler markup to useMark Otto1-1/+3
2016-12-22fixes #18115: move forward with one naming scheme for inversed color ↵Mark Otto1-1/+1
schemes, renaming .navbar-dark to .navbar-inverse (matching .card-inverse in the process and restoring v3's inverted class name)
2016-12-22fix carousel navbarMark Otto1-16/+20
2016-12-04drop the .carousel-control base classMark Otto1-2/+2
2016-12-04redo the carousel example to matchMark Otto2-23/+15
2016-11-27Rename `.navbar-toggleable-xs` to `.navbar-toggleable` + more cleanup (#21226)Starsam801-1/+1
* Clean up some utilities - Align CSS properties - In `_spacing.scss`, we had a comment saying what 'a' was for, but we removed that so this comment no longer applies * Remove '-xs' from `.navbar-toggleable-xs` and remove duplication * Fix outdated classes to use newer ones
2016-11-26Remove 'xs' from text utilities (#21217)Starsam801-2/+2
2016-11-03replace img-circle by rounded-circle css classEddie Lau 3dd131-3/+3
2016-10-20Normalize examples and update where relevant.Bardi Harborow2-1/+2
2016-10-12v4: Fix outdated utilites classesvsn4ik1-3/+3
2016-09-26Rename pull-*-{left|right} classes to .float-*-left and .float-*-rightMark Otto1-1/+1
2016-06-28Support jQuery v3 in Bootstrap v4 (#20191)Chris Rebert1-1/+1
* bower.json, package.json: Extend jQuery version ranges to include v3 * NuGet: Bump jQuery to v3.0.0.1 * Docs+Examples: Update jQuery to v3.0.0 * Use jQuery v3.0.0 for JS unit tests * Update jqueryVersionCheck to allow jQuery v3.x.x
2016-05-26Update jQuery to v2.2.4.XhmikosR1-1/+1
2016-04-06Finish killing .center-block; fixes #19443Teo Dell'Amico1-3/+3
Replace the leftover instances with .m-x-auto (and .d-block when necessary) Closes #19665 Refs #19102 [skip sauce]
2016-03-19Update jQuery to v2.2.2.XhmikosR1-1/+1
2016-03-07Examples: Update tether to v1.2.0.XhmikosR1-1/+1
[ci skip]
2016-02-06flip things around again, no more base class, try out some new stuff to keep ↵Mark Otto1-9/+9
responsive flex grid working
2016-02-06Update base class for grid cols in all examplesMark Otto1-9/+9
2016-01-10docs: Add SRI hash for Tether; refs #18665Chris Rebert1-1/+1
2016-01-10docs: Add SRI hash for jQuery; refs #18665Chris Rebert1-1/+1
2015-12-24Add Tether to example pages that were missing itChris Rebert1-0/+1
[skip sauce]
2015-11-29Merge pull request #18340 from twbs/responsive-pullsChris Rebert1-1/+1
Add responsive float classes
2015-11-26Add responsive float classes; fixes #13690Chris Rebert1-1/+1
2015-11-22Remove non-responsive text alignment classesChris Rebert1-2/+2
These can be replaced by their `.text-xs-*` parallels. This also avoids any complications from interactions between the responsive and non-responsive classes. (e.g. `<div class="text-left text-md-right">`) Refs #18300 [skip sauce]
2015-10-24Switch to jQuery 2.1.4.XhmikosR1-1/+1
Now that we don't support IE 8 it's safe to do that.
2015-10-06Add shrink-to-fit viewport directivePatrick H. Lauke1-1/+1
Fixes potential problems with iOS9's new viewport behavior - see for instance https://forums.developer.apple.com/thread/13510
2015-09-06Fixes to examplesMaurice Wahba1-2/+2
2015-09-06Clean up inclusion of IE-specific JS files.XhmikosR1-3/+0
Move them to footer, and remove duplicate ones. [ci skip]
2015-09-01Rename .img-responsive class to .img-fluidKevin Kirsche1-3/+3
Fix #17166