]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
5 years agoRemove unnecessary <form> elements, add a submit button to validation example
Patrick H. Lauke [Sun, 22 Mar 2020 20:09:20 +0000 (20:09 +0000)] 
Remove unnecessary <form> elements, add a submit button to validation example

5 years agoAdd explicit title to iframe embed
Patrick H. Lauke [Sun, 22 Mar 2020 19:30:05 +0000 (19:30 +0000)] 
Add explicit title to iframe embed

5 years agoAdd explicit scope="col" to <th> column headers
Patrick H. Lauke [Sun, 22 Mar 2020 19:27:35 +0000 (19:27 +0000)] 
Add explicit scope="col" to <th> column headers

5 years agoAdd `.caption-top` for tables (#30435)
Mark Otto [Tue, 24 Mar 2020 09:00:45 +0000 (02:00 -0700)] 
Add `.caption-top` for tables (#30435)

* Move caption-side to <table> element in Reboot

* Add class for .caption-top

5 years agoFile chooser size (#30040)
Zedicius [Mon, 23 Mar 2020 17:36:54 +0000 (18:36 +0100)] 
File chooser size (#30040)

Co-authored-by: David Van Doninck <david.vandoninck@intracto.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agoMake form-check label customizable (#30426)
Catalin Zalog [Mon, 23 Mar 2020 17:29:56 +0000 (19:29 +0200)] 
Make form-check label customizable (#30426)

Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agoUpdate modal docs (#30325)
Shohei Yoshida [Mon, 23 Mar 2020 17:15:30 +0000 (02:15 +0900)] 
Update modal docs (#30325)

5 years agoAdded focus state to .btn-link (#30036)
Tim Dujardin [Mon, 23 Mar 2020 17:08:17 +0000 (18:08 +0100)] 
Added focus state to .btn-link (#30036)

5 years agoUse WCAG contrast algo (#30168)
Gaël Poupard [Mon, 23 Mar 2020 17:03:56 +0000 (18:03 +0100)] 
Use WCAG contrast algo (#30168)

5 years agoUse next dropdown menu instead of first of the parent
Martijn Cuppens [Sat, 1 Feb 2020 13:56:20 +0000 (14:56 +0100)] 
Use next dropdown menu instead of first of the parent

5 years agoSimplify input groups by dropping `.input-group-prepend` and `.input-group-append`
Martijn Cuppens [Thu, 19 Dec 2019 14:28:40 +0000 (15:28 +0100)] 
Simplify input groups by dropping `.input-group-prepend` and `.input-group-append`

5 years agoDocumentation skip links (#30073)
Gaël Poupard [Mon, 23 Mar 2020 14:23:37 +0000 (15:23 +0100)] 
Documentation skip links (#30073)

* docs(skip-links): add a skip to main navigation skip link

* docs(skip-links): revamp skip-links pattern

* docs(navs): use aria-label on navs

* docs(navs): use 'docs navigation' label in sidebar nav

5 years agoUse a link helper instead of the text color utility
Martijn Cuppens [Fri, 20 Mar 2020 11:34:13 +0000 (12:34 +0100)] 
Use a link helper instead of the text color utility

5 years agoFix wrapping bug (#30345)
Martijn Cuppens [Sat, 21 Mar 2020 14:44:08 +0000 (15:44 +0100)] 
Fix wrapping bug (#30345)

5 years agoMerge pull request #30389 from twbs/underline-links
Mark Otto [Fri, 20 Mar 2020 15:58:54 +0000 (08:58 -0700)] 
Merge pull request #30389 from twbs/underline-links

v5: Underline links

5 years agoMerge branch 'master' into underline-links 30389/head
Martijn Cuppens [Fri, 20 Mar 2020 11:30:41 +0000 (12:30 +0100)] 
Merge branch 'master' into underline-links

5 years agoRemove redundant text decoration from hover states
Martijn Cuppens [Fri, 20 Mar 2020 08:35:55 +0000 (09:35 +0100)] 
Remove redundant text decoration from hover states

5 years agoRestore hover text decoration on toc links
Martijn Cuppens [Fri, 20 Mar 2020 08:33:53 +0000 (09:33 +0100)] 
Restore hover text decoration on toc links

5 years agoBump linkinator from 2.0.3 to 2.0.4 (#30424)
dependabot-preview[bot] [Fri, 20 Mar 2020 08:02:34 +0000 (10:02 +0200)] 
Bump linkinator from 2.0.3 to 2.0.4 (#30424)

Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.0.3...v2.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump rollup from 2.0.6 to 2.1.0 (#30423)
dependabot-preview[bot] [Fri, 20 Mar 2020 07:53:54 +0000 (09:53 +0200)] 
Bump rollup from 2.0.6 to 2.1.0 (#30423)

Bumps [rollup](https://github.com/rollup/rollup) from 2.0.6 to 2.1.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.0.6...v2.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoFix commonmark syntax (#30276)
satotake [Thu, 19 Mar 2020 19:11:29 +0000 (04:11 +0900)] 
Fix commonmark syntax (#30276)

* Fix commonmark syntax

related https://github.com/gohugoio/hugo/issues/6553

* Fix indentation

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoUpdate Legacy Edge support
Martijn Cuppens [Wed, 18 Mar 2020 08:15:16 +0000 (09:15 +0100)] 
Update Legacy Edge support

5 years agoRemove underline hack for breadcrumbs
Martijn Cuppens [Wed, 18 Mar 2020 08:07:30 +0000 (09:07 +0100)] 
Remove underline hack for breadcrumbs

5 years agoRemove Internet Explorer leftovers
ysds [Wed, 11 Mar 2020 15:16:42 +0000 (00:16 +0900)] 
Remove Internet Explorer leftovers

5 years agoDrop IE support from Sass
Martijn Cuppens [Mon, 9 Mar 2020 20:48:37 +0000 (21:48 +0100)] 
Drop IE support from Sass

5 years agoRemove Internet Explorer leftovers
XhmikosR [Mon, 9 Mar 2020 13:37:46 +0000 (15:37 +0200)] 
Remove Internet Explorer leftovers

5 years agoRemove IE compatibility JS code
Johann-S [Mon, 9 Mar 2020 13:34:07 +0000 (14:34 +0100)] 
Remove IE compatibility JS code

5 years agoRemove IE in .browserslistrc
XhmikosR [Mon, 9 Mar 2020 12:54:05 +0000 (14:54 +0200)] 
Remove IE in .browserslistrc

5 years agoRevert "Revert "remove `--compress typeofs=false` from terser.""
XhmikosR [Mon, 9 Mar 2020 12:53:13 +0000 (14:53 +0200)] 
Revert "Revert "remove `--compress typeofs=false` from terser.""

This reverts commit dd75ac6c25f6afb4075c1b9fd320de2e97b246d8.

5 years agoRevert "Revert "Add information about IE 11 compatibility.""
XhmikosR [Mon, 9 Mar 2020 12:52:53 +0000 (14:52 +0200)] 
Revert "Revert "Add information about IE 11 compatibility.""

This reverts commit bcf76ef5f0d6305bb8aa7a83ae7fdc45256f7f08.

5 years agoRevert "Revert "Remove IE-specific breadcrumb CSS hack""
XhmikosR [Mon, 9 Mar 2020 12:52:46 +0000 (14:52 +0200)] 
Revert "Revert "Remove IE-specific breadcrumb CSS hack""

This reverts commit 15d242d21ad67fa5b762eb5bdfbcdfb68b9bcce1.

5 years agoUpdate docs-navbar.html (#30418)
XhmikosR [Wed, 18 Mar 2020 18:52:58 +0000 (20:52 +0200)] 
Update docs-navbar.html (#30418)

Open icons in a new tab like the rest of the external links

5 years agoRegenerate package-lock.json (#30413)
XhmikosR [Wed, 18 Mar 2020 16:29:13 +0000 (18:29 +0200)] 
Regenerate package-lock.json (#30413)

Fixes a few npm vulnerabilities.

5 years agoChange navbar GitHub link to org (#30041)
Laurens Nicolay [Wed, 18 Mar 2020 15:33:26 +0000 (16:33 +0100)] 
Change navbar GitHub link to org (#30041)

Co-authored-by: Laurens Nicolay <laurens.nicolay@intracto.com>
5 years agofix: ensure `totype` always returns stringified null/undefined when null/undefined...
Johann-S [Wed, 18 Mar 2020 11:10:55 +0000 (12:10 +0100)] 
fix: ensure `totype` always returns stringified null/undefined when null/undefined is passed (#30383)

5 years agoTighten bundlesize JS limits.
XhmikosR [Sat, 7 Mar 2020 10:07:50 +0000 (12:07 +0200)] 
Tighten bundlesize JS limits.

5 years agoSwitch to strings constants.
XhmikosR [Sat, 7 Mar 2020 09:31:42 +0000 (11:31 +0200)] 
Switch to strings constants.

This allows the minifier to mangle the constants. It also allows the linter to find unused strings properly.

While at it, remove a few unused properties.

File                        Before      After       Diff
--------------------------------------------------------
bootstrap.bundle.min.js     23.61 kB    22.61 kB    -1.00 kB (-4.23 %)
bootstrap.min.js            17.04 kB    16.08 kB    -0.96 kB (-5.63 %)

5 years agoClarify card group behavior (#30416)
XhmikosR [Wed, 18 Mar 2020 08:29:10 +0000 (10:29 +0200)] 
Clarify card group behavior (#30416)

Co-authored-by: Mark Otto <markd.otto@gmail.com>
5 years agoDashboard example: use the core `.position-sticky` class. (#30408)
XhmikosR [Wed, 18 Mar 2020 07:35:39 +0000 (09:35 +0200)] 
Dashboard example: use the core `.position-sticky` class. (#30408)

5 years agoBump terser from 4.6.6 to 4.6.7 (#30410)
dependabot-preview[bot] [Tue, 17 Mar 2020 20:12:48 +0000 (22:12 +0200)] 
Bump terser from 4.6.6 to 4.6.7 (#30410)

Bumps [terser](https://github.com/terser/terser) from 4.6.6 to 4.6.7.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/v4.6.7/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v4.6.6...v4.6.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoremove dupe text-decoration
Mark Otto [Tue, 17 Mar 2020 19:19:53 +0000 (12:19 -0700)] 
remove dupe text-decoration

5 years agosupress underline on toc
Mark Otto [Tue, 17 Mar 2020 19:19:39 +0000 (12:19 -0700)] 
supress underline on toc

5 years agoRemove links from docs sidebar
Mark Otto [Thu, 12 Mar 2020 16:35:46 +0000 (09:35 -0700)] 
Remove links from docs sidebar

5 years agoEnable underlines for links
Mark Otto [Thu, 12 Mar 2020 16:35:36 +0000 (09:35 -0700)] 
Enable underlines for links

5 years agoBump eslint-plugin-unicorn from 17.1.0 to 17.2.0 (#30405)
dependabot-preview[bot] [Tue, 17 Mar 2020 10:26:10 +0000 (12:26 +0200)] 
Bump eslint-plugin-unicorn from 17.1.0 to 17.2.0 (#30405)

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 17.1.0 to 17.2.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v17.1.0...v17.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump hugo-bin from 0.55.0 to 0.55.1 (#30403)
dependabot-preview[bot] [Tue, 17 Mar 2020 10:17:45 +0000 (12:17 +0200)] 
Bump hugo-bin from 0.55.0 to 0.55.1 (#30403)

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.55.0 to 0.55.1.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.55.0...v0.55.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump rollup from 2.0.3 to 2.0.6 (#30404)
dependabot-preview[bot] [Tue, 17 Mar 2020 10:09:03 +0000 (12:09 +0200)] 
Bump rollup from 2.0.3 to 2.0.6 (#30404)

Bumps [rollup](https://github.com/rollup/rollup) from 2.0.3 to 2.0.6.
- [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.0.3...v2.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump vnu-jar from 20.2.28 to 20.3.16 (#30402)
dependabot-preview[bot] [Tue, 17 Mar 2020 10:00:03 +0000 (12:00 +0200)] 
Bump vnu-jar from 20.2.28 to 20.3.16 (#30402)

Bumps [vnu-jar](https://github.com/validator/validator) from 20.2.28 to 20.3.16.
- [Release notes](https://github.com/validator/validator/releases)
- [Changelog](https://github.com/validator/validator/blob/master/CHANGELOG.md)
- [Commits](https://github.com/validator/validator/compare/v20.2.28...20.3.16)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agofix(css): adds a new opacity var
Catalin Zalog [Sun, 15 Mar 2020 14:28:18 +0000 (16:28 +0200)] 
fix(css): adds a new opacity var

Fixes beeing able to control `.is-valid` & `.is-invalid` input:focus opacity

5 years agostyle: applies ascending order
Catalin Zalog [Sun, 15 Mar 2020 20:21:19 +0000 (22:21 +0200)] 
style: applies ascending order

5 years agostyle: fixes indent (#30396)
Catalin Zalog [Sun, 15 Mar 2020 20:10:08 +0000 (22:10 +0200)] 
style: fixes indent (#30396)

5 years agoFix pseudo paddings and height
Martijn Cuppens [Sat, 22 Feb 2020 20:48:14 +0000 (21:48 +0100)] 
Fix pseudo paddings and height

5 years agofeat(css): groups hr element
Catalin Zalog [Sat, 14 Mar 2020 08:41:38 +0000 (10:41 +0200)] 
feat(css): groups hr element

5 years agoUse `display: block;` for form elements
Martijn Cuppens [Thu, 12 Mar 2020 21:02:31 +0000 (22:02 +0100)] 
Use `display: block;` for form elements

5 years agoLimit to `scroll-margin-top` to elements with an id
Martijn Cuppens [Mon, 24 Feb 2020 07:31:14 +0000 (08:31 +0100)] 
Limit to `scroll-margin-top` to elements with an id

5 years agoUse `scroll-margin-top` instead of pseudo hack
Martijn Cuppens [Sun, 23 Feb 2020 15:23:55 +0000 (16:23 +0100)] 
Use `scroll-margin-top` instead of pseudo hack

5 years agoRemove `.bd-example-responsive-containers`
Martijn Cuppens [Wed, 11 Mar 2020 20:23:51 +0000 (21:23 +0100)] 
Remove `.bd-example-responsive-containers`

Added in https://github.com/twbs/bootstrap/pull/29095/files#diff-d4fb29267ed3a7c27482bbeac1723ab6 but never used

5 years ago.browserslistrc: bump the minimum supported version to 16.16299 (#30378)
XhmikosR [Wed, 11 Mar 2020 19:15:44 +0000 (21:15 +0200)] 
.browserslistrc: bump the minimum supported version to 16.16299 (#30378)

This is what is currently supported by Microsoft https://en.wikipedia.org/wiki/Microsoft_Edge#Release_history

5 years agoChange container padding to 1rem
Martijn Cuppens [Mon, 17 Feb 2020 20:25:15 +0000 (21:25 +0100)] 
Change container padding to 1rem

5 years agofix indention
Martijn Cuppens [Sat, 15 Feb 2020 19:01:29 +0000 (20:01 +0100)] 
fix indention

Co-Authored-By: Shohei Yoshida <ysds.code@gmail.com>
5 years agoAdd row-cols-auto and responsive variants
Martijn Cuppens [Thu, 19 Dec 2019 15:15:57 +0000 (16:15 +0100)] 
Add row-cols-auto and responsive variants

5 years agobootstrap-grid.css: Only apply `box-sizing: border-box` to the columns instead of...
Martijn Cuppens [Sat, 14 Dec 2019 11:45:26 +0000 (12:45 +0100)] 
bootstrap-grid.css: Only apply `box-sizing: border-box` to the columns instead of using the universal selector

5 years agoRemove card decks in favor of the grid
Martijn Cuppens [Sat, 16 Nov 2019 11:49:38 +0000 (12:49 +0100)] 
Remove card decks in favor of the grid

5 years agoBootstrap 5 migration guide
Martijn Cuppens [Sat, 28 Sep 2019 14:16:52 +0000 (16:16 +0200)] 
Bootstrap 5 migration guide

5 years agoBump bundlesizes
Martijn Cuppens [Sat, 28 Sep 2019 14:16:21 +0000 (16:16 +0200)] 
Bump bundlesizes

5 years agoUpdate examples to the Bootstrap 5 grid
Martijn Cuppens [Sat, 28 Sep 2019 14:16:03 +0000 (16:16 +0200)] 
Update examples to the Bootstrap 5 grid

5 years agoBootstrap 5 grid documentation
Martijn Cuppens [Sat, 28 Sep 2019 14:14:33 +0000 (16:14 +0200)] 
Bootstrap 5 grid documentation

Co-authored-by: Mark Otto <markd.otto@gmail.com>
5 years agoBootstrap 5 grid
Martijn Cuppens [Sat, 28 Sep 2019 14:13:36 +0000 (16:13 +0200)] 
Bootstrap 5 grid

5 years agoBump eslint-plugin-unicorn from 16.1.1 to 17.1.0 (#30373)
dependabot-preview[bot] [Tue, 10 Mar 2020 13:02:44 +0000 (15:02 +0200)] 
Bump eslint-plugin-unicorn from 16.1.1 to 17.1.0 (#30373)

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 16.1.1 to 17.1.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v16.1.1...v17.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump hugo-bin from 0.54.0 to 0.55.0 (#30371)
dependabot-preview[bot] [Tue, 10 Mar 2020 12:51:16 +0000 (14:51 +0200)] 
Bump hugo-bin from 0.54.0 to 0.55.0 (#30371)

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.54.0 to 0.55.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.54.0...v0.55.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump rollup from 2.0.2 to 2.0.3 (#30374)
dependabot-preview[bot] [Tue, 10 Mar 2020 12:42:24 +0000 (14:42 +0200)] 
Bump rollup from 2.0.2 to 2.0.3 (#30374)

Bumps [rollup](https://github.com/rollup/rollup) from 2.0.2 to 2.0.3.
- [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.0.2...v2.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump stylelint from 13.2.0 to 13.2.1 (#30375)
dependabot-preview[bot] [Tue, 10 Mar 2020 12:29:11 +0000 (14:29 +0200)] 
Bump stylelint from 13.2.0 to 13.2.1 (#30375)

Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.2.0 to 13.2.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.2.0...13.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump lockfile-lint from 4.0.0 to 4.1.0 (#30372)
dependabot-preview[bot] [Tue, 10 Mar 2020 11:51:33 +0000 (13:51 +0200)] 
Bump lockfile-lint from 4.0.0 to 4.1.0 (#30372)

Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases)
- [Commits](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.0.0...lockfile-lint@4.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoBump rollup-plugin-babel from 4.3.3 to 4.4.0 (#30369)
dependabot-preview[bot] [Tue, 10 Mar 2020 11:45:25 +0000 (13:45 +0200)] 
Bump rollup-plugin-babel from 4.3.3 to 4.4.0 (#30369)

Bumps [rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel) from 4.3.3 to 4.4.0.
- [Release notes](https://github.com/rollup/rollup-plugin-babel/releases)
- [Changelog](https://github.com/rollup/rollup-plugin-babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup-plugin-babel/compare/v4.3.3...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoMinor `.nav-tabs` optimization (#30288)
Yogini Bende [Mon, 9 Mar 2020 19:12:20 +0000 (00:42 +0530)] 
Minor `.nav-tabs` optimization (#30288)

5 years agoImprovement: harmonize usage of constants (#30285)
Sparks [Mon, 9 Mar 2020 15:26:29 +0000 (16:26 +0100)] 
Improvement: harmonize usage of constants (#30285)

5 years ago`prev()` function fails when non-element nodes are present (#30117)
Martijn Cuppens [Mon, 9 Mar 2020 15:21:04 +0000 (16:21 +0100)] 
`prev()` function fails when non-element nodes are present (#30117)

The `prev()` function doesn't take nodes other than elements into account. Also we could simplify things a lot using the `previousElementSibling` property. This property isn't fully supported in IE, it only works for elements, but since the `element` variable is an element, we can safely use it here.

I've also added an additional test.

I don't think we had this issue in v4, since we relied on jQuery back then.

Ref. https://developer.mozilla.org/en-US/docs/Web/API/NonDocumentTypeChildNode/nextElementSibling

5 years agoRemove babel-eslint (#30355)
XhmikosR [Mon, 9 Mar 2020 14:37:54 +0000 (16:37 +0200)] 
Remove babel-eslint (#30355)

5 years agoUpdate rollup to v2.0.2 (#30356)
XhmikosR [Mon, 9 Mar 2020 14:24:07 +0000 (16:24 +0200)] 
Update rollup to v2.0.2 (#30356)

5 years agostyle(css): removes `&-*` scss pattern
Catalin Zalog [Sun, 8 Mar 2020 06:53:41 +0000 (08:53 +0200)] 
style(css): removes `&-*` scss pattern

5 years agoRemove unneeded og:image:secure_url from social.html (#30362)
Christian Oliff [Sun, 8 Mar 2020 08:06:49 +0000 (17:06 +0900)] 
Remove unneeded og:image:secure_url from social.html (#30362)

The image is always available over HTTPS anyway

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoUpdate browsers + devices support page to remove IE10, IE11 Mobile (#30363)
Christian Oliff [Sun, 8 Mar 2020 07:20:43 +0000 (16:20 +0900)] 
Update browsers + devices support page to remove IE10, IE11 Mobile (#30363)

This PR removes unsupported browsers from supported tables based on the current `.browserlistrc` config

5 years agoAlign navbar in docs (#30359)
Martijn Cuppens [Sat, 7 Mar 2020 12:09:05 +0000 (13:09 +0100)] 
Align navbar in docs (#30359)

5 years agoRegenerate package-lock.json (#30352)
XhmikosR [Fri, 6 Mar 2020 16:02:26 +0000 (18:02 +0200)] 
Regenerate package-lock.json (#30352)

5 years agoBump hugo-bin from 0.53.3 to 0.54.0 (#30351)
dependabot-preview[bot] [Fri, 6 Mar 2020 15:26:56 +0000 (17:26 +0200)] 
Bump hugo-bin from 0.53.3 to 0.54.0 (#30351)

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.53.3 to 0.54.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.53.3...v0.54.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump terser from 4.6.4 to 4.6.6 (#30350)
dependabot-preview[bot] [Fri, 6 Mar 2020 15:16:56 +0000 (17:16 +0200)] 
Bump terser from 4.6.4 to 4.6.6 (#30350)

Bumps [terser](https://github.com/terser/terser) from 4.6.4 to 4.6.6.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v4.6.4...v4.6.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump cross-env from 7.0.0 to 7.0.2 (#30349)
dependabot-preview[bot] [Fri, 6 Mar 2020 13:28:57 +0000 (15:28 +0200)] 
Bump cross-env from 7.0.0 to 7.0.2 (#30349)

Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.0 to 7.0.2.
- [Release notes](https://github.com/kentcdodds/cross-env/releases)
- [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kentcdodds/cross-env/compare/v7.0.0...v7.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump @babel/preset-env from 7.8.6 to 7.8.7 (#30348)
dependabot-preview[bot] [Fri, 6 Mar 2020 13:25:06 +0000 (15:25 +0200)] 
Bump @babel/preset-env from 7.8.6 to 7.8.7 (#30348)

Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.8.6 to 7.8.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.8.6...v7.8.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump @babel/core from 7.8.6 to 7.8.7 (#30347)
dependabot-preview[bot] [Fri, 6 Mar 2020 13:19:42 +0000 (15:19 +0200)] 
Bump @babel/core from 7.8.6 to 7.8.7 (#30347)

Bumps [@babel/core](https://github.com/babel/babel) from 7.8.6 to 7.8.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.8.6...v7.8.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump rollup from 1.32.0 to 1.32.1 (#30346)
dependabot-preview[bot] [Fri, 6 Mar 2020 13:12:29 +0000 (15:12 +0200)] 
Bump rollup from 1.32.0 to 1.32.1 (#30346)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agoUpdate clipboard.js to v2.0.6 (#30341)
XhmikosR [Fri, 6 Mar 2020 07:26:19 +0000 (09:26 +0200)] 
Update clipboard.js to v2.0.6 (#30341)

5 years agobuild/ship.sh: shellcheck fixes. (#30197)
XhmikosR [Thu, 5 Mar 2020 15:06:18 +0000 (17:06 +0200)] 
build/ship.sh: shellcheck fixes. (#30197)

Also add `set -e` so that if a command fails the whole script fails too.

5 years ago$link-decoration: underline affects some components (#30262)
Martijn Cuppens [Thu, 5 Mar 2020 14:22:52 +0000 (15:22 +0100)] 
$link-decoration: underline affects some components (#30262)

Co-authored-by: Shohei Yoshida <fellows3@gmail.com>
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agoreboot file: adds some grouping and comments standardizations (#30340)
Shohei Yoshida [Thu, 5 Mar 2020 13:51:14 +0000 (22:51 +0900)] 
reboot file: adds some grouping and comments standardizations (#30340)

* style: groups sections

- adds two nl before any section
- extract elements from wrong section ex: `mark` from `form`

* style: format comments

* style: sticks all `see`s with the description

- sticks
- renames

* style: removes not needed spaces

* style: removes not needed number like other cases

* style: stick credits with description

* style: adds missing number

5 years agoAdd `loading="lazy"` in images (#30199)
XhmikosR [Thu, 5 Mar 2020 08:12:59 +0000 (10:12 +0200)] 
Add `loading="lazy"` in images (#30199)

5 years agoSwitch versions & docs search (#30336)
XhmikosR [Thu, 5 Mar 2020 08:01:15 +0000 (10:01 +0200)] 
Switch versions & docs search (#30336)

5 years agoCSS & alignment tweaks
Martijn Cuppens [Tue, 25 Feb 2020 15:32:23 +0000 (17:32 +0200)] 
CSS & alignment tweaks

5 years agoExample dashboard: fix menu disappearing on small viewport
Minobi [Sun, 23 Feb 2020 12:33:27 +0000 (14:33 +0200)] 
Example dashboard: fix menu disappearing on small viewport

5 years agoEmbedded examples cleanup (#30330)
Mark Otto [Wed, 4 Mar 2020 12:32:45 +0000 (04:32 -0800)] 
Embedded examples cleanup (#30330)

* Thin out embedded examples borders, rounded their corners
* Fix busted class
* Adjust nesting of .bd-example styles, tweak padding while I'm at it
* combine selectors
* cleanup some margins that always cancel each other out
* Remove redundant universal selector

Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agoFix `th` alignment for Safari (#30323)
Martijn Cuppens [Mon, 2 Mar 2020 06:36:17 +0000 (07:36 +0100)] 
Fix `th` alignment for Safari (#30323)