]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
5 years agoconfig.yml: remove the unused "expo" parameter (#32086)
XhmikosR [Sun, 8 Nov 2020 18:32:32 +0000 (20:32 +0200)] 
config.yml: remove the unused "expo" parameter (#32086)

5 years agoreboot.md: mention "Liberation Sans" (#32084)
XhmikosR [Sun, 8 Nov 2020 18:31:19 +0000 (20:31 +0200)] 
reboot.md: mention "Liberation Sans" (#32084)

5 years ago_variables.scss: reorder SVG attributes
XhmikosR [Fri, 6 Nov 2020 09:00:11 +0000 (11:00 +0200)] 
_variables.scss: reorder SVG attributes

This results in slightly better gzip compression

5 years agoShade color for better color contrast
Martijn Cuppens [Thu, 5 Nov 2020 20:26:01 +0000 (21:26 +0100)] 
Shade color for better color contrast

5 years agoFix missing border & add transitions
Martijn Cuppens [Thu, 5 Nov 2020 20:18:38 +0000 (21:18 +0100)] 
Fix missing border & add transitions

5 years agoRemove default transform-origin per code review
Mark Otto [Tue, 3 Nov 2020 20:56:38 +0000 (12:56 -0800)] 
Remove default transform-origin per code review

5 years agoUpdate relative position hack for layers
Mark Otto [Tue, 3 Nov 2020 20:56:24 +0000 (12:56 -0800)] 
Update relative position hack for layers

Switches to slightly more verbose, but more consistent, z-index layering we use elsewhere (e.g., pagination). Doing this ensures we're not toggling position on and off, but rather z-index.

5 years agoAdd dedicated accordion component based on Collapse JS
Mark Otto [Mon, 2 Nov 2020 19:36:51 +0000 (21:36 +0200)] 
Add dedicated accordion component based on Collapse JS

5 years agoAdd .d-grid to our display utilities (#32066)
Mark Otto [Fri, 6 Nov 2020 12:35:17 +0000 (04:35 -0800)] 
Add .d-grid to our display utilities (#32066)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agostylelint: pass the ` --rd` flag (#32063)
XhmikosR [Fri, 6 Nov 2020 10:00:03 +0000 (12:00 +0200)] 
stylelint: pass the ` --rd` flag (#32063)

* stylelint: pass the ` --rd` flag

Should report any needless disables

* Update _button-group.scss

* Update _floating-labels.scss

5 years agoRemove firefox workaround for ::file-selector-button margin. (#32064)
Emilio Cobos Álvarez [Fri, 6 Nov 2020 08:46:49 +0000 (09:46 +0100)] 
Remove firefox workaround for ::file-selector-button margin. (#32064)

As per https://bugzilla.mozilla.org/show_bug.cgi?id=1673895,
this workaround shouldn't be necessary in FF83+.

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoAdd keyboard shortcut to focus search field (#31702)
Mark Otto [Thu, 5 Nov 2020 16:56:02 +0000 (08:56 -0800)] 
Add keyboard shortcut to focus search field (#31702)

* Documentation: Add slash key event to focus the input search.

* Add little tag for keyboard shortcut in the search field

* Use ctrl / as keyboard shortcut

* Update search.js

Co-authored-by: chuckrincon <chuckrincon@gmail.com>
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoTighten bundlewatch limits.
XhmikosR [Tue, 3 Nov 2020 13:40:16 +0000 (15:40 +0200)] 
Tighten bundlewatch limits.

5 years agoRemove the now unneeded polyfills.
XhmikosR [Mon, 26 Oct 2020 14:39:23 +0000 (16:39 +0200)] 
Remove the now unneeded polyfills.

5 years agoDrop Legacy Edge support.
XhmikosR [Mon, 26 Oct 2020 14:09:07 +0000 (16:09 +0200)] 
Drop Legacy Edge support.

This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions.

5 years agoBig copy edits and testing
Mark Otto [Tue, 3 Nov 2020 18:44:03 +0000 (10:44 -0800)] 
Big copy edits and testing

Moves the remote utilities section to the using the api section and updates the code snippet to work. Previous one removed all utilities.

5 years agodocs: add info on modifying and adding utilities
Luke-zhang-04 [Sun, 19 Jul 2020 18:08:41 +0000 (21:08 +0300)] 
docs: add info on modifying and adding utilities

5 years agoEditing and formatting utilities API page
Mark Otto [Mon, 2 Nov 2020 17:03:15 +0000 (19:03 +0200)] 
Editing and formatting utilities API page

5 years agodeps: move sirv-cli to npx (#32056)
XhmikosR [Wed, 4 Nov 2020 18:35:03 +0000 (20:35 +0200)] 
deps: move sirv-cli to npx (#32056)

5 years agoForm file docs and overrides (#32058)
Gaël Poupard [Tue, 3 Nov 2020 17:22:35 +0000 (18:22 +0100)] 
Form file docs and overrides (#32058)

5 years agodropdown.js: simplify code (#32055)
XhmikosR [Tue, 3 Nov 2020 14:43:20 +0000 (16:43 +0200)] 
dropdown.js: simplify code (#32055)

5 years agoUpdate devDependencies (#32048)
XhmikosR [Tue, 3 Nov 2020 09:38:26 +0000 (11:38 +0200)] 
Update devDependencies (#32048)

* hugo-bin                ^0.64.5  →  ^0.65.0
* karma-firefox-launcher   ^2.0.0  →   ^2.1.0
* linkinator               ^2.2.0  →   ^2.2.2
* postcss-cli              ^8.1.0  →   ^8.2.0
* rollup                  ^2.32.1  →  ^2.33.1
* sass                    ^1.27.1  →  ^1.28.0

5 years agoMake docs anchorjs links darker on keyboard focus (#32050)
Patrick H. Lauke [Mon, 2 Nov 2020 20:55:41 +0000 (20:55 +0000)] 
Make docs anchorjs links darker on keyboard focus (#32050)

* Make docs anchorjs links darker on keyboard focus

Not just on mouse hover

* Update site/assets/scss/_anchor.scss

Co-authored-by: Mark Otto <markd.otto@gmail.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
5 years agoAdd callouts about using light colors ideally on a dark background (#32040)
Patrick H. Lauke [Mon, 2 Nov 2020 20:39:49 +0000 (20:39 +0000)] 
Add callouts about using light colors ideally on a dark background (#32040)

* Add callout about using light colors ideally on a dark background

* Add callout to helpers > colored links as well

5 years agotests: tweak Jasmine usage (#32046)
XhmikosR [Mon, 2 Nov 2020 14:13:24 +0000 (16:13 +0200)] 
tests: tweak Jasmine usage (#32046)

* jasmine/expect-matcher
* jasmine/prefer-jasmine-matcher

Found with `eslint-plugin-jasmine`

5 years agotests: fix sanitizer test. (#32045)
XhmikosR [Mon, 2 Nov 2020 12:49:56 +0000 (14:49 +0200)] 
tests: fix sanitizer test. (#32045)

The test template does not include a `script` tag so the test always returned true.

5 years agotests: switch to using `toContain()` to check for substring presence (#32043)
XhmikosR [Mon, 2 Nov 2020 12:42:40 +0000 (14:42 +0200)] 
tests: switch to using `toContain()` to check for substring presence (#32043)

5 years agoESLint: enable new-cap rule but ignore properties (#32036)
XhmikosR [Sun, 1 Nov 2020 14:31:11 +0000 (16:31 +0200)] 
ESLint: enable new-cap rule but ignore properties (#32036)

5 years agokarma: stop excluding polyfill.js from istanbul (#30740)
XhmikosR [Sun, 1 Nov 2020 13:52:24 +0000 (15:52 +0200)] 
karma: stop excluding polyfill.js from istanbul (#30740)

5 years agoStreamline jQuery comment. (#32016)
XhmikosR [Sun, 1 Nov 2020 13:49:51 +0000 (15:49 +0200)] 
Streamline jQuery comment. (#32016)

5 years agoFix TypeError when Bootstrap is included in `head` (#32024)
Sascha [Sun, 1 Nov 2020 13:32:36 +0000 (14:32 +0100)] 
Fix TypeError when Bootstrap is included in `head` (#32024)

* extend jquery after domContentLoaded event is fired

* add unittest for util onDOMContentLoaded

* wait for trigger jquery event after domContentLoaded

* remove domcontentready from eventHandler

* move istanbul ignore statements to correct line

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoCheck for data-interval on the first slide of carousel (#31818)
Mitchell Bryson [Sun, 1 Nov 2020 12:36:50 +0000 (12:36 +0000)] 
Check for data-interval on the first slide of carousel (#31818)

* check for data-interval on the first slide of carousel

* add updateInterval method for elements of a carousel

* add test for carousel interval being set during cycle

* update activeElement as soon as slide has finished (before transition end)

* only updateInterval before using it

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoCODE_OF_CONDUCT.md: fix redirect (#32033)
XhmikosR [Sun, 1 Nov 2020 12:30:36 +0000 (14:30 +0200)] 
CODE_OF_CONDUCT.md: fix redirect (#32033)

5 years agoClarify PRs section (#32027)
XhmikosR [Sun, 1 Nov 2020 05:42:19 +0000 (07:42 +0200)] 
Clarify PRs section (#32027)

5 years agopolyfill.js minor tweaks (#32011)
XhmikosR [Sun, 1 Nov 2020 05:38:55 +0000 (07:38 +0200)] 
polyfill.js minor tweaks (#32011)

* rename function to `supportsScopeQuery`
* use a ternary in `findOne` function return value

5 years agoUpdate instances of .font-weight to .fw
Mark Otto [Sat, 31 Oct 2020 17:27:30 +0000 (10:27 -0700)] 
Update instances of .font-weight to .fw

5 years agoAdd class name so the utility generates
Mark Otto [Sat, 31 Oct 2020 17:27:17 +0000 (10:27 -0700)] 
Add class name so the utility generates

5 years agoLint: stop ignoring package.js (#32021)
XhmikosR [Sat, 31 Oct 2020 07:30:57 +0000 (09:30 +0200)] 
Lint: stop ignoring package.js (#32021)

5 years agotoast.spec.js: fix typo (#32026)
XhmikosR [Sat, 31 Oct 2020 07:25:33 +0000 (09:25 +0200)] 
toast.spec.js: fix typo (#32026)

5 years agoContrast colors added to theme-colors (#30044)
Sead Memic [Sat, 31 Oct 2020 06:21:31 +0000 (07:21 +0100)] 
Contrast colors added to theme-colors (#30044)

* 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 <sead.memic@intracto.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoUpdated .rounded utilities (#31687)
Mark Otto [Fri, 30 Oct 2020 20:42:11 +0000 (13:42 -0700)] 
Updated .rounded utilities (#31687)

* 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 <xhmikosr@gmail.com>
5 years agoFix color heights (#32023)
Martijn Cuppens [Fri, 30 Oct 2020 20:36:44 +0000 (21:36 +0100)] 
Fix color heights (#32023)

5 years agoAdd `cursor:pointer` to color inputs (#32020)
Patrick H. Lauke [Fri, 30 Oct 2020 18:03:07 +0000 (18:03 +0000)] 
Add `cursor:pointer` to color inputs (#32020)

* Add `cursor:pointer` for color inputs

* Add to migration guide

5 years agoFix redirects (#32015)
XhmikosR [Fri, 30 Oct 2020 14:24:45 +0000 (16:24 +0200)] 
Fix redirects (#32015)

5 years agoUpdate Edge's Rendering Engine on CONTRIBUTING.md (#32008)
Christian Oliff [Fri, 30 Oct 2020 05:33:31 +0000 (14:33 +0900)] 
Update Edge's Rendering Engine on CONTRIBUTING.md (#32008)

* Update Edge's Rendering Engine on CONTRIBUTING.md

Also updated the URL to prevent a HTTP redirect.

* Add 'Go to "Help > Send Feedback" from the browser' note

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoRemove obsolete prefixes (#32012)
XhmikosR [Fri, 30 Oct 2020 05:29:48 +0000 (07:29 +0200)] 
Remove obsolete prefixes (#32012)

5 years agoCI: switch to Node.js 14. (#32003)
XhmikosR [Thu, 29 Oct 2020 17:38:31 +0000 (19:38 +0200)] 
CI: switch to Node.js 14. (#32003)

5 years agoCI: Skip dependabot PR branches. (#32006)
XhmikosR [Thu, 29 Oct 2020 17:26:15 +0000 (19:26 +0200)] 
CI: Skip dependabot PR branches. (#32006)

Also, reword Node.js setup step

5 years agoMinor Markdown fixes (#32009)
XhmikosR [Thu, 29 Oct 2020 17:05:39 +0000 (19:05 +0200)] 
Minor Markdown fixes (#32009)

* add missing language after fenced block
* add missing end of file newline

5 years agoRevert "clean-css: specify precision 6"
XhmikosR [Thu, 29 Oct 2020 07:36:15 +0000 (09:36 +0200)] 
Revert "clean-css: specify precision 6"

5 years agoclean-css: specify precision 6
XhmikosR [Wed, 23 Sep 2020 08:15:28 +0000 (11:15 +0300)] 
clean-css: specify precision 6

This is so that we get the same behavior for our minified files since dart-sass doesn't have a precision option and defaults to 10.

5 years agoSwitch to dart-sass
XhmikosR [Wed, 23 Sep 2020 08:13:24 +0000 (11:13 +0300)] 
Switch to dart-sass

node-sass is now deprecated

5 years agoUpdate to postcss 8.x. (#31739)
XhmikosR [Thu, 29 Oct 2020 13:23:43 +0000 (15:23 +0200)] 
Update to postcss 8.x. (#31739)

* autoprefixer 10.0.1
* find-unused-sass-variables 3.0.0
* postcss 8.1.4
* postcss-cli 8.1.0

5 years agoRemove explicit heights on form elements (#31993)
Martijn Cuppens [Thu, 29 Oct 2020 13:18:39 +0000 (14:18 +0100)] 
Remove explicit heights on form elements (#31993)

* Remove explicit heights

* Link to upstream bug

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoRemove bugreport.apple.com since it doesn't work (#32005)
Martijn Cuppens [Thu, 29 Oct 2020 10:32:56 +0000 (11:32 +0100)] 
Remove bugreport.apple.com since it doesn't work (#32005)

5 years agoUse the same font on the button as on the field itself
Martijn Cuppens [Wed, 28 Oct 2020 14:03:41 +0000 (15:03 +0100)] 
Use the same font on the button as on the field itself

5 years agoFix Firefox padding issue
Martijn Cuppens [Sun, 25 Oct 2020 13:16:28 +0000 (14:16 +0100)] 
Fix Firefox padding issue

Caused by https://searchfox.org/mozilla-central/rev/0b7007a23bc16c857f894140e12f307bfeef2fdd/layout/style/res/forms.css#494

5 years agoDrop custom file upload plugin in favor of CSS
Martijn Cuppens [Thu, 22 Oct 2020 13:20:53 +0000 (15:20 +0200)] 
Drop custom file upload plugin in favor of CSS

5 years agov5: Floating labels (#30449)
Mark Otto [Wed, 28 Oct 2020 03:45:48 +0000 (20:45 -0700)] 
v5: Floating labels (#30449)

* v5: Promote floating labels example to component

- Adds new .form-floating
- Stubs out basics of a docs page
- Removes existing Example

* Update floating labels to support .form-select, make inputs and selects more consistent

- To do this, I made the .form-control and .form-select consistent in min-height vs height
- Removed some unused variables now
- Updated -color to be the -color because I don't know why this was any different before
- Update page to include some examples for layout, validation, and value
- Rewrite styles to not modify padding, but instead transform and opacity

* Streamline and bulletproof some things

- Apply some optimizations from code review
- Removed unecessary properties from the label
- Add some comments for what properties are required
- Move from fixed height for labels to height 100% so we can support textareas
- Improve docs a little bit, add ToC

* Move some values to variables, switch from scaling font-size to scale, update transforms

* Bring over changes from #30966 and add to them to tighten things up

* Delete the now unused example images

* Fix typo

* Allowlist the calc function

* Add transform-origin, update transform values

* Test out autofill fix

* Fix linter issue

* Mention it in the migration guide

* Bump bundlesize

* Add one more variable per review

* Shave .25rem off the height

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoAdd example with input group between two inputs
Jonathan [Tue, 27 Oct 2020 09:14:49 +0000 (10:14 +0100)] 
Add example with input group between two inputs

5 years agoBump eslint from 7.11.0 to 7.12.1 (#31990)
dependabot[bot] [Tue, 27 Oct 2020 10:09:01 +0000 (12:09 +0200)] 
Bump eslint from 7.11.0 to 7.12.1 (#31990)

Bumps [eslint](https://github.com/eslint/eslint) from 7.11.0 to 7.12.1.
- [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.11.0...v7.12.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @rollup/plugin-node-resolve from 9.0.0 to 10.0.0 (#31989)
dependabot[bot] [Tue, 27 Oct 2020 10:04:19 +0000 (12:04 +0200)] 
Bump @rollup/plugin-node-resolve from 9.0.0 to 10.0.0 (#31989)

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 9.0.0 to 10.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/node-resolve-v9.0.0...node-resolve-v10.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump @rollup/plugin-commonjs from 15.1.0 to 16.0.0 (#31988)
dependabot[bot] [Tue, 27 Oct 2020 09:51:57 +0000 (11:51 +0200)] 
Bump @rollup/plugin-commonjs from 15.1.0 to 16.0.0 (#31988)

Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 15.1.0 to 16.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v15.1.0...commonjs-v16.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump karma-firefox-launcher from 1.3.0 to 2.0.0 (#31987)
dependabot[bot] [Tue, 27 Oct 2020 09:51:09 +0000 (11:51 +0200)] 
Bump karma-firefox-launcher from 1.3.0 to 2.0.0 (#31987)

Bumps [karma-firefox-launcher](https://github.com/karma-runner/karma-firefox-launcher) from 1.3.0 to 2.0.0.
- [Release notes](https://github.com/karma-runner/karma-firefox-launcher/releases)
- [Changelog](https://github.com/karma-runner/karma-firefox-launcher/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma-firefox-launcher/compare/v1.3.0...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump rollup from 2.32.0 to 2.32.1 (#31985)
dependabot[bot] [Tue, 27 Oct 2020 09:46:50 +0000 (11:46 +0200)] 
Bump rollup from 2.32.0 to 2.32.1 (#31985)

Bumps [rollup](https://github.com/rollup/rollup) from 2.32.0 to 2.32.1.
- [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.32.0...v2.32.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoFix git conflicts after #30571 (#31982)
Martijn Cuppens [Tue, 27 Oct 2020 09:36:58 +0000 (10:36 +0100)] 
Fix git conflicts after #30571 (#31982)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agolist-group.md: fix snippet (#31981)
XhmikosR [Tue, 27 Oct 2020 09:24:28 +0000 (11:24 +0200)] 
list-group.md: fix snippet (#31981)

5 years agov5: Add .fs-* utilities for font-size and rename font-weight/-style utilities (#30571)
Mark Otto [Mon, 26 Oct 2020 23:42:07 +0000 (16:42 -0700)] 
v5: Add .fs-* utilities for font-size and rename font-weight/-style utilities (#30571)

* v5: Add .fs-* utilities for font-size

- Adds new font-sizes Sass map
- Generates six new classes for setting only font-size
- Updates docs to mention this, including a scss-docs reference

* Update font utilities

- Make .fs-* utils for font-size use RFS
- Rename .font-weight-* utils to .fw-*
- Rename .font-style-* utils to .f-*
- Update order of utilities a bit
- Update docs to match

* Update migration docs to make note of these changes

* Be more specific in font-size docs about scale

* Update font-style abbreviation to .fst

* Fix font-weight property

* Formatting & font style utility fix

* Move to Alpha 3 migration section

* Update migration guide for more details, splitting alpha 2 stuff back to the appropriate section in Migration guide

* Tweak language on example

Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agoUpdate migration guide
Martijn Cuppens [Sat, 24 Oct 2020 16:45:14 +0000 (18:45 +0200)] 
Update migration guide

5 years agoFix border radius for inputs groups with validation
Martijn Cuppens [Thu, 22 Oct 2020 18:29:23 +0000 (20:29 +0200)] 
Fix border radius for inputs groups with validation

5 years agoFix border radii on validation messages
Martijn Cuppens [Thu, 22 Oct 2020 08:46:25 +0000 (10:46 +0200)] 
Fix border radii on validation messages

5 years agoRequire `.has-validation` class to fix border radii on form elements
Martijn Cuppens [Thu, 22 Oct 2020 08:42:05 +0000 (10:42 +0200)] 
Require `.has-validation` class to fix border radii on form elements

5 years agoCI: allow skipping BrowserStack (#31878)
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.

5 years agodocs: Add Russian translation (#31828)
Aleksandr Gorbatov [Mon, 26 Oct 2020 18:46:53 +0000 (21:46 +0300)] 
docs: Add Russian translation (#31828)

5 years agoRemove background-clip from .btn-close
Mark Otto [Sun, 25 Oct 2020 19:01:39 +0000 (12:01 -0700)] 
Remove background-clip from .btn-close

5 years agoUpdate CodeQL action (#31930)
XhmikosR [Mon, 26 Oct 2020 16:56:16 +0000 (18:56 +0200)] 
Update CodeQL action (#31930)

Should run on PRs too.

5 years agoRename Navs to Navs and Tabs (#31965)
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>
5 years agoExplicitly mention emoji fonts, tweak sentence in typography (#31960)
Patrick H. Lauke [Sun, 25 Oct 2020 19:21:42 +0000 (19:21 +0000)] 
Explicitly mention emoji fonts, tweak sentence in typography (#31960)

5 years agoDon't wrap the code snippets in our docs (#31679)
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>
5 years agoUpdate anchor-js to v4.3.0. (#31951)
XhmikosR [Thu, 22 Oct 2020 16:46:26 +0000 (19:46 +0300)] 
Update anchor-js to v4.3.0. (#31951)

5 years agoMove `href` attribute first (#31835)
XhmikosR [Thu, 22 Oct 2020 06:38:15 +0000 (09:38 +0300)] 
Move `href` attribute first (#31835)

5 years agoUpdate bs-table shortcode (#31803)
XhmikosR [Thu, 22 Oct 2020 06:32:46 +0000 (09:32 +0300)] 
Update bs-table shortcode (#31803)

5 years agoHandle the Ubuntu sans-serif case (#31657)
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>
5 years agoBump nodemon from 2.0.5 to 2.0.6 (#31939)
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>
5 years agoUpdate optimize.md
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

5 years agomention default export in our docs optimize section
Johann-S [Thu, 1 Oct 2020 07:29:10 +0000 (10:29 +0300)] 
mention default export in our docs optimize section

5 years agoUpdate docs example on how to optimize JavaScript bundle
Pascal Pepe [Fri, 19 Jun 2020 08:34:30 +0000 (11:34 +0300)] 
Update docs example on how to optimize JavaScript bundle

5 years agoPin terser to v5.1.0 and regenerate package-lock.json (#31928)
XhmikosR [Mon, 19 Oct 2020 13:05:25 +0000 (16:05 +0300)] 
Pin terser to v5.1.0 and regenerate package-lock.json (#31928)

5 years agoSmall typo - remove the unnecessary "the" (#31932)
Patrick H. Lauke [Mon, 19 Oct 2020 12:33:03 +0000 (13:33 +0100)] 
Small typo - remove the unnecessary "the" (#31932)

5 years agodocs: switch to fenced codeblocks (#31806)
XhmikosR [Mon, 19 Oct 2020 09:56:49 +0000 (12:56 +0300)] 
docs: switch to fenced codeblocks (#31806)

5 years agodocs(migration): mention spinners slow down (#31929)
Gaël Poupard [Mon, 19 Oct 2020 09:06:14 +0000 (11:06 +0200)] 
docs(migration): mention spinners slow down (#31929)

5 years agoApply smooth-scroll when `prefers-reduced-motion: no-preference` (#31877)
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>
5 years agoSlow down spinners when `prefers-reduced-motion: reduce` (#31882)
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>
5 years agodocs(forms): use a legend for fieldset instead of aria-label
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

5 years agodocs(forms): fix incorrect legend nesting in fieldset
Gaël Poupard [Thu, 15 Oct 2020 14:37:17 +0000 (16:37 +0200)] 
docs(forms): fix incorrect legend nesting in fieldset

5 years agodocs(forms): drop useless text faking a label in horizontal forms example
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

5 years agodocs: switch to suggesting jsDelivr as a CDN (#31894)
XhmikosR [Mon, 19 Oct 2020 08:25:31 +0000 (11:25 +0300)] 
docs: switch to suggesting jsDelivr as a CDN (#31894)

5 years agoBump eslint-config-xo from 0.32.1 to 0.33.1 (#31925)
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>
5 years agoBump eslint-plugin-unicorn from 22.0.0 to 23.0.0 (#31921)
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>
5 years agoBump @babel/core from 7.11.6 to 7.12.3 (#31927)
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>