| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-08-12 | CI: run bundlesize only for pushes. | XhmikosR | 1 | -1/+1 | |
| 2019-08-12 | Reindent workflows/test.yml. | XhmikosR | 1 | -37/+37 | |
| 2019-08-09 | Fix Firefox rendering issue (#29234) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-08-08 | Limit coveralls to our repo. | XhmikosR | 1 | -1/+1 | |
| 2019-08-08 | Run bundlesize separately. | XhmikosR | 2 | -1/+7 | |
| 2019-08-08 | Prep for migration to GitHub Actions CI/CD | Mark Otto | 3 | -20/+45 | |
| 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 | 2 | -3/+1 | |
| 2019-08-07 | browser-devices.md: Fix Android version (#29224) | XhmikosR | 1 | -1/+1 | |
| 2019-08-06 | Fix min-width of input-group flex items (#29209) | Shohei Yoshida | 1 | -0/+1 | |
| 2019-08-05 | Responsive containers (follow-up to #29095) (#29118) | Mark Otto | 6 | -39/+177 | |
| * 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 | Simplify css-prefix scripts. (#29205) | XhmikosR | 1 | -2/+2 | |
| 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 | Allow .page-links to get left margin. (#28948) | GeoSot | 3 | -19/+19 | |
| * Allow .page-links to get left margin. * Add border-radius to page-links in case they have left margin * Apply MartijnCuppens suggestion to _pagination.scss Co-Authored-By: Martijn Cuppens <[email protected]> * Plus if/else Rules * Formatting fixes * Fix border-radius for pagination-size * Use mixin for default pagination sizing | |||||
| 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 | 15 | -27/+92 | |
| 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-02 | Update devDependencies. (#29189) | XhmikosR | 2 | -45/+45 | |
| 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 | Fix typos. (#29178) | XhmikosR | 3 | -4/+4 | |
| 2019-07-31 | Add missing role="document" (#29172) | Herst | 1 | -6/+6 | |
| 2019-07-30 | carousel: fix transition properties order. (#29173) | XhmikosR | 1 | -1/+1 | |
| 2019-07-30 | Fix minor typo (#29168) | Patrick H. Lauke | 1 | -1/+1 | |
| 2019-07-29 | Remove comment about tabindex (#29165) | Shohei Yoshida | 1 | -2/+1 | |
| 2019-07-29 | Update migration.md | XhmikosR | 1 | -0/+1 | |
| 2019-07-29 | remove underscore for static methods | Johann-S | 32 | -215/+215 | |
| 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 | 4 | -10/+10 | |
| 2019-07-29 | Fix reboot for placeholder links (#29140) | Shohei Yoshida | 1 | -4/+2 | |
| 2019-07-29 | Update devDependencies. (#29141) | XhmikosR | 2 | -24/+24 | |
| 2019-07-29 | Change property from background to background-image (#29149) | Chandan Deep | 1 | -2/+2 | |
| For Gradient, We have to use the background-image instead of only background. | |||||
| 2019-07-28 | Remove Slack badge link for now | Mark Otto | 1 | -1/+0 | |
| 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-28 | allow dynamic modal body for scrollable modals | Johann-S | 2 | -4/+22 | |
| 2019-07-27 | Haha, floats. It's 2019 (#29147) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-07-26 | Remove `$enable-hover-media-query` | Martijn Cuppens | 1 | -1/+0 | |
| 2019-07-26 | config.yml: add OpenCollective. (#29143) | XhmikosR | 2 | -1/+2 | |
| This was missing since the Hugo switch (d95d300). | |||||
