aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0
AgeCommit message (Collapse)AuthorFilesLines
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
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-31Add description about positive borderysds1-1/+1
2017-12-31Add positive border utilitiesysds1-0/+4
2017-12-30Apply of #25068 to input groupysds1-16/+16
2017-12-30Add modal-dialog-centered class to vertically centered modal example.Kramb1-1/+1
2017-12-31Mention -file-text change in Migration docs (#25144)Mark Otto1-0/+2
Fixes #25127.
2017-12-31Remove Entypo from "Preferred Icon Sets". (#25141)Raaj Trambadia1-1/+0
The download link for Entypo (on its website) is invalid. It's a Dropbox link which now results in a 403 error. The website was last updated in 2015 (as seen in the footer).
2017-12-31Move inline JS outside of HTML. (#25140)XhmikosR1-16/+9
2017-12-31Remove trailing spaces.XhmikosR1-1/+1
2017-12-31layout/overview.md: fix double copy button.XhmikosR1-2/+2
2017-12-30drop "simply" and tweak a few other bitsMark Otto1-2/+2
2017-12-30Updated docs for translating "Browse" text into other languagesAlberto1-9/+3
"Choose file ..." text is now written inside the label tag, so the translation is outside the css scope. $custom-file-text variable should only contain "Browse" translations.
2017-12-30Update Theming docs for removing map items (#25108)Mark Otto1-1/+9
2017-12-30Remove unnecessary `align-middle` class from Navbar docs (#25116)Andres Galante1-1/+1
2017-12-28Add examples of disabled tooltip and popover triggersMark Otto2-0/+23
2017-12-28Remove blank lineysds1-1/+0
2017-12-28Add docs about active menu items (#24993)ysds1-0/+13
2017-12-28add note about single vs groupMark Otto1-1/+1
2017-12-28Update JS-powered buttons docs to include single button exampleMark Otto1-8/+2
Closes #25067
2017-12-28Set `cursor:pointer` for `<summary>`Andres Galante1-0/+16
2017-12-27extra spaceMark Otto1-1/+0
2017-12-27closes #24929Mark Otto1-2/+2
2017-12-27improve docs tablesMark Otto13-22/+22
2017-12-26Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto2-28/+24
2017-12-26remove popover static exampleMark Otto1-41/+3
2017-12-26remove broken static demoMark Otto1-34/+1