| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2020-11-19 | examples: fix `.btn-block` instances | XhmikosR | 3 | -5/+5 | |
| 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-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 | Move migration notes | XhmikosR | 1 | -5/+5 | |
| 2020-11-14 | Update the remaining files | XhmikosR | 2 | -20/+20 | |
| 2020-11-14 | Add note in migration.md | Mark Otto | 1 | -0/+4 | |
| 2020-11-14 | Add `bs` in data attributes | Rohit Sharma | 28 | -375/+375 | |
| - Add `bs` in data APIs everywhere - Update unit tests | |||||
| 2020-11-13 | Move states docs and rewrite to match existing examples | Mark Otto | 1 | -56/+34 | |
| 2020-11-13 | Add hover utilities | Nikita Mikhaylov | 1 | -0/+56 | |
| remome several hobers refactoring hover utilities refactoring hover utilities | |||||
| 2020-11-13 | Rename scale-color() function to shift-color() to avoid collision with ↵ | Mark Otto | 1 | -1/+7 | |
| Sass's own color function (#32149) | |||||
| 2020-11-13 | Add hyphen between Sass and based (#32134) | Jonathan | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-12 | Update floating-labels.md (#32139) | Dylan Anderson | 1 | -1/+1 | |
| Fixed grammar error. | |||||
| 2020-11-12 | Fix caniuse.com URLS to prevent redirects (#32135) | Christian Oliff | 3 | -3/+3 | |
| Shorter URLS which are faster as they avoid HTTP redirects | |||||
| 2020-11-11 | browsers-devices: add `chomp` (#32116) | XhmikosR | 1 | -1/+1 | |
| This is to remove any trailing newlines in the `.browserslistrc` shortcode | |||||
| 2020-11-11 | Minor improvements to the Alpha 3 changelog (#32126) | Christian Oliff | 1 | -6/+3 | |
| Small changes for improved consistency Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-10 | Clarify JS bundle docs one more time (#32105) | Mark Otto | 1 | -2/+2 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-09 | Drop `.btn-block` classes, replace with utilities (#31995) | Mark Otto | 2 | -7/+44 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-09 | [Docs] Changes to navbar documentation/explanation (#32090) | Patrick H. Lauke | 1 | -11/+11 | |
| * Expand "external content" section for navbar - rephrase the intro to make a bit more sense - add note about dangers of focus/reading order problems * Remove pointless intro sentence * Small wording changes/additions/fixes | |||||
| 2020-11-08 | Add .gap utilities (#32074) | Mark Otto | 1 | -5/+21 | |
| * Add gap utilities * Update .bundlewatch.config.json * Revamp headings on this page for better organization Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-08 | Partially revert "Move this to a partial to work around the stray `p` ↵ | XhmikosR | 1 | -1/+15 | |
| issue." (#32076) This partially reverts commit 23ddfa99a33c81916666326e0cfd2582dacfca44. | |||||
| 2020-11-08 | download.md: link to JS files comparison too (#32087) | XhmikosR | 1 | -1/+1 | |
| 2020-11-08 | reboot.md: mention "Liberation Sans" (#32084) | XhmikosR | 1 | -0/+1 | |
| 2020-11-06 | Fix missing border & add transitions | Martijn Cuppens | 1 | -6/+6 | |
| 2020-11-06 | Add dedicated accordion component based on Collapse JS | Mark Otto | 3 | -55/+106 | |
| 2020-11-06 | Add .d-grid to our display utilities (#32066) | Mark Otto | 1 | -0/+2 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-05 | Drop Legacy Edge support. | XhmikosR | 3 | -3/+5 | |
| This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions. | |||||
| 2020-11-05 | Big copy edits and testing | Mark Otto | 1 | -15/+25 | |
| Moves the remote utilities section to the using the api section and updates the code snippet to work. Previous one removed all utilities. | |||||
| 2020-11-05 | docs: add info on modifying and adding utilities | Luke-zhang-04 | 1 | -0/+42 | |
| 2020-11-05 | Editing and formatting utilities API page | Mark Otto | 1 | -160/+81 | |
| 2020-11-03 | Form file docs and overrides (#32058) | Gaël Poupard | 1 | -8/+8 | |
| 2020-11-02 | Add callouts about using light colors ideally on a dark background (#32040) | Patrick H. Lauke | 2 | -0/+8 | |
| * Add callout about using light colors ideally on a dark background * Add callout to helpers > colored links as well | |||||
| 2020-10-31 | Update instances of .font-weight to .fw | Mark Otto | 9 | -42/+42 | |
| 2020-10-31 | Contrast colors added to theme-colors (#30044) | Sead Memic | 4 | -8/+8 | |
| * Contrast colors added to theme-colors * redundant colors removed froms docs, theme-colors refactor * Add spaces for consistency * Adapt to the recent changes Co-authored-by: Sead Memic <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-10-30 | Updated .rounded utilities (#31687) | Mark Otto | 1 | -7/+7 | |
| * Updated rounded utilities to fix scale, but not rename anything else * Rename rounded-pill to border-radius-pill to match Also reorder some variables while I'm here to make more sense * Updated rounded utilities to fix scale, but not rename anything else * Rename rounded-pill to border-radius-pill to match Also reorder some variables while I'm here to make more sense * Small copy addition * Add example modifier class for spacing Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-10-30 | Add `cursor:pointer` to color inputs (#32020) | Patrick H. Lauke | 1 | -0/+1 | |
| * Add `cursor:pointer` for color inputs * Add to migration guide | |||||
| 2020-10-30 | Fix redirects (#32015) | XhmikosR | 2 | -2/+2 | |
| 2020-10-29 | Minor Markdown fixes (#32009) | XhmikosR | 2 | -2/+2 | |
| * add missing language after fenced block * add missing end of file newline | |||||
