aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3/examples
AgeCommit message (Collapse)AuthorFilesLines
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR42-3296/+0
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.
2020-04-18Remove negative margins leftovers (#30596)Martijn Cuppens1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-04-15v5: Improve the responsiveness of our Dashboard example (#30573)Mark Otto1-3/+3
Cleans up some column classes to ensure things line up across all viewports. Also fixes some broken padding on the .navbar-brand. Co-authored-by: XhmikosR <[email protected]>
2020-04-13Update docs for new XXL grid tierMark Otto2-1/+42
- Updates mentions of number and exact tiers - Updates grid example to include xxl container - Adds some scss-docs references - Cleans up other grid mentions and docs - Updates navbar example to include an expand at XXL variant
2020-03-31Use unordered lists in dropdown-menusMartijn Cuppens4-65/+65
2020-03-31Require `.form-label` classes on form labels (#30476)Martijn Cuppens2-14/+13
2020-03-28Dist (#29924)XhmikosR1-4/+0
2020-03-24Add explicit aria-label to unlabeled controlsPatrick H. Lauke1-5/+5
- in particular, controls that just relied on `placeholder`, as this is still not officially/consistently supported as a valid way to provide an accessible name (though some browsers do use it as a fallback)
2020-03-23Simplify input groups by dropping `.input-group-prepend` and ↵Martijn Cuppens1-7/+3
`.input-group-append`
2020-03-23Use a link helper instead of the text color utilityMartijn Cuppens4-47/+47
2020-03-18Remove Internet Explorer leftoversXhmikosR13-23/+12
2020-03-18Dashboard example: use the core `.position-sticky` class. (#30408)XhmikosR2-8/+1
2020-03-10fix indentionMartijn Cuppens1-1/+1
Co-Authored-By: Shohei Yoshida <[email protected]>
2020-03-10Update examples to the Bootstrap 5 gridMartijn Cuppens13-124/+173
2020-03-05Add `loading="lazy"` in images (#30199)XhmikosR1-1/+4
2020-03-04CSS & alignment tweaksMartijn Cuppens2-19/+4
2020-03-04Example dashboard: fix menu disappearing on small viewportMinobi2-2/+17
2020-02-07Use `aria-current` where appropriate (#30079)Gaël Poupard10-22/+22
2020-01-13Blog example: add `display=swap` for the Google Font (#30013)XhmikosR1-1/+1
2020-01-13Dashboard example: update Chart.js to v2.9.3. (#30014)XhmikosR1-2/+2
2019-12-25Remove redundant classesMartijn Cuppens1-1/+1
2019-12-25Update index.htmlXhmikosR1-1/+1
2019-12-25Examples: adapt after the container requirement.XhmikosR6-132/+144
2019-12-25Fix offcanvas example. (#29909)XhmikosR1-53/+55
2019-12-20examples: Fix checkout page (#29886)Martijn Cuppens1-17/+17
2019-11-07dashboard/index.html: update feather-icons to v4.24.1 (#29651)XhmikosR1-2/+2
2019-10-27v5: Simplify navbars by requiring containers (#29339)Mark Otto1-213/+231
* v5: Simplify navbars by requiring containers * Update migration docs for navbar
2019-09-16examples: darken gray a little bit.XhmikosR3-5/+5
2019-09-06Move shortcodes used only once where they are needed.XhmikosR1-1/+21
2019-09-03Tweak form validation snippet. (#29359)XhmikosR1-7/+6
* remove load event * use `forEach` and `querySelectorAll` * simplify check
2019-09-02Examples: use our utilities more. (#29358)XhmikosR5-19/+12
2019-08-28blog example: remove unused CSS. (#29316)XhmikosR1-19/+0
2019-08-05Responsive containers (follow-up to #29095) (#29118)Mark Otto2-2/+42
* Follow-up to #29095 This PR fixes the responsive containers that were added in #29095, originally stubbed out in #25631. Apologies to @browner12 for getting that wrong. Fixes #25631. * update navbar as well because we cannot reset all containers uniformly * Update navbars example to include container-xl example to ensure containers match * rewrite responsive containers docs, add table of max-widths * Update container docs - Move table up to the intro - Remove the container example because it's actually hella confusing - Update and link to grid example as a demo instead
2019-08-04docs: Fix badges after #28458. (#29199)XhmikosR2-2/+2
2019-07-22Simplify code for 'cover' example by using utility classes. (#28986)Christian Oliff2-64/+11
2019-07-22Use sha384.XhmikosR2-4/+4
2019-07-22Manually escape script.XhmikosR1-1/+3
2019-07-22Remove useless script.XhmikosR1-2/+0
2019-07-22Use .html like every other example, change the layout, simplify some things ↵Mark Otto2-102/+105
for now
2019-07-22Remove card columns in favor of masonry gridMartijn Cuppens1-0/+102
2019-07-22Allow to pass integrity & async attribute to extra jsMartijn Cuppens3-5/+7
2019-07-21v4/v5: Add responsive containers (#29095)Mark Otto2-0/+17
* create responsive containers provide more flexibility and allow the user to determine when containers switch from fluid to fixed width. * fix the base container code this commit fixes the non-media portion of the generated CSS. I learned about the `@extends` directive and was able to put it to good use. I create a new temporary map that contains all the main `$container-max-widths` and join it to our 2 special cases of 'xs' and 'fluid'. Then we loop through that and, with the appropriate infixes, extend our placeholder * formatting for style forgot to run my tests before the last push, i think these are better. * finish incomplete comment * fix the responsive containers using the `@extend` directive I was able to clean up this code * fix responsive containers in the navbar mostly we just look through all of our breakpoints so we can include all of the responsive container classes in the tweaks we have to do for the navbar (redeclaring flex properties, don't double up on padding, etc) * Simplify container extends * Simplify navbar containers * Rearrange, add comments, ensure everything is nested in $enable-grid-classes * Reduce new CSS by using attribute selector We avoid using `@extend` whenever possible, and this is more readable * Update _grid.scss * Update _navbar.scss * Add docs for responsive containers, redesign the container layout page * Add to the Grid example
2019-07-12dist v5Mark Otto2-4/+0
2019-06-07Removal of one of the most iconic components of Bootstrap: the jumbotron ↵Martijn Cuppens9-136/+19
(#28876)
2019-06-06Update site/content/docs/4.3/examples/sticky-footer-navbar/index.htmlXhmikosR1-1/+1
Co-Authored-By: Shohei Yoshida <[email protected]>
2019-06-06Update site/content/docs/4.3/examples/sticky-footer-navbar/index.htmlXhmikosR1-1/+1
Co-Authored-By: Shohei Yoshida <[email protected]>
2019-06-06Examples: make use of core utils in more places.XhmikosR7-28/+5
2019-05-08Documentation tweaks (#28679)Martijn Cuppens1-5/+5
* Documentation tweaks * Remove redundant col-12 classes
2019-05-08Album example: remove misleading jumbotron-heading classname (#28741)Patrick H. Lauke2-2/+2
2019-03-13Add a docsref shortcode.XhmikosR7-8/+8
This allows for the build to fail if a reference isn't found.