https://github.com/twbs/bootstrap

sort by:
Revision Author Date Message Commit Date
5f2480a Prepare v4.5.2. (#31444) 06 August 2020, 16:22:43 UTC
c0aa405 Remove undefined `$ignore-warning` 06 August 2020, 16:08:24 UTC
e6ab4ad Deprecate the `make-container-max-widths` mixin 06 August 2020, 16:08:24 UTC
af4419b Restore make-container-max-widths mixin 06 August 2020, 16:08:24 UTC
f083759 Remove flex: 1 0 100% from rows (#31439) (#31445) Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com> 06 August 2020, 15:59:17 UTC
89dc975 Prepare v4.5.1. (#31408) 04 August 2020, 16:24:33 UTC
e0f89dc Backport #31339 (#31414) * Backport #31339 Add view on GitHub links for easier content editing from the docs 04 August 2020, 15:54:01 UTC
30d375b Remove overflow: hidden from toasts (#31381) (#31407) Co-authored-by: Mark Otto <markd.otto@gmail.com> 03 August 2020, 16:13:32 UTC
6879a3c Update devDependencies and gems * @babel/cli ^7.10.4 → ^7.11.0 * @babel/core ^7.10.4 → ^7.11.0 * @rollup/plugin-babel ^5.0.4 → ^5.1.0 * @rollup/plugin-commonjs ^13.0.0 → ^14.0.0 * @rollup/plugin-node-resolve ^8.1.0 → ^8.4.0 * autoprefixer ^9.8.4 → ^9.8.6 * eslint ^7.4.0 → ^7.6.0 * karma ^5.1.0 → ^5.1.1 * rollup ^2.21.0 → ^2.23.0 03 August 2020, 16:06:36 UTC
d44a1e1 Backport #31344 Add toasts to the components requiring JavaScript 03 August 2020, 16:06:36 UTC
81d3e2b docs(skippy): prevent skip links from overlapping header 03 August 2020, 16:06:36 UTC
1abe926 Add unit test for toast to check clearTimeout to have been called (#31298) 03 August 2020, 16:06:36 UTC
f530ab7 Clear timeout before showing the toast (#31155) * clear timeout before showing the toast * Add unit test * Remove the check for timeout * Check for clearTimeout to have been called Co-authored-by: XhmikosR <xhmikosr@gmail.com> # Conflicts: # js/tests/unit/toast.spec.js 03 August 2020, 16:06:36 UTC
0ec2ce4 Update to Ruby 2.7/Bundler 2.x. (#31296) 02 August 2020, 13:26:19 UTC
cc49a5b Turn off scroll anchoring for accordions (#31347) New default behavior for scroll anchoring (rolled out in Chrome 84?) leads to unsightly/odd accordion interactions - see #31341 This rule suppresses this new behavior and reverts back to the old way. See https://drafts.csswg.org/css-scroll-anchoring/ 21 July 2020, 20:44:41 UTC
99013a5 Docs: forms accessibility cleanup (backport from v5) (#31234) * Expand advice for anchor-based controls * Expand accessibility note in input group * Correct statement about validation, fix server example * Tweak label > accessible name Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com> 12 July 2020, 04:57:48 UTC
38bcf10 Update dependencies, gems and regenerate package-lock.json (#31261) * @rollup/plugin-node-resolve 8.1.0 * popper.js 1.16.1 * qunit 2.10.1 * rollup 2.21.0 09 July 2020, 12:21:41 UTC
f40e1b6 Update devDependencies and gems 06 July 2020, 13:40:27 UTC
ad8d3a6 Update Babel config (#31011) * remove plugin-proposal-object-rest-spread * add bugfixes * `exclude: ['transform-typeof-symbol']` did nothing with our config 06 July 2020, 13:40:27 UTC
9a6cfeb Backport #30326 (Unit test) 06 July 2020, 13:40:27 UTC
ea01c29 Backport #30326 Prevent overflowing static backdrop modal animation TODO: backport the test too 06 July 2020, 13:40:27 UTC
234dd96 Backport #31135 * Move color utility callouts to start of page Hierarchically/structurally, in the position they are currently at, the two callouts seem like they "belong" just to the "background color" section. Moving them to the start makes it clearer that those two callouts relate to everything in the page (both "Color" and "Background color" classes. * Change heading level otherwise the assistive technology callout looks like it's hierarchically under the "Dealing with specificity" heading 06 July 2020, 13:40:27 UTC
c49b084 BrowserStack: test on Edge 15 06 July 2020, 13:40:27 UTC
b2ef98f Remove backdrop-filter from toasts 06 July 2020, 13:40:27 UTC
04dbb6c Floating labels improvements (#30966) * docs(example): floating-labels' better Edge fallback * docs(example): refactor floating-labels' CSS 24 June 2020, 12:16:58 UTC
5a9fc29 Update devDependencies and gems 24 June 2020, 12:16:58 UTC
c995886 Docs: add Gaël Poupard to the core team page (#31081) Docs: add Gaël Poupard to the core team page 24 June 2020, 12:16:58 UTC
9b241e6 Backport #31070 * Make example less broken-looking don't want to give impression that now it's ok to just sprinkle `role="button"` around. this at least makes the `span` keyboard-focusable, similar to at least the start of a custom control 24 June 2020, 12:16:58 UTC
920dc61 README.md: update badges * remove .svg from shields.io badges since it's the default * switch to shields.io for the OC badges too * fix badgesize badges' labels 24 June 2020, 12:16:58 UTC
f6b74b8 Fix typo 24 June 2020, 12:16:58 UTC
2e99173 Update issue templates from main. 24 June 2020, 12:16:58 UTC
2314247 Remove unused issue templates 24 June 2020, 12:16:58 UTC
3349eb6 Update links to point to v4-dev or main branches 24 June 2020, 12:16:58 UTC
6c04d18 Split GitHub Actions. 24 June 2020, 12:16:58 UTC
7de8582 Stylelint: remove redundant inline suppressions 24 June 2020, 12:16:58 UTC
242f75c Update .gitattributes (#30934) This requires git >= 2.10 but it was released almost 4 years ago. 24 June 2020, 12:16:58 UTC
78a51cb Backport #30973 Remove the class `.nav-item` from `.nav-link` inside the non `ul` or `ol` based navs. This makes the consistency for `.nav-item` (This class will not be required on the `.nav-link`). `.nav-item` was only required when you use `.nav-fill` or `.nav-justified` on the `.nav`. In other cases, it was redundant. And the purpose of `.nav-item` on `.nav-link`s can be achieved via flexbox utilities as well (Mentioned in the docs also). 24 June 2020, 12:16:58 UTC
89be07b Prevent `.row` from shrinking in flex container (#30940) 24 June 2020, 12:16:58 UTC
4f44a2a Remove duplicate properties after #30922 (#31148) 23 June 2020, 06:28:13 UTC
7b5e48d fix(custom forms): disabled checked states weren't overriding background-image (#30922) 15 June 2020, 05:41:12 UTC
c3572ce Avoid duplication of container breakpoints (#30969) 13 June 2020, 21:25:39 UTC
7c6a0db Floating labels examples in IE (#30965) * docs(example): drop IE workaround since it works fine in IE * Serial comma Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com> 13 June 2020, 06:38:13 UTC
5b81633 Backport #30979 (#30999) fix(grid)[manual backport]: zero min-width on .col has too much side-effects 10 June 2020, 13:12:12 UTC
e9f039d avoid preventing input event onclick (#30992) * instead of stopping event if onclick is triggered on input, call toggle method only if its not on checkbox inside a label * add unit test * add a dedicated test to ensure click event is forward to label Co-authored-by: XhmikosR <xhmikosr@gmail.com> 10 June 2020, 12:45:31 UTC
ba6d5e8 docs(toasts): centered examples flexbugs #3 in IE11 10 June 2020, 05:14:30 UTC
8429acf fix(toasts): IE11 shrinks toasts when in flex container, unless we specify flex-basis 10 June 2020, 05:14:30 UTC
3caea1c visual/modal.html: fix close buttons placement 04 June 2020, 14:53:16 UTC
7ac763b Bump bundlewatch limits 04 June 2020, 14:53:16 UTC
8bc6dcd Backport #30936 Add role="dialog" in modals via JavaScript 04 June 2020, 14:53:16 UTC
288b9b8 Backport #30932 Restore word-break: break-word on .text-break to fix text breaking on flex containers 04 June 2020, 14:53:16 UTC
ac3c2e2 Update devDependencies and gems 04 June 2020, 14:53:16 UTC
24d5a1e CI: update to `actions/cache@2` 04 June 2020, 14:53:16 UTC
3531045 Remove ESLint `object-curly-newline` rule. 04 June 2020, 14:53:16 UTC
7a9bbd4 Backport #30742 Update to `@rollup/plugin-babel` 04 June 2020, 14:53:16 UTC
fdb596b Prevent conflicts with components with classes (#30830) 04 June 2020, 14:53:16 UTC
ce23903 v5: Add border-radius to .card-img-overlay (#30817) Allows use of background-color and more. Fixes #29033 for v5. 04 June 2020, 14:53:16 UTC
ac48bbe Simplify list-group borders in cards (#30808) 04 June 2020, 14:53:16 UTC
f4a7888 v4: Add z-index to .custom-check to fix custom checks in CSS columns (#30810) 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 <xhmikosr@gmail.com> 04 June 2020, 13:11:33 UTC
4e685e7 fix(custom forms): nullify box-shadow for custom forms' states (#30957) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 04 June 2020, 06:34:30 UTC
b287736 fix(forms): IE11 misalign validation tooltips in input-groups (#30960) 04 June 2020, 06:27:08 UTC
6f4d9ff docs(cards): fix card-img-bottom example (#30925) 29 May 2020, 15:01:40 UTC
daa01aa docs(CDN): improve wording to match master and fix #30873 (#30896) 26 May 2020, 15:48:53 UTC
58dd4cc v4: Update docs callout for responsive SVG images (#30809) Turns out this applies to IE11 as well as IE10, so this clarifies the docs callout. Closes #25242. Co-authored-by: XhmikosR <xhmikosr@gmail.com> 14 May 2020, 06:18:01 UTC
a8eb919 v4: Mention Bootstrap Icons in extend/icons.md (#30813) - Closes #30796 14 May 2020, 06:06:08 UTC
700c603 Fix release script docs (#30797) 13 May 2020, 06:13:27 UTC
7a6da5e Dist 12 May 2020, 17:44:42 UTC
109ad5d Bump version to 4.5.0. 12 May 2020, 17:44:42 UTC
4a0ddb0 Wording fixes 12 May 2020, 16:21:36 UTC
0f26be5 Move the input groups validation workaround in docs. 12 May 2020, 16:21:36 UTC
842b0d2 Remove mention of build tools They are not included in npm. 12 May 2020, 16:21:36 UTC
32932d2 Grammar fixes 12 May 2020, 16:21:36 UTC
4a26e51 Include the newly added utilities/interactions.scss file We missed it in #30562 12 May 2020, 16:21:36 UTC
0f3eda8 Update devDependencies and gems. 12 May 2020, 16:21:36 UTC
30e7df6 Backport d59de33 from #30772 Add a test about the scrollbar issue on non-integer width 12 May 2020, 16:21:36 UTC
f1827ce Avoid bad scrollbar replacement into width values Refs #30772 12 May 2020, 16:21:36 UTC
eb1df3e Update codeql.yml (#30777) Remove moot fail-fast option 12 May 2020, 16:21:36 UTC
df91d2c Improve build/zip-examples.js (#30759) * remove favicons meta tags * copy the two brand images we use in the examples * copy dist and brand images into an assets folder 12 May 2020, 16:21:36 UTC
d2f9fbd Removed role="document" from the modal dialog (#30755) 12 May 2020, 16:21:36 UTC
bad48dc CI: simplify cache 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. 12 May 2020, 16:21:36 UTC
86f2c01 Partially revert "Use regex.test() when we want to check for a Boolean. (#29969)" This partially reverts commit 6c464938039e4fb23af4a35146250da9e1630de4. 12 May 2020, 16:21:36 UTC
955c437 collapse.js: combine classes 12 May 2020, 16:21:36 UTC
eb720f2 Minor lint tweaks and rules cleanup 12 May 2020, 16:21:36 UTC
53eace0 build-plugins.js: add missing shebang (#30743) 12 May 2020, 16:21:36 UTC
1c9e203 dropdown.js: switch to a ternary 12 May 2020, 16:21:36 UTC
5f79b75 tests: switch to strictEqual/notStrictEqual 12 May 2020, 16:21:36 UTC
195585f scrollspy.js add more tests 12 May 2020, 16:21:36 UTC
fa8a7ec Remove variables used once. 12 May 2020, 16:21:36 UTC
52fdab8 Join/break a few lines, no functional changes 12 May 2020, 16:21:36 UTC
b3601aa README.md: change Tests badge to point to v4-dev 12 May 2020, 16:21:36 UTC
456194d package.json: add a docs-build script Make the `docs-compile` one an alias of `docs-build`. 12 May 2020, 16:21:36 UTC
fb4c8ea CI: stop updating RubyGems since it's not needed 12 May 2020, 16:21:36 UTC
5d10e4a Add new interaction utilities and role attr to Reboot (#30562) - 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 11 May 2020, 17:57:29 UTC
fce3370 Backport #29272 and adapt if for v4-dev docs: fix tap targets 10 May 2020, 19:19:58 UTC
345d68c Add `loading="lazy"` in images Backport of #30199 after adapting it for v4-dev. 10 May 2020, 19:19:58 UTC
a1d8ed4 v4: Update homepage, examples, and general docs styles - 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 10 May 2020, 19:19:58 UTC
4111242 Update devDependencies and gems 07 May 2020, 06:31:49 UTC
e82888d Revert "Avoid bad scrollbar replacement into width values (#30690)" This reverts commit 5f00bba6529d53d850a0d24ff0415782c8acebe4. 07 May 2020, 06:31:49 UTC
015aaf3 ensure build plugins can exit in error (#30744) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 07 May 2020, 06:31:49 UTC
22f75ca enforce element check on scrollspy target 07 May 2020, 06:31:49 UTC
5f267b1 Update jQuery to v3.5.1. 07 May 2020, 06:31:49 UTC
back to top