| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-06-16 | 5.0.0-alpha1v5.0.0-alpha1 | XhmikosR | 0 | -0/+0 | |
| 2020-06-16 | Update v5 readme | Mark Otto | 2 | -1/+6 | |
| - New logo - Add callout to v4-dev branch | |||||
| 2020-06-16 | Run dist. | XhmikosR | 61 | -746/+550 | |
| 2020-06-16 | Prepare docs for v5.getbootstrap.com | XhmikosR | 6 | -17/+15 | |
| * use v5.getbootstrap.com as the site URL/CNAME * block robots from crawling * specify next npm tag | |||||
| 2020-06-16 | Rename "master" to "main". (#31050) | XhmikosR | 39 | -54/+54 | |
| 2020-06-16 | v5: Add role=button cursor in Reboot (#31040) | Mark Otto | 2 | -0/+16 | |
| * v5: Add role=button cursor in Reboot Ports the changes from #30562 made in v4.5 and adds them to v5. This replaces #30563 which sought to add this to the utility API, but the v4 PR shifted to implement an accessible solution vs a lone utility. * Update reboot.md Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-16 | Fix typo (#31051) | Quy | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-16 | Move homepage-hero.svg and improve compression | XhmikosR | 3 | -2/+2 | |
| 2020-06-16 | Remove the unused bootstrap-stack.svg | XhmikosR | 1 | -1/+0 | |
| 2020-06-16 | Downsize SVG, add role=img | Mark Otto | 2 | -2/+2 | |
| 2020-06-16 | Center up the B in our logo a bit better | Mark Otto | 2 | -2/+2 | |
| 2020-06-16 | Update navbar logo and hero image | Mark Otto | 4 | -5/+7 | |
| 2020-06-16 | Update navbar and subnav to xxl container | Mark Otto | 2 | -2/+2 | |
| 2020-06-16 | Update v5 homepage to match v4.5's changes | Mark Otto | 19 | -96/+150 | |
| 2020-06-16 | Fix social_image_path dimensions | XhmikosR | 1 | -2/+2 | |
| 2020-06-16 | Add new favicons. | XhmikosR | 8 | -1/+1 | |
| 2020-06-16 | Remove IE-specific images/files. | XhmikosR | 7 | -10/+0 | |
| 2020-06-16 | v5: New favicons | Mark Otto | 16 | -9/+6 | |
| 2020-06-16 | Fix BootstrapCDN's name (#31049) | XhmikosR | 1 | -1/+1 | |
| 2020-06-16 | Fix a broken link and a redirect. (#31045) | XhmikosR | 2 | -2/+2 | |
| 2020-06-16 | Remove reference to Bootlint. | XhmikosR | 1 | -2/+2 | |
| Unfortunately, Bootlint does not work on Bootstrap >= v4. | |||||
| 2020-06-16 | Remove unused issue templates | XhmikosR | 2 | -20/+0 | |
| 2020-06-16 | Tighten bundlewatch limits (#31043) | XhmikosR | 1 | -8/+8 | |
| 2020-06-15 | Clarify removal of border radii | Martijn Cuppens | 1 | -4/+5 | |
| 2020-06-15 | Switch to btn-check | Martijn Cuppens | 7 | -29/+29 | |
| 2020-06-15 | Remove checkbox/radio toggle from button plugin in favor of a CSS only solution | Martijn Cuppens | 10 | -317/+122 | |
| 2020-06-14 | Update index.html | Jonathan | 1 | -2/+2 | |
| Hyphen to minus for amount. Hyphen to dash for ranges. | |||||
| 2020-06-14 | Change breakpoint-max implementation | Martijn Cuppens | 8 | -21/+29 | |
| - The `media-breakpoint-down()` uses the breakpoint itself instead of the next breakpoint. Use `media-breakpoint-down(lg)` instead of `media-breakpoint-down(md)` to target viewports smaller than the `lg` breakpoint. - The `media-breakpoint-between()` mixin's second parameter also uses the breakpoint itself instead of the next breakpoint. Use `media-between(sm, lg)` instead of `media-breakpoint-between(sm, md)` to target viewports between the `sm` and `lg` breakpoints. | |||||
| 2020-06-14 | docs(examples): fix pricing example | Gaël Poupard | 2 | -17/+10 | |
| 2020-06-14 | docs(examples): improve headings hierarchy | Gaël Poupard | 1 | -1/+1 | |
| 2020-06-14 | docs(examples): empty alt for screenshots to prevent redundancy | Gaël Poupard | 1 | -1/+1 | |
| 2020-06-14 | Run dist on latest | Mark Otto | 56 | -798/+291 | |
| 2020-06-12 | 🔥 Remove container duplication | k-utsumi | 2 | -15/+1 | |
| 2020-06-12 | v5: Redo blockquote attributions (#30814) | Mark Otto | 5 | -46/+64 | |
| * v5: Redo blockquote attributions - Renames -small-* variables to -footer-* - Updates blockquote demos with attribution to place it outside the blockquote with a figure wrapper * Updated class name * docs(examples): refactor blockquotes in masonry example Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-12 | Replace serve with sirv-cli. (#31020) | XhmikosR | 2 | -364/+92 | |
| 2020-06-12 | Update devDependencies (#31019) | XhmikosR | 2 | -42/+42 | |
| * eslint-config-xo ^0.30.0 → ^0.31.0 * eslint-plugin-import ^2.21.1 → ^2.21.2 * karma ^5.0.9 → ^5.1.0 | |||||
| 2020-06-12 | Update .gitattributes (#30934) | XhmikosR | 1 | -12/+2 | |
| This requires git >= 2.10 but it was released almost 4 years ago. | |||||
| 2020-06-12 | Stylelint: remove redundant disables (#31006) | XhmikosR | 3 | -5/+1 | |
| 2020-06-11 | docs(layout): drop useless .text-left on overview table | Gaël Poupard | 1 | -15/+15 | |
| 2020-06-11 | Update lint.yml (#31012) | XhmikosR | 1 | -1/+1 | |
| 2020-06-11 | Revert "Change when CI runs" | XhmikosR | 7 | -70/+7 | |
| This reverts commit 37dc6e1031ea43a1d796d0b82347c453b97ec996. | |||||
| 2020-06-11 | Update Actions | XhmikosR | 5 | -10/+11 | |
| * skip BrowserStack if we are not on the main repo * remove the action filename from cache | |||||
| 2020-06-10 | Switch to Node.js 12.x. | XhmikosR | 7 | -7/+7 | |
| 2020-06-10 | Change when CI runs | XhmikosR | 7 | -7/+70 | |
| Run it for all pull requests, the master branch, and any branches that end with `-ci`. | |||||
| 2020-06-10 | Add dart-sass build test | XhmikosR | 1 | -0/+24 | |
| Builds the CSS with dart-sass and lists the files in dist-sass/css folder | |||||
| 2020-06-10 | Split GitHub Actions. | XhmikosR | 7 | -18/+184 | |
| Everything should be faster now. Also, we can restart a failed workflow and not the whole thing like before. | |||||
| 2020-06-09 | fix(grid): zero min-width on .col has too much side-effects (#30979) | Gaël Poupard | 1 | -1/+0 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-09 | Bump @rollup/plugin-commonjs from 12.0.0 to 13.0.0 (#30991) | dependabot-preview[bot] | 2 | -4/+4 | |
| Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 12.0.0 to 13.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/commonjs-v12.0.0...commonjs-v13.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | |||||
| 2020-06-09 | Fix undefined custom properties in reboot (#30981) | Martijn Cuppens | 3 | -2/+6 | |
| 2020-06-09 | Update devDependencies (#30987) | XhmikosR | 2 | -111/+141 | |
| * @rollup/plugin-babel ^5.0.2 → ^5.0.3 * eslint ^7.1.0 → ^7.2.0 * eslint-config-xo ^0.29.1 → ^0.30.0 * eslint-plugin-import ^2.20.2 → ^2.21.1 * rollup ^2.12.0 → ^2.15.0 * serve ^11.3.1 → ^11.3.2 * stylelint ^13.5.0 → ^13.6.0 | |||||
