| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-12-17 | Extended form validation states customization capabilities (#31757) | Dmytro Yaremenko | 2 | -1/+4 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-15 | Fix popover docs example (#32489) | Florian Lacreuse | 1 | -22/+2 | |
| 2020-12-15 | Expand `visually-hidden-focusable` so it can be used on a container, so the ↵ | Patrick H. Lauke | 2 | -2/+8 | |
| container becomes visible when focus is inside it / on one of its child elements. | |||||
| 2020-12-15 | docs: Remove unneeded `.form-group` class (#32483) | Kyle Tsang | 1 | -1/+1 | |
| 2020-12-15 | Remove redundant `pointer-events: none` override for tooltip and popover ↵ | Florian Lacreuse | 2 | -4/+4 | |
| disabled buttons (#32478) Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-15 | docs: Add system-ui to native font stack documentation (#32455) | Alan Orth | 2 | -0/+4 | |
| system-ui was added to the native font stack in #30561 but the docs were not updated. | |||||
| 2020-12-14 | Tooltip/popover - change the default value for `fallbackPlacements` (#32437) | Rohit Sharma | 3 | -6/+12 | |
| The default Popper `fallbackPlacements` value is `[oppositePlacement]`. - The default value was previously (in v4) `'flip'` that can be achieved by passing the single value in the array, like — `[oppositePlacement]`. Keeping `null` also sets the `fallbackPlacements` to `[oppositePlacement]` (Default value in Popper) - It's better to have **clockwise** (`['top', 'right', 'bottom', 'left']`) fallback options so that tooltip/popover can be placed to another side even if the opposite placement doesn't fit. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-14 | Clean up lorem ipsum text in popover examples (#32479) | Florian Lacreuse | 1 | -8/+8 | |
| 2020-12-14 | Add missing `has-validation` in checkout examples (#32464) | Florian Lacreuse | 2 | -2/+2 | |
| 2020-12-14 | docs(cheatsheet): fix RTL sidenav arrows | Gaël Poupard | 2 | -0/+5 | |
| 2020-12-14 | examples: Update font utility classes to new v5 versions (#32449) | Alan Orth | 3 | -12/+12 | |
| * site: Fix .font-italic to .fst-italic in blog example The font utility class was renamed from .font-italic to .fst-italic but a few references didn't get updated. * site: Fix .font-weight-* to .fw-* in RTL examples These font utility classes were renamed from .font-weight-* to .fw-* but a few references didn't get updated. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-14 | Straggler lorem ipsum text (#32463) | Patrick H. Lauke | 1 | -3/+3 | |
| 2020-12-11 | Replace Lorem Ipsum placeholder text with more representative (or at least ↵ | Patrick H. Lauke | 20 | -421/+356 | |
| english language) text (#32246) Replaces shorter examples with more sensible/representative/inforrmative text. For longer passages, resorted to using SFW extracts from http://katyperryipsum.com/ | |||||
| 2020-12-11 | Use box shadows instead of linear gradients to colorize tables (#32348) | Martijn Cuppens | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-10 | Typo: show on xxl, if only xl should be hidden. (#32287) | Thomas Güttler | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-09 | Remove duplicated 'follow Bootstrap on Twitter' link in Community section ↵ | Christian Oliff | 1 | -1/+0 | |
| (#32399) Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-09 | cheatsheet: Drop redundant `(current)` text (#32401) | Gaël Poupard | 2 | -4/+4 | |
| Useless since we're using `aria-current` (see #31891). | |||||
| 2020-12-09 | Remove offset in Popover docs | kyletsang | 2 | -8/+2 | |
| Fix fallbackPlacements in Popover and Tooltip docs | |||||
| 2020-12-09 | docs: Update Popper 2 doc links | kyletsang | 3 | -6/+6 | |
| 2020-12-09 | Fix missed occurrencies of "Popper.js" (#32398) | Gaël Poupard | 1 | -2/+2 | |
| 2020-12-08 | carousel.md: fix `$carousel-transition-duration` reference (#32316) | Radu Chiriac | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-07 | Add a callout for the sanitizer in popovers and tooltips (#32272) | Patrick H. Lauke | 2 | -2/+10 | |
| * Add a callout for the sanitizer in popovers and tooltips * Add second reference to sanitizer in the options Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-06 | Change button copy to make the example clearer | Martijn Cuppens | 1 | -1/+1 | |
| 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 | 1 | -13/+31 | |
| 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 | 1 | -30/+34 | |
| 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 | 63 | -238/+5106 | |
| 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 | 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-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 | 7 | -32/+32 | |
| The npm package is named "popper.js" but the project is named "Popper", so use the latter consistently. | |||||
| 2020-11-19 | Fix a few typos (#32204) | XhmikosR | 4 | -4/+4 | |
| 2020-11-19 | docs: update selector CodePen example (#32163) | XhmikosR | 2 | -2/+2 | |
| 2020-11-19 | Update migration guide about w-100 | Mark Otto | 1 | -1/+1 | |
