]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
4 years agoBump @babel/preset-env from 7.12.7 to 7.12.10 (#32430)
dependabot[bot] [Fri, 11 Dec 2020 08:12:55 +0000 (10:12 +0200)] 
Bump @babel/preset-env from 7.12.7 to 7.12.10 (#32430)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.7 to 7.12.10.
- [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.10/packages/babel-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump @babel/core from 7.12.9 to 7.12.10 (#32429)
dependabot[bot] [Fri, 11 Dec 2020 08:08:10 +0000 (10:08 +0200)] 
Bump @babel/core from 7.12.9 to 7.12.10 (#32429)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.9 to 7.12.10.
- [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.10/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump @babel/cli from 7.12.8 to 7.12.10 (#32428)
dependabot[bot] [Fri, 11 Dec 2020 08:02:17 +0000 (10:02 +0200)] 
Bump @babel/cli from 7.12.8 to 7.12.10 (#32428)

Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.12.8 to 7.12.10.
- [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.10/packages/babel-cli)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoTooltip - check if tip and its parent node exist in dispose method (#32420)
Rohit Sharma [Thu, 10 Dec 2020 19:06:41 +0000 (00:36 +0530)] 
Tooltip - check if tip and its parent node exist in dispose method (#32420)

4 years agoRemove `TRANSITION_END` from utils (#32394)
XhmikosR [Thu, 10 Dec 2020 14:54:50 +0000 (16:54 +0200)] 
Remove `TRANSITION_END` from utils (#32394)

4 years agoReset Popper position in RTL (#32415)
Gaël Poupard [Thu, 10 Dec 2020 14:38:42 +0000 (15:38 +0100)] 
Reset Popper position in RTL (#32415)

The RTL cheatsheet's dropdowns aren't positioned correctly because of RTLCSS transforming `right: auto` to `left:auto` (which conflicts with Popper positioning).

4 years agoCI: add a 30-min timeout for BrowserStack (#32238)
XhmikosR [Thu, 10 Dec 2020 09:52:22 +0000 (11:52 +0200)] 
CI: add a 30-min timeout for BrowserStack (#32238)

4 years agodocs: SVG consistency changes (#32259)
XhmikosR [Thu, 10 Dec 2020 09:48:14 +0000 (11:48 +0200)] 
docs: SVG consistency changes (#32259)

* Move inlined SVG to a partial.

Also, add `fill="currentColor"` in the SVGs.

* docs: reorder attributes

4 years agodocs: Add Korean translation (#32284)
AlexKoala [Thu, 10 Dec 2020 09:24:02 +0000 (18:24 +0900)] 
docs: Add Korean translation (#32284)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoTypo: show on xxl, if only xl should be hidden. (#32287)
Thomas Güttler [Thu, 10 Dec 2020 09:22:40 +0000 (10:22 +0100)] 
Typo: show on xxl, if only xl should be hidden. (#32287)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoCONTRIBUTING: mention dist files (#32314)
XhmikosR [Thu, 10 Dec 2020 08:55:11 +0000 (10:55 +0200)] 
CONTRIBUTING: mention dist files (#32314)

* CONTRIBUTING: mention dist files

* Update CONTRIBUTING.md

Co-authored-by: Mark Otto <markd.otto@gmail.com>
4 years agoUpdate devDependencies and regenerate package-lock.json (#32410)
XhmikosR [Wed, 9 Dec 2020 22:38:49 +0000 (00:38 +0200)] 
Update devDependencies and regenerate package-lock.json (#32410)

4 years agocarousel: switch to `if/else` (#32395)
XhmikosR [Wed, 9 Dec 2020 22:38:24 +0000 (00:38 +0200)] 
carousel: switch to `if/else` (#32395)

There are only two conditions, so `if/else` is shorter and has the same effect.

4 years agoUtility API, RFS option: Only generate responsive classes when needed (#32397)
Martijn Cuppens [Wed, 9 Dec 2020 21:49:21 +0000 (22:49 +0100)] 
Utility API, RFS option: Only generate responsive classes when needed (#32397)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoRemove duplicated 'follow Bootstrap on Twitter' link in Community section (#32399)
Christian Oliff [Wed, 9 Dec 2020 21:45:27 +0000 (06:45 +0900)] 
Remove duplicated 'follow Bootstrap on Twitter' link in Community section (#32399)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoAdd fallback behaviour
Martijn Cuppens [Wed, 9 Dec 2020 18:21:30 +0000 (19:21 +0100)] 
Add fallback behaviour

4 years agocheatsheet: Drop redundant `(current)` text (#32401)
Gaël Poupard [Wed, 9 Dec 2020 15:54:47 +0000 (16:54 +0100)] 
cheatsheet: Drop redundant `(current)` text (#32401)

Useless since we're using `aria-current` (see #31891).

4 years agoalert: rename variables for consistency (#32392)
XhmikosR [Wed, 9 Dec 2020 13:09:41 +0000 (15:09 +0200)] 
alert: rename variables for consistency (#32392)

4 years agoSelectorEngine: drop variable used once (#32391)
XhmikosR [Wed, 9 Dec 2020 13:05:52 +0000 (15:05 +0200)] 
SelectorEngine: drop variable used once (#32391)

4 years agoRemove offset in Popover docs
kyletsang [Tue, 8 Dec 2020 23:10:57 +0000 (15:10 -0800)] 
Remove offset in Popover docs
Fix fallbackPlacements in Popover and Tooltip docs

4 years agodocs: Update Popper 2 doc links
kyletsang [Tue, 8 Dec 2020 22:54:23 +0000 (14:54 -0800)] 
docs: Update Popper 2 doc links

4 years agoFix missed occurrencies of "Popper.js" (#32398)
Gaël Poupard [Wed, 9 Dec 2020 12:53:43 +0000 (13:53 +0100)] 
Fix missed occurrencies of "Popper.js" (#32398)

4 years agoRegenerate package-lock.json (#32378) 32381/head
XhmikosR [Tue, 8 Dec 2020 10:41:41 +0000 (12:41 +0200)] 
Regenerate package-lock.json (#32378)

4 years agoBump postcss from 8.1.14 to 8.2.0 (#32375)
dependabot[bot] [Tue, 8 Dec 2020 10:26:40 +0000 (12:26 +0200)] 
Bump postcss from 8.1.14 to 8.2.0 (#32375)

Bumps [postcss](https://github.com/postcss/postcss) from 8.1.14 to 8.2.0.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.1.14...8.2.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>
4 years agoBump autoprefixer from 10.0.4 to 10.1.0 (#32374)
dependabot[bot] [Tue, 8 Dec 2020 10:21:42 +0000 (12:21 +0200)] 
Bump autoprefixer from 10.0.4 to 10.1.0 (#32374)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.0.4 to 10.1.0.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.0.4...10.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoUpdate devDependencies (#32355)
XhmikosR [Tue, 8 Dec 2020 08:57:36 +0000 (10:57 +0200)] 
Update devDependencies (#32355)

* eslint      ^7.14.0  →  ^7.15.0
* linkinator   ^2.5.1  →   ^2.8.0
* postcss     ^8.1.10  →  ^8.1.14
* rollup      ^2.34.0  →  ^2.34.2
* sass        ^1.29.0  →  ^1.30.0

4 years agoRefactor components to use a utility function to define jQuery plugins (#32285)
alpadev [Tue, 8 Dec 2020 06:16:50 +0000 (07:16 +0100)] 
Refactor components to use a utility function to define jQuery plugins (#32285)

* refactor: use an utility function to define jQuery plugins

* test: add spec for defineJQueryPlugin utility function

* Update .bundlewatch.config.json

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agocarousel.md: fix `$carousel-transition-duration` reference (#32316)
Radu Chiriac [Tue, 8 Dec 2020 06:06:08 +0000 (07:06 +0100)] 
carousel.md: fix `$carousel-transition-duration` reference (#32316)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoRemove `SelectorEngine.matches()`. (#32339)
XhmikosR [Mon, 7 Dec 2020 17:10:20 +0000 (19:10 +0200)] 
Remove `SelectorEngine.matches()`. (#32339)

It's basically unused.

4 years agoRemove vertical-align from .form-select (#32318)
Mark Otto [Mon, 7 Dec 2020 17:08:31 +0000 (09:08 -0800)] 
Remove vertical-align from .form-select (#32318)

Aligns the component with the .form-control. Closes #32271.

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agobuild-plugins: switch to "bundled" for babel helpers (#32312)
XhmikosR [Mon, 7 Dec 2020 17:06:17 +0000 (19:06 +0200)] 
build-plugins: switch to "bundled" for babel helpers (#32312)

4 years agoAdd a callout for the sanitizer in popovers and tooltips (#32272)
Patrick H. Lauke [Mon, 7 Dec 2020 16:57:33 +0000 (16:57 +0000)] 
Add a callout for the sanitizer in popovers and tooltips (#32272)

* Add a callout for the sanitizer in popovers and tooltips

* Add second reference to sanitizer in the options

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoDist v5.0.0-beta1
XhmikosR [Mon, 7 Dec 2020 15:50:24 +0000 (17:50 +0200)] 
Dist

4 years agoRevert v5.getbootstrap.com changes
XhmikosR [Tue, 24 Nov 2020 19:05:11 +0000 (21:05 +0200)] 
Revert v5.getbootstrap.com changes

4 years agoPrepare v5.0.0-beta1.
XhmikosR [Tue, 24 Nov 2020 14:37:20 +0000 (16:37 +0200)] 
Prepare v5.0.0-beta1.

4 years agofix(dropdown): ensure [style] will override inline styles
Gaël Poupard [Fri, 4 Dec 2020 16:17:11 +0000 (17:17 +0100)] 
fix(dropdown): ensure [style] will override inline styles

4 years agofix(RTL)
Gaël Poupard [Fri, 4 Dec 2020 15:55:50 +0000 (17:55 +0200)] 
fix(RTL)

4 years agoBe explicit with `element.closest()`'s return value
XhmikosR [Fri, 4 Dec 2020 14:23:28 +0000 (16:23 +0200)] 
Be explicit with `element.closest()`'s return value

4 years agoFix conflict with Bootstrap CSS
Martijn Cuppens [Wed, 25 Nov 2020 20:12:32 +0000 (22:12 +0200)] 
Fix conflict with Bootstrap CSS

4 years agoTighten bundlewatch limits
XhmikosR [Wed, 25 Nov 2020 13:43:27 +0000 (15:43 +0200)] 
Tighten bundlewatch limits

4 years agoChange button copy to make the example clearer
Martijn Cuppens [Mon, 9 Nov 2020 20:04:31 +0000 (21:04 +0100)] 
Change button copy to make the example clearer

4 years agoOverride margins set by popper
Martijn Cuppens [Mon, 9 Nov 2020 20:03:57 +0000 (21:03 +0100)] 
Override margins set by popper

4 years agoMove and update migration notes
XhmikosR [Thu, 1 Oct 2020 06:24:49 +0000 (09:24 +0300)] 
Move and update migration notes

4 years agoUpdate popper.js to v2.5.4.
XhmikosR [Thu, 1 Oct 2020 06:21:34 +0000 (09:21 +0300)] 
Update popper.js to v2.5.4.

4 years agoUpdate to popper.js v2.x
Johann-S [Fri, 19 Jun 2020 08:17:01 +0000 (11:17 +0300)] 
Update to popper.js v2.x

4 years agoAdd toasts & positioning utilities migration docs
Martijn Cuppens [Mon, 30 Nov 2020 17:59:50 +0000 (18:59 +0100)] 
Add toasts & positioning utilities migration docs

4 years agoAdd interactive positioning widget
Martijn Cuppens [Sun, 29 Nov 2020 14:58:44 +0000 (15:58 +0100)] 
Add interactive positioning widget

4 years agoAdd `.translate-middle-x` and `.translate-middle-y` utilities
Martijn Cuppens [Sun, 29 Nov 2020 14:58:20 +0000 (15:58 +0100)] 
Add `.translate-middle-x` and `.translate-middle-y` utilities

4 years agoAdd toast positioning
Martijn Cuppens [Sun, 29 Nov 2020 14:22:15 +0000 (15:22 +0100)] 
Add toast positioning

4 years agocheatsheet.js: use `event` instead of `e` (#32335)
XhmikosR [Fri, 4 Dec 2020 14:00:21 +0000 (16:00 +0200)] 
cheatsheet.js: use `event` instead of `e` (#32335)

4 years agoFix `css-prefix-examples-rtl` script (#32326)
XhmikosR [Fri, 4 Dec 2020 06:40:16 +0000 (08:40 +0200)] 
Fix `css-prefix-examples-rtl` script (#32326)

`cross-env-shell` should be used since we are using variables in the command

4 years agochore(dist): generate dist files
Gaël Poupard [Thu, 3 Dec 2020 13:08:31 +0000 (15:08 +0200)] 
chore(dist): generate dist files

4 years agofix gradient
Mark Otto [Thu, 3 Dec 2020 16:19:25 +0000 (08:19 -0800)] 
fix gradient

4 years agodocs(cheatsheet): various fixes
Gaël Poupard [Thu, 3 Dec 2020 10:38:20 +0000 (12:38 +0200)] 
docs(cheatsheet): various fixes

4 years agoRevamp header, headings, aside spacing
Mark Otto [Tue, 1 Dec 2020 22:32:51 +0000 (00:32 +0200)] 
Revamp header, headings, aside spacing

Gradients caused artifacts in Safari, layout was feeling a little loose

4 years agodocs(examples): use RTLCSS for RTL examples
Gaël Poupard [Mon, 23 Nov 2020 16:50:45 +0000 (18:50 +0200)] 
docs(examples): use RTLCSS for RTL examples

4 years agoMove rtlcss to postcss.config.js
XhmikosR [Thu, 19 Nov 2020 13:55:32 +0000 (15:55 +0200)] 
Move rtlcss to postcss.config.js

4 years agoAdapt to the recent main branch changes
XhmikosR [Thu, 19 Nov 2020 11:12:49 +0000 (13:12 +0200)] 
Adapt to the recent main branch changes

4 years agodocs(examples): new cheatsheet and RTL examples
Gaël Poupard [Tue, 9 Jun 2020 13:44:20 +0000 (16:44 +0300)] 
docs(examples): new cheatsheet and RTL examples

4 years agofeat(RTL): implement RTL
Gaël Poupard [Fri, 26 Jun 2020 14:06:20 +0000 (17:06 +0300)] 
feat(RTL): implement RTL

Using RTLCSS directives, renaming things to use logical names and following best practices.

4 years agochore(RTL): add RTLCSS
Gaël Poupard [Mon, 8 Jun 2020 15:19:14 +0000 (18:19 +0300)] 
chore(RTL): add RTLCSS

4 years agoDist (#32323)
XhmikosR [Thu, 3 Dec 2020 14:18:59 +0000 (16:18 +0200)] 
Dist (#32323)

4 years agoRemove Polyfill leftovers (#32310)
XhmikosR [Wed, 2 Dec 2020 06:30:35 +0000 (08:30 +0200)] 
Remove Polyfill leftovers (#32310)

Leftovers from #32057

4 years agoUpdate our browserslist config (#30986)
XhmikosR [Wed, 2 Dec 2020 04:53:12 +0000 (06:53 +0200)] 
Update our browserslist config (#30986)

Use browserslist defaults which is `> 0.5%, last 2 versions, Firefox ESR, not dead`

4 years agoBump cross-env from 7.0.2 to 7.0.3 (#32308)
dependabot[bot] [Wed, 2 Dec 2020 04:46:31 +0000 (06:46 +0200)] 
Bump cross-env from 7.0.2 to 7.0.3 (#32308)

Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.2 to 7.0.3.
- [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.2...v7.0.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>
4 years agoUnbreak lines. (#32304)
XhmikosR [Wed, 2 Dec 2020 04:45:15 +0000 (06:45 +0200)] 
Unbreak lines. (#32304)

4 years agoBump linkinator from 2.4.0 to 2.5.1 (#32307)
dependabot[bot] [Wed, 2 Dec 2020 04:38:23 +0000 (06:38 +0200)] 
Bump linkinator from 2.4.0 to 2.5.1 (#32307)

Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.4.0 to 2.5.1.
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.4.0...v2.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoUse $variable-prefix
Martijn Cuppens [Tue, 1 Dec 2020 17:02:26 +0000 (18:02 +0100)] 
Use $variable-prefix

4 years agoFix empty CSS variable
XhmikosR [Mon, 30 Nov 2020 05:45:57 +0000 (07:45 +0200)] 
Fix empty CSS variable

4 years agoAdd to migration docs
Mark Otto [Sun, 29 Nov 2020 19:58:56 +0000 (21:58 +0200)] 
Add to migration docs

4 years agoUpdate breadcrumb docs and dividers
Mark Otto [Sun, 29 Nov 2020 19:56:08 +0000 (11:56 -0800)] 
Update breadcrumb docs and dividers

- Add CSS custom property with fallback to Sass variable
- Update docs to mention the new CSS custom property
- Rewrite some of the docs to use divider instead of separator, and add some context here and there

4 years agoRemove background, padding, border from breadcrumb container
Patrick H. Lauke [Tue, 24 Nov 2020 15:19:51 +0000 (17:19 +0200)] 
Remove background, padding, border from breadcrumb container

4 years agoREADME: fix path to search.js (#32257)
XhmikosR [Tue, 1 Dec 2020 10:57:58 +0000 (12:57 +0200)] 
README: fix path to search.js (#32257)

4 years agoRegenerate package-lock.json (#32300)
XhmikosR [Tue, 1 Dec 2020 10:53:14 +0000 (12:53 +0200)] 
Regenerate package-lock.json (#32300)

4 years agoBump hugo-bin from 0.66.2 to 0.67.0 (#32299)
dependabot[bot] [Tue, 1 Dec 2020 10:45:13 +0000 (12:45 +0200)] 
Bump hugo-bin from 0.66.2 to 0.67.0 (#32299)

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.66.2 to 0.67.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.66.2...v0.67.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>
4 years agoBump rollup from 2.33.3 to 2.34.0 (#32298)
dependabot[bot] [Tue, 1 Dec 2020 10:37:12 +0000 (12:37 +0200)] 
Bump rollup from 2.33.3 to 2.34.0 (#32298)

Bumps [rollup](https://github.com/rollup/rollup) from 2.33.3 to 2.34.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.33.3...v2.34.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>
4 years agoBump @babel/core from 7.12.8 to 7.12.9 (#32297)
dependabot[bot] [Tue, 1 Dec 2020 10:33:02 +0000 (12:33 +0200)] 
Bump @babel/core from 7.12.8 to 7.12.9 (#32297)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.8 to 7.12.9.
- [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.9/packages/babel-core)

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>
4 years agoBump @rollup/plugin-babel from 5.2.1 to 5.2.2 (#32296)
dependabot[bot] [Tue, 1 Dec 2020 10:30:12 +0000 (12:30 +0200)] 
Bump @rollup/plugin-babel from 5.2.1 to 5.2.2 (#32296)

Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/babel-v5.2.1...babel-v5.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump @rollup/plugin-commonjs from 16.0.0 to 17.0.0 (#32295)
dependabot[bot] [Tue, 1 Dec 2020 10:26:00 +0000 (12:26 +0200)] 
Bump @rollup/plugin-commonjs from 16.0.0 to 17.0.0 (#32295)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump linkinator from 2.2.2 to 2.4.0 (#32294)
dependabot[bot] [Tue, 1 Dec 2020 10:20:55 +0000 (12:20 +0200)] 
Bump linkinator from 2.2.2 to 2.4.0 (#32294)

Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.2.2 to 2.4.0.
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.2.2...v2.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump @rollup/plugin-node-resolve from 10.0.0 to 11.0.0 (#32292)
dependabot[bot] [Tue, 1 Dec 2020 10:15:22 +0000 (12:15 +0200)] 
Bump @rollup/plugin-node-resolve from 10.0.0 to 11.0.0 (#32292)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump autoprefixer from 10.0.2 to 10.0.4 (#32291)
dependabot[bot] [Tue, 1 Dec 2020 10:05:26 +0000 (12:05 +0200)] 
Bump autoprefixer from 10.0.2 to 10.0.4 (#32291)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.0.2 to 10.0.4.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.0.2...10.0.4)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoRemove the `show` property from the modal plugin (#32279)
Rohit Sharma [Mon, 30 Nov 2020 10:12:40 +0000 (15:42 +0530)] 
Remove the `show` property from the modal plugin (#32279)

Drop the support of show property from the modal plugin.
When creating the new modal instance in v5, the `show` property does not work anymore, so instead of fixing the behavior just removing it permanently to keep the consistency between all the plugins. (All other plugins require the `show()` method to be called on the instances to be shown)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agotooltip.js: reuse existent variable
XhmikosR [Wed, 25 Nov 2020 07:45:36 +0000 (09:45 +0200)] 
tooltip.js: reuse existent variable

4 years agoAdd tests
XhmikosR [Tue, 10 Nov 2020 14:04:33 +0000 (16:04 +0200)] 
Add tests

4 years agoExtra check for existence of any `aria-label`
Patrick H. Lauke [Mon, 9 Nov 2020 22:44:24 +0000 (00:44 +0200)] 
Extra check for existence of any `aria-label`

before overwriting it...

4 years agoAccessibility update for tooltip.js
Matty Williams [Wed, 29 May 2019 18:48:59 +0000 (21:48 +0300)] 
Accessibility update for tooltip.js

Update to the tooltip.js to add an aria-label attribute that contains the original title of the element, but only if the element doesn't have an existing aria-label attribute.

This is to address cases where screen readers are not capturing the aria-describedby attribute that is added when the tooltip is triggered.  This should also avoid a race condition between the screen reader and the appearance of the tooltip.

4 years agoKeep rounded corners for the first .btn in vertical button group (#31303)
Rohit Sharma [Mon, 30 Nov 2020 09:09:55 +0000 (14:39 +0530)] 
Keep rounded corners for the first .btn in vertical button group (#31303)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoRemove default linear gradient (#32277)
Martijn Cuppens [Mon, 30 Nov 2020 08:51:32 +0000 (09:51 +0100)] 
Remove default linear gradient (#32277)

Remove the default invisible gradient causing the performance issue in #32266. By removing the custom property, the linear gradient will become invalid, thus not appear by default.

There can still be a performance issue with striped tables though.

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoAdd mention of link underline change to migration and typography (#32281)
Patrick H. Lauke [Mon, 30 Nov 2020 05:02:03 +0000 (05:02 +0000)] 
Add mention of link underline change to migration and typography (#32281)

x-ref https://github.com/twbs/bootstrap/discussions/32276#discussioncomment-141850

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoRemove setData from construtors (#32264)
Rohit Sharma [Sun, 29 Nov 2020 17:48:00 +0000 (23:18 +0530)] 
Remove setData from construtors (#32264)

4 years agoremove data key in base component
Johann-S [Wed, 25 Nov 2020 07:25:27 +0000 (08:25 +0100)] 
remove data key in base component

4 years agoMove `VERSION` to BaseComponent (#32254)
Rohit Sharma [Wed, 25 Nov 2020 07:13:33 +0000 (12:43 +0530)] 
Move `VERSION` to BaseComponent (#32254)

4 years agoadd dispose in base component
Johann-S [Fri, 20 Nov 2020 10:13:11 +0000 (11:13 +0100)] 
add dispose in base component

4 years agoSwitch to Jasmine's `toBeInstanceOf` matcher
XhmikosR [Mon, 16 Nov 2020 15:23:09 +0000 (17:23 +0200)] 
Switch to Jasmine's `toBeInstanceOf` matcher

4 years agocreate a base component
Johann-S [Wed, 4 Sep 2019 14:58:29 +0000 (17:58 +0300)] 
create a base component

4 years agohomepage: fix wrong `alt` attribute (#32258)
XhmikosR [Wed, 25 Nov 2020 16:31:34 +0000 (18:31 +0200)] 
homepage: fix wrong `alt` attribute (#32258)

4 years agonpm scripts: run integration tests in parallel (#32232)
XhmikosR [Wed, 25 Nov 2020 07:29:16 +0000 (09:29 +0200)] 
npm scripts: run integration tests in parallel (#32232)

4 years agoAbility to add custom class in tooltip/popover (#32217)
Rohit Sharma [Wed, 25 Nov 2020 07:16:22 +0000 (12:46 +0530)] 
Ability to add custom class in tooltip/popover (#32217)

Porting of #31834 to main.

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoUpdate codeql.yml (#32125)
XhmikosR [Tue, 24 Nov 2020 06:35:33 +0000 (08:35 +0200)] 
Update codeql.yml (#32125)

Specify the branches and clean up the comments