| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-06-04 | Backport #30742 | XhmikosR | 6 | -60/+29 | |
| Update to `@rollup/plugin-babel` | |||||
| 2020-06-04 | Prevent conflicts with components with classes (#30830) | Martijn Cuppens | 1 | -1/+1 | |
| 2020-06-04 | v5: Add border-radius to .card-img-overlay (#30817) | Mark Otto | 1 | -0/+1 | |
| Allows use of background-color and more. Fixes #29033 for v5. | |||||
| 2020-06-04 | Simplify list-group borders in cards (#30808) | Mark Otto | 2 | -6/+21 | |
| 2020-06-04 | v4: Add z-index to .custom-check to fix custom checks in CSS columns (#30810) | Mark Otto | 1 | -0/+1 | |
| For some reason, custom checks in CSS columns need a new stacking order to maintain visibility. This PR adds `z-index: 1` to trigger that new stacking order. Since v5's forms are being redone entirely, and we're dropping IE10/11 there, I think this is totally fine to ship with v4 only. Will need to check v5's forms it in Edge though. Fixes #29607. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-04 | fix(custom forms): nullify box-shadow for custom forms' states (#30957) | Gaël Poupard | 1 | -3/+3 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-04 | fix(forms): IE11 misalign validation tooltips in input-groups (#30960) | Gaël Poupard | 1 | -0/+1 | |
| 2020-05-29 | docs(cards): fix card-img-bottom example (#30925) | Gaël Poupard | 1 | -5/+23 | |
| 2020-05-26 | docs(CDN): improve wording to match master and fix #30873 (#30896) | Gaël Poupard | 1 | -1/+1 | |
| 2020-05-14 | v4: Update docs callout for responsive SVG images (#30809) | Mark Otto | 1 | -2/+2 | |
| Turns out this applies to IE11 as well as IE10, so this clarifies the docs callout. Closes #25242. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-05-14 | v4: Mention Bootstrap Icons in extend/icons.md (#30813) | Mark Otto | 1 | -3/+17 | |
| - Closes #30796 | |||||
| 2020-05-13 | Fix release script docs (#30797) | XhmikosR | 1 | -1/+1 | |
| 2020-05-12 | Distv4.5.0 | XhmikosR | 48 | -2033/+1787 | |
| 2020-05-12 | Bump version to 4.5.0. | XhmikosR | 236 | -64/+65 | |
| 2020-05-12 | Wording fixes | Mark Otto | 1 | -2/+2 | |
| 2020-05-12 | Move the input groups validation workaround in docs. | XhmikosR | 2 | -6/+72 | |
| 2020-05-12 | Remove mention of build tools | XhmikosR | 1 | -1/+1 | |
| They are not included in npm. | |||||
| 2020-05-12 | Grammar fixes | XhmikosR | 4 | -6/+6 | |
| 2020-05-12 | Include the newly added utilities/interactions.scss file | XhmikosR | 1 | -1/+2 | |
| We missed it in #30562 | |||||
| 2020-05-12 | Update devDependencies and gems. | XhmikosR | 4 | -433/+351 | |
| 2020-05-12 | Backport d59de33 from #30772 | XhmikosR | 1 | -0/+39 | |
| Add a test about the scrollbar issue on non-integer width | |||||
| 2020-05-12 | Avoid bad scrollbar replacement into width values | Giovanni Mendoza | 1 | -1/+1 | |
| Refs #30772 | |||||
| 2020-05-12 | Update codeql.yml (#30777) | XhmikosR | 1 | -2/+0 | |
| Remove moot fail-fast option | |||||
| 2020-05-12 | Improve build/zip-examples.js (#30759) | XhmikosR | 1 | -12/+20 | |
| * remove favicons meta tags * copy the two brand images we use in the examples * copy dist and brand images into an assets folder | |||||
| 2020-05-12 | Removed role="document" from the modal dialog (#30755) | Rohit Sharma | 2 | -26/+26 | |
| 2020-05-12 | CI: simplify cache | XhmikosR | 1 | -4/+6 | |
| While it might not be possible to invalidate the cache by changing test.yml, this should speed things up a lot due to `bundle i` taking most of the time. | |||||
| 2020-05-12 | Partially revert "Use regex.test() when we want to check for a Boolean. ↵ | XhmikosR | 1 | -2/+2 | |
| (#29969)" This partially reverts commit 6c464938039e4fb23af4a35146250da9e1630de4. | |||||
| 2020-05-12 | collapse.js: combine classes | XhmikosR | 1 | -4/+2 | |
| 2020-05-12 | Minor lint tweaks and rules cleanup | XhmikosR | 14 | -18/+9 | |
| 2020-05-12 | build-plugins.js: add missing shebang (#30743) | XhmikosR | 1 | -0/+2 | |
| 2020-05-12 | dropdown.js: switch to a ternary | XhmikosR | 1 | -4/+3 | |
| 2020-05-12 | tests: switch to strictEqual/notStrictEqual | XhmikosR | 5 | -27/+27 | |
| 2020-05-12 | scrollspy.js add more tests | XhmikosR | 1 | -0/+137 | |
| 2020-05-12 | Remove variables used once. | XhmikosR | 2 | -4/+2 | |
| 2020-05-12 | Join/break a few lines, no functional changes | XhmikosR | 6 | -36/+23 | |
| 2020-05-12 | README.md: change Tests badge to point to v4-dev | XhmikosR | 1 | -1/+1 | |
| 2020-05-12 | package.json: add a docs-build script | XhmikosR | 1 | -6/+7 | |
| Make the `docs-compile` one an alias of `docs-build`. | |||||
| 2020-05-12 | CI: stop updating RubyGems since it's not needed | XhmikosR | 1 | -3/+0 | |
| 2020-05-11 | Add new interaction utilities and role attr to Reboot (#30562) | Mark Otto | 6 | -0/+42 | |
| - Adds .user-select-* utils from v5 - Adds button role attribute util, one of the top requested features in our issues for adding pointer cursors - Adds new docs page to demonstrate both - Includes Sass list for customizing user select | |||||
| 2020-05-10 | Backport #29272 and adapt if for v4-dev | XhmikosR | 1 | -4/+4 | |
| docs: fix tap targets | |||||
| 2020-05-10 | Add `loading="lazy"` in images | XhmikosR | 5 | -12/+12 | |
| Backport of #30199 after adapting it for v4-dev. | |||||
| 2020-05-10 | v4: Update homepage, examples, and general docs styles | Mark Otto | 20 | -72/+172 | |
| - Refreshes the look and feel of the homepage with fresh colors, new content, and simplified styles. - Updates docs button styles - Replaces bytesize icons with Bootstrap icons - Adds themes callout to examples page | |||||
| 2020-05-07 | Update devDependencies and gems | XhmikosR | 4 | -914/+265 | |
| 2020-05-07 | Revert "Avoid bad scrollbar replacement into width values (#30690)" | XhmikosR | 1 | -5/+2 | |
| This reverts commit 5f00bba6529d53d850a0d24ff0415782c8acebe4. | |||||
| 2020-05-07 | ensure build plugins can exit in error (#30744) | Johann-S | 1 | -15/+24 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-05-07 | enforce element check on scrollspy target | Johann-S | 3 | -3/+3 | |
| 2020-05-07 | Update jQuery to v3.5.1. | XhmikosR | 4 | -8/+8 | |
| 2020-05-07 | scrollspy.js: remove temporary variable (#30724) | XhmikosR | 1 | -2/+1 | |
| 2020-05-07 | Backport #30723 | XhmikosR | 3 | -18/+23 | |
| Move babel whitelist helpers to a common file | |||||
| 2020-05-07 | Update codeql.yml (#30719) | XhmikosR | 1 | -1/+0 | |
| Remove `pull_request` event since it's not supported. | |||||
