| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-12-06 | Move and update migration notes | XhmikosR | 1 | -2/+3 | |
| 2020-12-06 | Update to popper.js v2.x | Johann-S | 4 | -29/+11 | |
| 2020-12-04 | Add toasts & positioning utilities migration docs | Martijn Cuppens | 1 | -0/+8 | |
| 2020-12-04 | Add interactive positioning widget | Martijn Cuppens | 2 | -13/+42 | |
| 2020-12-04 | Add `.translate-middle-x` and `.translate-middle-y` utilities | Martijn Cuppens | 1 | -0/+16 | |
| 2020-12-04 | Add toast positioning | Martijn Cuppens | 2 | -30/+39 | |
| 2020-12-04 | cheatsheet.js: use `event` instead of `e` (#32335) | XhmikosR | 1 | -2/+2 | |
| 2020-12-04 | chore(dist): generate dist files | Gaël Poupard | 1 | -1/+1 | |
| 2020-12-04 | fix gradient | Mark Otto | 1 | -1/+1 | |
| 2020-12-04 | docs(cheatsheet): various fixes | Gaël Poupard | 4 | -120/+166 | |
| 2020-12-04 | Revamp header, headings, aside spacing | Mark Otto | 4 | -42/+18 | |
| Gradients caused artifacts in Safari, layout was feeling a little loose | |||||
| 2020-12-04 | docs(examples): use RTLCSS for RTL examples | Gaël Poupard | 15 | -59/+454 | |
| 2020-12-04 | Adapt to the recent main branch changes | XhmikosR | 5 | -22/+28 | |
| 2020-12-04 | docs(examples): new cheatsheet and RTL examples | Gaël Poupard | 93 | -266/+5157 | |
| 2020-12-01 | Fix empty CSS variable | XhmikosR | 1 | -2/+2 | |
| 2020-12-01 | Add to migration docs | Mark Otto | 1 | -6/+7 | |
| 2020-12-01 | Update breadcrumb docs and dividers | Mark Otto | 1 | -4/+37 | |
| - Add CSS custom property with fallback to Sass variable - Update docs to mention the new CSS custom property - Rewrite some of the docs to use divider instead of separator, and add some context here and there | |||||
| 2020-12-01 | Remove background, padding, border from breadcrumb container | Patrick H. Lauke | 1 | -0/+6 | |
| 2020-11-30 | Remove the `show` property from the modal plugin (#32279) | Rohit Sharma | 1 | -6/+0 | |
| Drop the support of show property from the modal plugin. When creating the new modal instance in v5, the `show` property does not work anymore, so instead of fixing the behavior just removing it permanently to keep the consistency between all the plugins. (All other plugins require the `show()` method to be called on the instances to be shown) Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-30 | Add mention of link underline change to migration and typography (#32281) | Patrick H. Lauke | 2 | -1/+2 | |
| x-ref https://github.com/twbs/bootstrap/discussions/32276#discussioncomment-141850 Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-25 | homepage: fix wrong `alt` attribute (#32258) | XhmikosR | 1 | -1/+1 | |
| 2020-11-25 | Ability to add custom class in tooltip/popover (#32217) | Rohit Sharma | 2 | -0/+18 | |
| Porting of #31834 to main. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-23 | introduction: split comments (#32223) | XhmikosR | 1 | -1/+2 | |
| 2020-11-23 | Update _syntax.scss (#32117) | XhmikosR | 1 | -38/+46 | |
| * Update _syntax.scss with the latest chroma selectors * Sort selectors * Remove no longer needed chroma workaround * remove comments | |||||
| 2020-11-21 | docs: use `event` instead of `e` (#32226) | XhmikosR | 4 | -15/+15 | |
| It's better for clarity. | |||||
| 2020-11-21 | Be consistent with Popper's name. (#32224) | XhmikosR | 8 | -34/+34 | |
| The npm package is named "popper.js" but the project is named "Popper", so use the latter consistently. | |||||
| 2020-11-19 | Revert "Use Hugo mounts for our docs vendor files." (#32210) | XhmikosR | 4 | -78/+30 | |
| * Revert "Adapt to the recent main changes" This reverts commit 50d892167036f440f9224327b0a48cf72a2e44b6. * Revert "Add Hugo Pipes logic for local and vendored scripts." This reverts commit 3fcfd606f2c264f1d3434e99c140a05edec461c3. * Revert "Use Hugo mounts for our docs vendor JS files." This reverts commit 6b071116f3b09b59a423ad999efbd67f8645bfa5. | |||||
| 2020-11-19 | Adapt to the recent main changes | XhmikosR | 1 | -4/+4 | |
| * remove `bs-custom-file-input.min.js` * switch to errorf * change error message | |||||
| 2020-11-19 | Add Hugo Pipes logic for local and vendored scripts. | Regis Philibert | 2 | -14/+78 | |
| 2020-11-19 | Use Hugo mounts for our docs vendor JS files. | XhmikosR | 3 | -17/+1 | |
| 2020-11-19 | Fix a few typos (#32204) | XhmikosR | 4 | -4/+4 | |
| 2020-11-19 | Manually optimize SVGs (#32187) | Martijn Cuppens | 3 | -3/+3 | |
| 2020-11-19 | docs: update selector CodePen example (#32163) | XhmikosR | 2 | -2/+2 | |
| 2020-11-19 | examples: add the version number in `title` (#32198) | XhmikosR | 1 | -1/+1 | |
| 2020-11-19 | Update migration guide about w-100 | Mark Otto | 1 | -1/+1 | |
| 2020-11-19 | examples: fix `.btn-block` instances | XhmikosR | 3 | -5/+5 | |
| 2020-11-19 | Docs: fix homepage npm install version (#32194) | Jiang Yan | 1 | -1/+1 | |
| 2020-11-18 | Docs: change sidebar collapse controls to actual button elements (#31098) | Patrick H. Lauke | 2 | -18/+31 | |
| apart from the visual styling, there's probably no good reason why these shouldn't be `<button>` elements, semantically the buttons still look a shade too button-like, despite using `.btn-light`. the last remnant of button styling can probably be suppressed further, *or* this makes the case for expanding the core button styles to have one that looks completely non-button and non-link like (for cases where an additional style/hint was given already, or it's clear from context that something's an actionable button or link) Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-18 | correct "breakpoint" typo (#32191) | Matt Shaw | 1 | -1/+1 | |
| breakpoing --> breakpoint | |||||
| 2020-11-18 | docs: Add missing `.has-validation` class for input group example (#32162) | Kyle Tsang | 1 | -1/+1 | |
| Co-authored-by: Martijn Cuppens <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-18 | docs(dropdowns): clarify where is `.show` applied (#32189) | Gaël Poupard | 1 | -1/+1 | |
| Fixes #32712 | |||||
| 2020-11-17 | Fix the marker SVG color to match the button (#32174) | Christian Oliff | 1 | -1/+1 | |
| 2020-11-17 | docs: use `expanded` Sass output style for development (#32176) | XhmikosR | 1 | -1/+1 | |
| 2020-11-17 | skippy.html: reduce whitespace output | XhmikosR | 1 | -3/+2 | |
| 2020-11-17 | Add baseof layout | Tiger Oakes | 5 | -143/+114 | |
| 2020-11-17 | Move redirect layout into partial | Tiger Oakes | 3 | -22/+13 | |
| 2020-11-15 | Switch to jsDelivr for the remaining docs assets (#32158) | XhmikosR | 2 | -6/+6 | |
| 2020-11-14 | popovers.md: unbreak line (#32153) | XhmikosR | 1 | -2/+1 | |
| 2020-11-14 | search.js: remove `window.location.origin` workaround | XhmikosR | 1 | -15/+1 | |
| 2020-11-14 | Use `String.startsWith` | XhmikosR | 1 | -1/+1 | |
