]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Martijn Cuppens [Sat, 24 Oct 2020 16:45:14 +0000 (18:45 +0200)]
Update migration guide
Martijn Cuppens [Thu, 22 Oct 2020 18:29:23 +0000 (20:29 +0200)]
Fix border radius for inputs groups with validation
Martijn Cuppens [Thu, 22 Oct 2020 08:46:25 +0000 (10:46 +0200)]
Fix border radii on validation messages
Martijn Cuppens [Thu, 22 Oct 2020 08:42:05 +0000 (10:42 +0200)]
Require `.has-validation` class to fix border radii on form elements
XhmikosR [Mon, 26 Oct 2020 18:55:51 +0000 (20:55 +0200)]
CI: allow skipping BrowserStack (#31878)
This basically brings back the previous behavior we had on Travis CI, where if the commit message included `[ci skip]`, BrowserStack tests didn't run.
Additionally, this allows skipping BrowserStack if the commit message contains `[skip ci]` too.
Aleksandr Gorbatov [Mon, 26 Oct 2020 18:46:53 +0000 (21:46 +0300)]
docs: Add Russian translation (#31828)
Mark Otto [Sun, 25 Oct 2020 19:01:39 +0000 (12:01 -0700)]
Remove background-clip from .btn-close
XhmikosR [Mon, 26 Oct 2020 16:56:16 +0000 (18:56 +0200)]
Update CodeQL action (#31930)
Should run on PRs too.
Mark Otto [Sun, 25 Oct 2020 20:29:58 +0000 (13:29 -0700)]
Rename Navs to Navs and Tabs (#31965)
* Rename Navs to Navs and Tabs
Fixes #31378
* Add title to renamed file
* Update navs-tabs.md
* Add alias/redirect
* Fix references to renamed file, tweak title
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
Patrick H. Lauke [Sun, 25 Oct 2020 19:21:42 +0000 (19:21 +0000)]
Explicitly mention emoji fonts, tweak sentence in typography (#31960)
Mark Otto [Thu, 22 Oct 2020 22:06:52 +0000 (15:06 -0700)]
Don't wrap the code snippets in our docs (#31679)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Thu, 22 Oct 2020 16:46:26 +0000 (19:46 +0300)]
Update anchor-js to v4.3.0. (#31951)
XhmikosR [Thu, 22 Oct 2020 06:38:15 +0000 (09:38 +0300)]
Move `href` attribute first (#31835)
XhmikosR [Thu, 22 Oct 2020 06:32:46 +0000 (09:32 +0300)]
Update bs-table shortcode (#31803)
Gaël Poupard [Thu, 22 Oct 2020 06:28:19 +0000 (08:28 +0200)]
Handle the Ubuntu sans-serif case (#31657)
On Ubuntu, our native font-stack doesn't output the same font on Firefox and Chrome. This is [a known aliasing issue](http://fontfamily.io/sans-serif) — check at the bottom, Ubuntu 14.04. Ubuntu 18.04 (my current) doesn't use the same (Firefox uses Liberation Sans, Chrome uses the default system font Ubuntu).
I'm inclined to prefer Liberation Sans since it's closer to Arial / Helvetica. This patch already exists in Boosted, didn't notice it was missing in bootstrap until today…
BTW, our linked Smashing Magazine's system fonts post mentions this and is even more accurate since it targets the three major Linux distributions. AFAIK this is not needed since [Liberation Sans is available everywhere](http://fontfamily.io/Liberation_Sans) — but we might go back to `Oxygen, Ubuntu, Cantarell`if we want to stick to system fonts.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 20 Oct 2020 09:38:50 +0000 (12:38 +0300)]
Bump nodemon from 2.0.5 to 2.0.6 (#31939)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.5...v2.0.6)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XhmikosR [Tue, 20 Oct 2020 08:13:42 +0000 (11:13 +0300)]
Update optimize.md
For some weird reason, using "Exports" as the callout header leads to TypeError coming from clipboard.js
Johann-S [Thu, 1 Oct 2020 07:29:10 +0000 (10:29 +0300)]
mention default export in our docs optimize section
Pascal Pepe [Fri, 19 Jun 2020 08:34:30 +0000 (11:34 +0300)]
Update docs example on how to optimize JavaScript bundle
XhmikosR [Mon, 19 Oct 2020 13:05:25 +0000 (16:05 +0300)]
Pin terser to v5.1.0 and regenerate package-lock.json (#31928)
Patrick H. Lauke [Mon, 19 Oct 2020 12:33:03 +0000 (13:33 +0100)]
Small typo - remove the unnecessary "the" (#31932)
XhmikosR [Mon, 19 Oct 2020 09:56:49 +0000 (12:56 +0300)]
docs: switch to fenced codeblocks (#31806)
Gaël Poupard [Mon, 19 Oct 2020 09:06:14 +0000 (11:06 +0200)]
docs(migration): mention spinners slow down (#31929)
Gaël Poupard [Mon, 19 Oct 2020 09:00:37 +0000 (11:00 +0200)]
Apply smooth-scroll when `prefers-reduced-motion: no-preference` (#31877)
* feat(reboot): apply smooth-scroll when not prefers-reduced-motion
* docs(migration): mention scroll-behavior in alpha3
* docs(accessibility): mention scroll-behavior in reduced motion section
* docs(accessibility): rewording smooth scroll sentence
* feat(variable): introduce enable-smooth-scroll variable
* docs(accessibility): reword smooth-scroll sentence
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Gaël Poupard [Mon, 19 Oct 2020 08:42:19 +0000 (10:42 +0200)]
Slow down spinners when `prefers-reduced-motion: reduce` (#31882)
* feature(spinners): slow down spinners when prefers-reduced-motion
* docs(spinners): add reduced motion callout and mention slowing down in accessibility page
* Update spinners.md
* docs(accessibility): rewording
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
Gaël Poupard [Thu, 15 Oct 2020 14:37:42 +0000 (16:37 +0200)]
docs(forms): use a legend for fieldset instead of aria-label
Gaël Poupard [Thu, 15 Oct 2020 14:37:17 +0000 (16:37 +0200)]
docs(forms): fix incorrect legend nesting in fieldset
Gaël Poupard [Thu, 15 Oct 2020 13:10:49 +0000 (15:10 +0200)]
docs(forms): drop useless text faking a label in horizontal forms example
XhmikosR [Mon, 19 Oct 2020 08:25:31 +0000 (11:25 +0300)]
docs: switch to suggesting jsDelivr as a CDN (#31894)
dependabot[bot] [Mon, 19 Oct 2020 08:23:48 +0000 (11:23 +0300)]
Bump eslint-config-xo from 0.32.1 to 0.33.1 (#31925)
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.32.1 to 0.33.1.
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.32.1...v0.33.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Mon, 19 Oct 2020 08:20:23 +0000 (11:20 +0300)]
Bump eslint-plugin-unicorn from 22.0.0 to 23.0.0 (#31921)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 22.0.0 to 23.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v22.0.0...v23.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Mon, 19 Oct 2020 08:13:19 +0000 (11:13 +0300)]
Bump @babel/core from 7.11.6 to 7.12.3 (#31927)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.6 to 7.12.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.3/packages/babel-core)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Mon, 19 Oct 2020 08:08:21 +0000 (11:08 +0300)]
Bump @babel/cli from 7.11.6 to 7.12.1 (#31926)
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.11.6 to 7.12.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.1/packages/babel-cli)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Mon, 19 Oct 2020 08:04:28 +0000 (11:04 +0300)]
Bump @babel/preset-env from 7.11.5 to 7.12.1 (#31923)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.11.5 to 7.12.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.1/packages/babel-preset-env)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Mon, 19 Oct 2020 07:58:08 +0000 (10:58 +0300)]
Bump nodemon from 2.0.4 to 2.0.5 (#31924)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.4...v2.0.5)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Mon, 19 Oct 2020 07:53:13 +0000 (10:53 +0300)]
Bump linkinator from 2.1.3 to 2.2.0 (#31922)
Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.1.3 to 2.2.0.
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.1.3...v2.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Mon, 19 Oct 2020 07:43:35 +0000 (10:43 +0300)]
Bump rollup from 2.29.0 to 2.32.0 (#31920)
Bumps [rollup](https://github.com/rollup/rollup) from 2.29.0 to 2.32.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.29.0...v2.32.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Mon, 19 Oct 2020 07:40:24 +0000 (10:40 +0300)]
Bump hugo-bin from 0.64.4 to 0.64.5 (#31919)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.64.4 to 0.64.5.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.64.4...v0.64.5)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Mon, 19 Oct 2020 07:37:18 +0000 (10:37 +0300)]
Bump sirv-cli from 1.0.6 to 1.0.8 (#31918)
Bumps [sirv-cli](https://github.com/lukeed/sirv) from 1.0.6 to 1.0.8.
- [Release notes](https://github.com/lukeed/sirv/releases)
- [Commits](https://github.com/lukeed/sirv/compare/v1.0.6...v1.0.8)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XhmikosR [Thu, 15 Oct 2020 13:32:52 +0000 (16:32 +0300)]
Update manifest.json (#31893)
Switch to relative URLs so that we don't need to change the path with every major/minor release
Patrick H. Lauke [Wed, 14 Oct 2020 10:59:43 +0000 (11:59 +0100)]
Remove redundant visually hidden "(current)" from pagination controls (#31892)
* Replace visually hidden span with aria-current in tests
* Remove redundant visually hidden "(current)" when `aria-current` already used
Closes #31891
Mark Otto [Mon, 12 Oct 2020 21:51:05 +0000 (14:51 -0700)]
Update copy and add utilities to example
Gaurav Behere [Tue, 21 Jul 2020 08:24:38 +0000 (11:24 +0300)]
Adding overflow visible as util
XhmikosR [Tue, 13 Oct 2020 13:37:21 +0000 (16:37 +0300)]
Revert "Improve callout shortcode. (#31802)" (#31871)
This reverts commit
5c6925385ee926a749ead6a4f2ebbfc64e701f36 .
Mark Otto [Tue, 13 Oct 2020 12:14:55 +0000 (05:14 -0700)]
Split up dropdown sizing docs to improve rendering (#31861)
- Drop the included .btn-toolbar, no need
- Split large and small button examples
Closes #31841
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 13 Oct 2020 09:43:15 +0000 (12:43 +0300)]
Bump hugo-bin from 0.63.1 to 0.64.4 (#31872)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.63.1 to 0.64.4.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.63.1...v0.64.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 13 Oct 2020 09:31:55 +0000 (12:31 +0300)]
Bump rollup from 2.28.2 to 2.29.0 (#31875)
Bumps [rollup](https://github.com/rollup/rollup) from 2.28.2 to 2.29.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.28.2...v2.29.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 13 Oct 2020 09:29:43 +0000 (12:29 +0300)]
Bump eslint from 7.10.0 to 7.11.0 (#31873)
Bumps [eslint](https://github.com/eslint/eslint) from 7.10.0 to 7.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.10.0...v7.11.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Martijn Cuppens [Tue, 13 Oct 2020 07:58:06 +0000 (09:58 +0200)]
Colors rewrite (#30622)
XhmikosR [Mon, 12 Oct 2020 06:06:06 +0000 (09:06 +0300)]
Improve callout shortcode. (#31802)
Remove the `markdownify` call, and instead rely on Hugo's proper syntax; `{{% callout %}}` when we want to the content to be processed as Markdown.
This allows for stuff like:
{{% callout info %}}
##### I'm an info callout!
```css
.foo {
color: #fff;
}
```
{{< example >}}
<div class="alert alert-warning alert-dismissible fade show" role="alert">
<strong>Holy guacamole!</strong> You should check in on some of those fields below.
<button type="button" class="btn-close" data-dismiss="alert" aria-label="Close"></button>
</div>
{{< /example >}}
{{% /callout %}}
Ankit Mishra [Wed, 7 Oct 2020 14:03:53 +0000 (19:33 +0530)]
Alert : Added z-index for close button (#31826)
Co-authored-by: Ankit Mishra <ankitmishra@Ankit-MacBook-Pro.local>
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
dependabot[bot] [Tue, 6 Oct 2020 12:12:43 +0000 (15:12 +0300)]
Bump linkinator from 2.1.2 to 2.1.3 (#31843)
Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.1.2...v2.1.3)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XhmikosR [Mon, 5 Oct 2020 15:07:49 +0000 (18:07 +0300)]
Remove `Manipulator.toggleClass` (#31842)
It's only used in one place so it makes more sense to remove it for the time being.
Gaël Poupard [Mon, 5 Oct 2020 13:47:46 +0000 (15:47 +0200)]
docs: fix contrast color against `.bg-info` (#31839)
* docs(badge): ensure info badge's contrast
* docs(colors): fix contrasts in example using .bg-info
* Update card.md
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Ankit Mishra [Mon, 5 Oct 2020 12:49:02 +0000 (18:19 +0530)]
carousel: add missing `to` description and fix `nextwhenvisible` description (#31809)
Rohit Sharma [Fri, 2 Oct 2020 11:58:59 +0000 (17:28 +0530)]
Explain the "dispose" method appropriately (#30838)
Christian Oliff [Wed, 30 Sep 2020 11:57:00 +0000 (20:57 +0900)]
Update btn-close-white docs to filter (not backdrop-filter) (#31796)
This PR fixes an error in the v5 docs. The btn-close-white class actually uses the filter (not backdrop-filter)
Justin [Wed, 30 Sep 2020 05:57:28 +0000 (01:57 -0400)]
webpack.md: Replace "both of them" with "it" (#31794)
:tada: Yay! I helped!
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Mopsan [Wed, 30 Sep 2020 05:52:24 +0000 (08:52 +0300)]
validation.md: fix _validation.scss file reference (#31795)
Mark Otto [Wed, 30 Sep 2020 05:32:58 +0000 (22:32 -0700)]
Add Sass variable for CSS variable prefix (#31684)
* Add Sass variable for CSS variable prefix
* Update other --bs-* var instances
Gaël Poupard [Tue, 29 Sep 2020 19:09:38 +0000 (21:09 +0200)]
feat(colors): bump dark to gray-900 (#30550)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Kyle Tsang [Tue, 29 Sep 2020 18:56:01 +0000 (11:56 -0700)]
docs(Modal): Add xxl fullscreen example (#31583)
* docs(Modal): Add xxl fullscreen example
* Update modal.md
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Nikita Mikhaylov [Tue, 29 Sep 2020 18:49:50 +0000 (21:49 +0300)]
Fix disabled checkbox toggle buttons (#31651)
* fix disabled checkbox toggle buttons
* add disabled checks-radios examples in documentation
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Mark Otto [Tue, 29 Sep 2020 18:39:37 +0000 (11:39 -0700)]
v5: Add disabled examples for .form-control, .form-select, and .form-range (#31686)
* Add disabled state example to the .form-control page
* Document disabled attribute on select too
* Add disabled example for file input
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Martijn Cuppens [Tue, 29 Sep 2020 18:32:27 +0000 (20:32 +0200)]
Suppress flexbox side effects in breadcrumb (#31700)
* Suppress flexbox side effects
* Trailing whitesapce
Co-authored-by: Mark Otto <markd.otto@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Tue, 29 Sep 2020 16:33:09 +0000 (19:33 +0300)]
Update .gitignore (#31783)
Add vscode and netlify folders
XhmikosR [Tue, 29 Sep 2020 16:28:03 +0000 (19:28 +0300)]
Update social.html: use `article` when it's a page (#31775)
XhmikosR [Tue, 29 Sep 2020 16:23:55 +0000 (19:23 +0300)]
docs: remove pixels from SVGs (#31791)
It's the default unit.
XhmikosR [Tue, 29 Sep 2020 15:33:00 +0000 (18:33 +0300)]
Prepare v5.0.0-alpha2. (#31748)
XhmikosR [Tue, 29 Sep 2020 15:24:30 +0000 (18:24 +0300)]
Revert #31761 (#31792)
Revert "Re-optimize SVG"
This reverts commit
331566bc85f7c0009e5a16b84d97f99c12d3a1c1 .
Revert "Move homepage-hero.svg to an img tag"
This reverts commit
c24acf8d2cca8e94a4115d7c30a281de23882789 .
Mark Otto [Tue, 29 Sep 2020 07:11:46 +0000 (00:11 -0700)]
Change grid classes to utilities to make vertical nav example more resilient to narrow viewports (#31785)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Mon, 28 Sep 2020 09:14:34 +0000 (12:14 +0300)]
Compress the new images
Mark Otto [Mon, 28 Sep 2020 09:04:55 +0000 (12:04 +0300)]
Add new Bootstrap Icons homepage images
XhmikosR [Mon, 28 Sep 2020 12:01:25 +0000 (15:01 +0300)]
Replace ellipsis Unicode symbol with three dots. (#31774)
XhmikosR [Mon, 28 Sep 2020 11:57:48 +0000 (14:57 +0300)]
Update stylelint to v13.7.2 (#31726)
dependabot[bot] [Mon, 28 Sep 2020 11:02:41 +0000 (14:02 +0300)]
Bump eslint-plugin-import from 2.22.0 to 2.22.1 (#31781)
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.0 to 2.22.1.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.22.0...v2.22.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Mon, 28 Sep 2020 10:59:02 +0000 (13:59 +0300)]
Bump rollup from 2.28.1 to 2.28.2 (#31779)
Bumps [rollup](https://github.com/rollup/rollup) from 2.28.1 to 2.28.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.28.1...v2.28.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Mon, 28 Sep 2020 10:57:19 +0000 (13:57 +0300)]
Bump eslint from 7.9.0 to 7.10.0 (#31778)
Bumps [eslint](https://github.com/eslint/eslint) from 7.9.0 to 7.10.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.9.0...v7.10.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Mon, 28 Sep 2020 10:50:31 +0000 (13:50 +0300)]
Bump karma from 5.2.2 to 5.2.3 (#31777)
Bumps [karma](https://github.com/karma-runner/karma) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v5.2.2...v5.2.3)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Mon, 28 Sep 2020 10:47:17 +0000 (13:47 +0300)]
Bump bundlewatch from 0.3.0 to 0.3.1 (#31776)
Bumps [bundlewatch](https://github.com/bundlewatch/bundlewatch) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/bundlewatch/bundlewatch/releases)
- [Commits](https://github.com/bundlewatch/bundlewatch/compare/v0.3.0...v0.3.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XhmikosR [Mon, 28 Sep 2020 10:18:12 +0000 (13:18 +0300)]
_variables: change $btn-close-bg's attribute order (#31772)
Just to save a few bytes from the compressed files.
XhmikosR [Mon, 28 Sep 2020 09:40:34 +0000 (12:40 +0300)]
Tweak versions page columns (#31754)
XhmikosR [Sun, 27 Sep 2020 07:37:05 +0000 (10:37 +0300)]
Re-optimize SVG
XhmikosR [Sun, 27 Sep 2020 06:48:17 +0000 (09:48 +0300)]
Move homepage-hero.svg to an img tag
XhmikosR [Sat, 26 Sep 2020 08:45:44 +0000 (11:45 +0300)]
Minor wording fixes
XhmikosR [Sat, 26 Sep 2020 08:26:45 +0000 (11:26 +0300)]
Fix links
Mark Otto [Fri, 25 Sep 2020 22:15:12 +0000 (01:15 +0300)]
v5 alpha 2 migration guide updates
Mark Otto [Mon, 28 Sep 2020 07:39:29 +0000 (00:39 -0700)]
Convert SVGs in navbar and subnav to pixels (#31767)
XhmikosR [Fri, 25 Sep 2020 16:40:58 +0000 (19:40 +0300)]
brand: minor consistency changes (#31750)
Mark Otto [Fri, 25 Sep 2020 16:35:24 +0000 (09:35 -0700)]
v5: Adjust docs sidebar and navbar (#31119)
* Hide the docs nav on mobile, redesign it for two columns on narrow devices
* Tweak spacing on ToC
* Redesign sidebar and subnav
* Revamp subnav mobile layout so everything's on one line
* Tighten up masthead a little
* Switch the icon for the subnav and do a little icon toggling
* Fix mobile overflow since we changed guters stuff
* Add the widths
* make the subnav icon purple
Martijn Cuppens [Fri, 25 Sep 2020 09:12:00 +0000 (11:12 +0200)]
Restore `rem` unit (#31746)
Fix unintentional unit change in https://github.com/twbs/bootstrap/commit/
1af79bbc5267428af9fcb4a8fc9e6ab0b30328f4 #diff-
d8ee409a461718bfb6240710c8c73382
Mark Otto [Thu, 24 Sep 2020 20:25:10 +0000 (13:25 -0700)]
Fix bundlewatch test I missed
Mark Otto [Thu, 24 Sep 2020 20:16:20 +0000 (13:16 -0700)]
Carousel enhancements, including .carousel-dark (#31650)
* Replace existing carousel control icons with chevrons from Bootstrap Icons
* Add .carousel-dark variant
* Test
* Add variable for .carousel-dark filter
* Update _variables.scss
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Thu, 24 Sep 2020 19:20:01 +0000 (22:20 +0300)]
docs: link to the Asynchronous functions section (#31738)
XhmikosR [Thu, 24 Sep 2020 19:11:14 +0000 (22:11 +0300)]
README.md: show brotli size too (#31259)
Mark Otto [Thu, 24 Sep 2020 15:55:15 +0000 (08:55 -0700)]
Add .dropdown-menu-dark (#30171)
* Add .dropdown-menu-dark
* Match background color to navbar dark
* Update docs to include a navbar example
* Update dropdowns.md
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Hiws [Thu, 24 Sep 2020 11:55:38 +0000 (13:55 +0200)]
fix tooltip hide method when already hidden (#31115)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Mark Otto [Mon, 14 Sep 2020 18:48:25 +0000 (11:48 -0700)]
Forgot to divide by 2
Mark Otto [Mon, 14 Sep 2020 16:58:48 +0000 (09:58 -0700)]
Match container gutters with row gutters
- Replaces make-container mixin's padding-x param with gutter to match naming
- Changes value of container padding variable to match grid gutter width variable
- Uses local CSS variable for container padding
Fixes #31642
Mark Otto [Wed, 23 Sep 2020 18:06:21 +0000 (11:06 -0700)]
Updates to .ratio selectors and docs
- Remove group selector for ratio items
- Drop the .ratio-item entirely
- Update docs to explain updated approach
- Update Migration guide to reflect the latest