| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-08-27 | Remove "Wall of browser bugs" page. (#29297) | XhmikosR | 8 | -652/+4 | |
| While important in the past, it has become obsolete, so removing it seems the best solution. | |||||
| 2019-08-26 | Link helpers & use utility API for all utilities | Martijn Cuppens | 6 | -27/+23 | |
| 2019-08-24 | Document example of datalists with form controls (#29058) | Mark Otto | 1 | -0/+20 | |
| - Add example to the new form control docs - Reset the [list] selector in Reboot to hide the random dropdown arrow in Chrome | |||||
| 2019-08-24 | Documentation tweak | Martijn Cuppens | 1 | -6/+2 | |
| 2019-08-24 | Add support and docs for color input | Mark Otto | 1 | -0/+15 | |
| 2019-08-22 | fixed minor typo (#29291) | tracyjordan | 1 | -1/+1 | |
| 2019-08-22 | Drop nav divider mixin | Martijn Cuppens | 1 | -1/+2 | |
| 2019-08-18 | Minor wording tweaks | XhmikosR | 3 | -3/+3 | |
| 2019-08-18 | allow to pass popper.js configuration for tooltip/popover and dropdown | Johann-S | 3 | -0/+18 | |
| 2019-08-18 | docs css: minor cleanup (#29266) | XhmikosR | 3 | -10/+0 | |
| 2019-08-18 | docs: fix tap targets (#29272) | Martijn Cuppens | 2 | -4/+5 | |
| 2019-08-17 | Move favicon.ico and apple-touch-icon.png in hugo mounts. | XhmikosR | 1 | -0/+0 | |
| 2019-08-16 | Use US locale consistently. (#29255) | XhmikosR | 3 | -3/+3 | |
| 2019-08-16 | Clarify order documentation (#29252) | Martijn Cuppens | 1 | -6/+6 | |
| 2019-08-14 | Fix redirects. (#29254) | XhmikosR | 7 | -7/+7 | |
| 2019-08-08 | Use `absURL` so that we get consistent URLs. (#29226) | XhmikosR | 2 | -4/+4 | |
| 2019-08-08 | docs: minor simplification. (#29227) | XhmikosR | 2 | -3/+3 | |
| 2019-08-07 | Remove unneeded Stylelint suppressions. (#29222) | XhmikosR | 1 | -1/+1 | |
| 2019-08-07 | browser-devices.md: Fix Android version (#29224) | XhmikosR | 1 | -1/+1 | |
| 2019-08-05 | Responsive containers (follow-up to #29095) (#29118) | Mark Otto | 4 | -35/+132 | |
| * 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-04 | Update form-control.md (#29203) | XhmikosR | 1 | -3/+3 | |
| Fix Readonly plain text form alignment | |||||
| 2019-08-04 | Update javascript.md | XhmikosR | 1 | -2/+2 | |
| 2019-08-04 | explain how to use bootstrap 5 with jQuery | Johann-S | 1 | -0/+4 | |
| 2019-08-04 | remove jquery references from list group | Johann-S | 1 | -14/+38 | |
| 2019-08-04 | v5: Docs Utilities API updates (#29126) | joseigor | 1 | -1/+1 | |
| Improvement to better understand how utilities class name are generated by the (_api.scss) base in the line of code below: `$property-class: if($property-class, $property-class, nth($properties, 1));` https://github.com/twbs/bootstrap/blob/fc02932946424e986a72bb7b47044eab815851cb/scss/mixins/_utilities.scss#L21 | |||||
| 2019-08-04 | docs: Fix badges after #28458. (#29199) | XhmikosR | 5 | -7/+7 | |
| 2019-08-03 | Mention pagination margin change in migration docs (#29196) | Mark Otto | 1 | -0/+4 | |
| From #28948. | |||||
| 2019-08-03 | Change SVG dimensions to px values (#29195) | Martijn Cuppens | 1 | -3/+3 | |
| 2019-08-02 | Update javascript.md | XhmikosR | 1 | -1/+1 | |
| 2019-08-02 | add a way to disable jQuery detection | Johann-S | 1 | -1/+1 | |
| 2019-08-02 | robots.txt: adapt for Netlify. (#29192) | XhmikosR | 1 | -2/+6 | |
| Since we build with `HUGO_ENV` set to `production` on Netlify, use another variable to prevent crawling. | |||||
| 2019-08-01 | Update javascript.md | XhmikosR | 1 | -2/+1 | |
| 2019-08-01 | Update javascript.md | XhmikosR | 1 | -2/+2 | |
| 2019-08-01 | add callout about jquery events | Johann-S | 1 | -0/+13 | |
| 2019-08-01 | remove jquery in scrollspy docs | Johann-S | 1 | -6/+20 | |
| 2019-08-01 | remove jquery in tab docs | Johann-S | 1 | -15/+35 | |
| 2019-07-31 | Add missing role="document" (#29172) | Herst | 1 | -6/+6 | |
| 2019-07-30 | Fix minor typo (#29168) | Patrick H. Lauke | 1 | -1/+1 | |
| 2019-07-29 | Update migration.md | XhmikosR | 1 | -0/+1 | |
| 2019-07-29 | remove underscore for static methods | Johann-S | 8 | -14/+14 | |
| 2019-07-29 | Minor: fix sentence (#29160) | Patrick H. Lauke | 1 | -1/+1 | |
| "Popovers whose both title..." | |||||
| 2019-07-29 | Rename site/data/nav.yml to sidebar.yml. | XhmikosR | 2 | -1/+1 | |
| 2019-07-29 | docs: Move trailing URL slashes to the variables. | XhmikosR | 3 | -7/+7 | |
| 2019-07-28 | Update scrollspy.md (#29156) | Brian Juul Andersen | 1 | -1/+1 | |
| Fixed minor grammatical error: "... the best method get scroll ..." => "... the best method to get scroll ..." | |||||
| 2019-07-26 | Remove `$enable-hover-media-query` | Martijn Cuppens | 1 | -1/+0 | |
| 2019-07-26 | config.yml: add OpenCollective. (#29143) | XhmikosR | 1 | -1/+1 | |
| This was missing since the Hugo switch (d95d300). | |||||
| 2019-07-26 | Update docs vendor libs (#29134) | XhmikosR | 2 | -9/+12 | |
| * Update bs-custom-file-input.min.js to v1.3.2. * Update anchor.min.js to v4.2.0. | |||||
| 2019-07-25 | Remove outdated documentation | ysds | 3 | -75/+52 | |
| * Remove about generated button of file form * Remove and merge layout examples of custom forms * Clarify id/for * Change some spacing classes for consistency | |||||
| 2019-07-25 | Merge code page with reboot | Martijn Cuppens | 3 | -60/+40 | |
| 2019-07-25 | Reboot updates | Martijn Cuppens | 2 | -0/+67 | |
| - Remove unsupported browsers fixes - More consistent comment blocks - Reorganise order of some blocks - Add height fix for date/month/week/time inputs (#18842) - Remove redundant type selectors - Additional resets and theming options for `legend` - Add date & color inputs to reboot page - Use the same borders for text search, text inputs, textareas and date inputs - Move code styling to reboot | |||||
