aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
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-21Add CSS Utility for `auto` width and height Properties (#24249)Taufek Johar1-1/+3
Currently bootstrap only provides 4 variations of `width` and `height` css utilities, which are: 1. 25% 2. 50% 3. 75% 4. 100%. Here, I'm adding `auto` to the list. This is useful when we need to reset the width/height value back to the browser default value at some point.
2018-01-21Document .flex-fill class in flex utilsMark Otto1-0/+17
2018-01-21Remove escaping selector and add a warning to inform folks to escape their ↵Johann-S1-0/+5
selectors (#25390)
2018-01-21Update dropdown.js to allow referenceElement (#25219)719media1-0/+38
2018-01-20tweak htmlMark Otto1-20/+10
2018-01-20Merge branch 'borderless-table' of https://github.com/Varunram/bootstrap ↵Mark Otto1-0/+80
into Varunram-borderless-table
2018-01-19Use Jekyll's markdownify filter instead of a custom plugin (#25319)m5o4-31/+28
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-19Correct capitalisation of PayPal (#25362)Christian Oliff1-1/+1
2018-01-18Remove -Pre from Nuget install info since we're stable now /cc @supergibbsv4.0.0Mark Otto1-4/+2
2018-01-18Bump version to 4.0.0Mark Otto1-1/+1
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-17Improve examples' screenshots compression.XhmikosR20-0/+0
Convert them to 8-bit and compress them with optipng and zopflipng. Before: 902 KB (923,969 bytes) After: 431 KB (441,372 bytes)
2018-01-17Consistently sized 960x600 wide images.Mark Otto21-1/+1
2018-01-17Only 2-col on sm+Mark Otto1-1/+1
2018-01-17Prevent print utils from overriding all other display utils (#25269)Mark Otto2-9/+23
* Prevent print utils from overriding all other display utils Fixes #25221. I agree with the referenced issue—this is unexpected and also causes a serious bug when mixed with other utility classes. This wasn't an issue in v3 given we had different utilities for hiding that weren't focused on display property. * Add printing changes to migration docs * unrelated heading sentence case change * List out all .d-print- classes
2018-01-16Add order-last grid class (#24915)Casper Bornebusch1-3/+3
* Add order-*-last grid class * copy updates
2018-01-15Mention .input-group-text in migration docs (#25325)Mark Otto1-1/+1
Closes #25231
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-15closes #25280Mark Otto1-1/+1
2018-01-15Add example of a Spanish translation for custom file input (#25302)Mark Otto1-1/+10
2018-01-14Update copyright for 2k18 (#25303)Mark Otto7-7/+7
* Update copyright range to include 2018 * Extend copyright date range on new files from 2017 to include 2018
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-14Theming docs update (#25300)Mark Otto1-1/+15
* heading for better linking * tell folks where to start * more headings * required keys section added, closes #25293
2018-01-14one more img compressionMark Otto5-0/+0
2018-01-14Examples updates (#24898)Mark Otto57-1064/+1619
* fix cover nav * Improve signin visuals and alignment with that flexbox love * rewrite cover example in flexbox * lighten signin bg * first pass at pricing example * redo examples index with data file * tighten up spacing a bit * update navbar descriptions * link pricing * move that back * property order * Fix test errors. * Compress pricing.png. * add form validation example * remove that * rename that * restyle and space out * fix errors * change order * cleanup album css and styles * tweak examples index * make it a badge * options * improve sticky footer alignment * redesign example index * brand new blog layout * start new screenshots * new product example page a la apple * add email field * fix linter, remove unused blog css * hook up feather icons to start * redo dashboard * fix linting * add floating labels example * formatting * formatting * lint * fix values on select * optional input, plus input group * new dashboard image * start to reboot the offcanvas example * updated images * new offcanvas mostly implemented * linting * edit description * more description changes * - Add vertical margin to album hero buttons for when they're stacked - Adjust font-size and padding for pricing header and hero - Fix checkout's stacked column margins, plus update their check/radio markup - Update product's utilities to be responsive - Made blog cards somewhat responsive (needs a bit more work tbh) * drop leading zero * more linting * swap empty images for holder, fix border * dist the docs * navbars have no margin-bottom to begin * add css var, tweak padding for mobile * comment headers * nix commented out code * nix the navbar structure for a custom one, stack it on mobile * tweak heading button group for mobile * Removed narrow jumbotron and justified nav examples as these are easily accomplished with new components in v4 * improve card sizing on pricing * update and compress
2018-01-14add List Group Flush to List Group docs (#25289)Jason Korth1-0/+14
fixes #25288
2018-01-14Add new Approach docs page (#25165)Mark Otto1-0/+71
2018-01-11Clean up and tweak ESLint rules.XhmikosR2-1/+12
Also, refactor ESLint and stylelint config files; now everything will work from our root dir.
2018-01-11Deprecate hover media query shim and mixins (#25270)Mark Otto2-11/+11
* Deprecate hover media query shim and mixins Fixes #25195. This never was completed or fully implemented, and the docs are inaccurate as to what browsers are currently affected by this stickied hover problem. This PR aims to update the docs and deprecate the shim from our mixins and only return the pseudo-classes. To reflect the order of these states used elsewhere (e.g., our button styles), I've also updated the order of each within the mixin. * Mention in docs and variables that it's deprecated
2018-01-11Remove `touch-action:manipulation` click optimization (#25250)Patrick H. Lauke1-15/+1
Due to a severe performance bug in Chrome (see https://bugs.chromium.org/p/chromium/issues/detail?id=800522) and due to the fact that (with the exception of IE/Edge on Windows desktop with touchscreen) all modern browsers now optimize the click delay away anyway, this optimization is not needed. Closes https://github.com/twbs/bootstrap/issues/24670
2018-01-11Fix invalid "constraint validation API" URL in docs (#25244)Vytas1-1/+1
2018-01-11Update browser compatibility note for `position: sticky` since Edge supports ↵Christian Oliff1-1/+1
it now (#25229) The latest shipping version of Edge supports position: sticky and I've successfully tested it with Bootstrap 4 and it works as intended. I added IE10 in place of Edge in that note as I assume that IE10 also has the `position: relative` fallback. REF: https://caniuse.com/#search=sticky
2018-01-11Fix variable name in display utility class naming (#25261)Vytas1-1/+1
2018-01-05Added required checkbox exampleJesse Mandel1-1/+30
2018-01-03Document `order-0` (#25191)ysds1-1/+1
2018-01-03Patch fractional viewport widths to work around Safari rounding bug (#25177)Patrick H. Lauke3-11/+11
Includes simplifying the prose in `tables.md` and adding the bug to the list of browser bugs. Closes https://github.com/twbs/bootstrap/issues/25166
2018-01-02Add some documentation on using CSS vars (#25176)Mark Otto1-0/+68
* Add some documentation on using CSS vars Fixes #25147 * link to MDN doc
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-01improve additive/subtractive border util docsMark Otto1-1/+10
2018-01-01Merge branch 'docs-border-utilities' of https://github.com/ysds/bootstrap ↵Mark Otto1-1/+5
into ysds-docs-border-utilities
2018-01-01Use `<button>` elements rather than links for the accordionpatrickhlauke1-6/+6