| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-11-30 | Add tests | XhmikosR | 1 | -0/+53 | |
| 2020-11-30 | Extra check for existence of any `aria-label` | Patrick H. Lauke | 1 | -2/+2 | |
| before overwriting it... | |||||
| 2020-11-30 | Accessibility update for tooltip.js | Matty Williams | 1 | -0/+4 | |
| Update to the tooltip.js to add an aria-label attribute that contains the original title of the element, but only if the element doesn't have an existing aria-label attribute. This is to address cases where screen readers are not capturing the aria-describedby attribute that is added when the tooltip is triggered. This should also avoid a race condition between the screen reader and the appearance of the tooltip. | |||||
| 2020-11-30 | Keep rounded corners for the first .btn in vertical button group (#31303) | Rohit Sharma | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-30 | Remove default linear gradient (#32277) | Martijn Cuppens | 1 | -1/+0 | |
| Remove the default invisible gradient causing the performance issue in #32266. By removing the custom property, the linear gradient will become invalid, thus not appear by default. There can still be a performance issue with striped tables though. 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-29 | Remove setData from construtors (#32264) | Rohit Sharma | 7 | -9/+0 | |
| 2020-11-29 | remove data key in base component | Johann-S | 1 | -4/+0 | |
| 2020-11-29 | Move `VERSION` to BaseComponent (#32254) | Rohit Sharma | 12 | -55/+12 | |
| 2020-11-29 | add dispose in base component | Johann-S | 11 | -32/+13 | |
| 2020-11-29 | Switch to Jasmine's `toBeInstanceOf` matcher | XhmikosR | 11 | -11/+11 | |
| 2020-11-29 | create a base component | Johann-S | 23 | -113/+229 | |
| 2020-11-25 | homepage: fix wrong `alt` attribute (#32258) | XhmikosR | 1 | -1/+1 | |
| 2020-11-25 | npm scripts: run integration tests in parallel (#32232) | XhmikosR | 1 | -2/+3 | |
| 2020-11-25 | Ability to add custom class in tooltip/popover (#32217) | Rohit Sharma | 6 | -1/+97 | |
| Porting of #31834 to main. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-24 | Update codeql.yml (#32125) | XhmikosR | 1 | -34/+9 | |
| Specify the branches and clean up the comments | |||||
| 2020-11-24 | Update devDependencies (#32229) | XhmikosR | 2 | -619/+434 | |
| * @babel/cli ^7.12.1 → ^7.12.8 * @babel/core ^7.12.3 → ^7.12.8 * @babel/preset-env ^7.12.1 → ^7.12.7 * eslint ^7.13.0 → ^7.14.0 * postcss ^8.1.7 → ^8.1.10 * postcss-cli ^8.2.0 → ^8.3.0 * rollup ^2.33.2 → ^2.33.3 * stylelint ^13.7.2 → ^13.8.0 | |||||
| 2020-11-23 | introduction: split comments (#32223) | XhmikosR | 1 | -1/+2 | |
| 2020-11-23 | tests/integration/index.html: revert accidental changes | XhmikosR | 1 | -7/+1 | |
| 2020-11-23 | Update bundle.js in tests/integration (#32233) | Rohit Sharma | 3 | -14/+25 | |
| * Use `[].concat` instead of direct spreading nodelist Co-authored-by: XhmikosR <[email protected]> | |||||
| 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-23 | CI: specify `FORCE_COLOR:2` (#32222) | XhmikosR | 7 | -0/+7 | |
| This should show any colors in the output | |||||
| 2020-11-23 | postcss.config.js: remove arrow return (#32235) | XhmikosR | 1 | -12/+14 | |
| 2020-11-23 | Dist (#32216) | XhmikosR | 52 | -406/+418 | |
| 2020-11-21 | Improve build/generate-sri.js regex (#29753) | Noah Rosenzweig | 1 | -1/+1 | |
| When using single-quotes in config.yml, the previous regular expression in build/generate-cli.js wasn't working correctly, it was replacing ALL string values with hashes. Now both double- and single-quotes can be used in config.yml, and the RegExp will work as expected. Also, allow trailing whitespaces and empty ("") values to be matched. Co-authored-by: XhmikosR <[email protected]> | |||||
| 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 | 14 | -48/+48 | |
| The npm package is named "popper.js" but the project is named "Popper", so use the latter consistently. | |||||
| 2020-11-20 | Add missing tags in unit tests (#32221) | Rohit Sharma | 1 | -15/+15 | |
| 2020-11-20 | Don't hide modal when keyboard is set to false in modal's configuration (#32179) | Rohit Sharma | 2 | -29/+28 | |
| * Don't hide modal when config.keyboard is false * Update unit test - Modal should not be closed when pressing esc key if keyboard = false and backdrop is 'static' Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-20 | Make the attribute methods bs specific (#32173) | Rohit Sharma | 3 | -30/+34 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-20 | _reboot.scss: remove needless Stylelint disable (#32213) | XhmikosR | 1 | -1/+1 | |
| 2020-11-19 | Revert "Use Hugo mounts for our docs vendor files." (#32210) | XhmikosR | 7 | -605/+31 | |
| * 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 | 2 | -6/+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 | 3 | -17/+83 | |
| 2020-11-19 | Use Hugo mounts for our docs vendor JS files. | XhmikosR | 6 | -18/+528 | |
| 2020-11-19 | fix(container): use $variable-prefix (#32201) | Gaël Poupard | 1 | -2/+2 | |
| Missed that while merging. | |||||
| 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 | Update karma.conf.js (#32182) | XhmikosR | 1 | -1/+1 | |
| When we are on CI, this statement won't be reached. | |||||
| 2020-11-18 | docs(dropdowns): clarify where is `.show` applied (#32189) | Gaël Poupard | 1 | -1/+1 | |
| Fixes #32712 | |||||
| 2020-11-17 | Handle Chromium to run Karma (#32178) | Gaël Poupard | 1 | -1/+5 | |
| * chore(karma): handle Chromium to run tests * Update karma.conf.js Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-17 | Fix the marker SVG color to match the button (#32174) | Christian Oliff | 1 | -1/+1 | |
