]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
4 years agoFix Grid System docs (#33676)
Kohhee Peace [Mon, 19 Apr 2021 03:53:39 +0000 (12:53 +0900)] 
Fix Grid System docs (#33676)

* Fix Grid System docs

* Apply suggestions from code review

Co-authored-by: Mark Otto <otto@github.com>
4 years agofix: clicking an item in navbar dropdown collapses the dropdown in firefox (#33643)
alpadev [Sun, 18 Apr 2021 06:01:23 +0000 (08:01 +0200)] 
fix: clicking an item in navbar dropdown collapses the dropdown in firefox (#33643)

4 years agoChange `toggle` method to `remove`
Rohit Sharma [Wed, 14 Apr 2021 09:57:33 +0000 (15:27 +0530)] 
Change `toggle` method to `remove`

Since the class `.show` must be removed

4 years agoUse context properties
Rohit Sharma [Wed, 14 Apr 2021 09:24:39 +0000 (14:54 +0530)] 
Use context properties

4 years agoRefactor dropdown's hide functionality
Rohit Sharma [Wed, 24 Mar 2021 18:25:00 +0000 (23:55 +0530)] 
Refactor dropdown's hide functionality

4 years agoApply positioning only when Popper is not used
Rohit Sharma [Wed, 24 Mar 2021 19:29:45 +0000 (00:59 +0530)] 
Apply positioning only when Popper is not used

4 years agoFix toggle between modals example
Mark Otto [Thu, 15 Apr 2021 06:21:36 +0000 (23:21 -0700)] 
Fix toggle between modals example

4 years agoDocs: Tried to fix the issue #33650 (#33664)
ghost_32 [Sat, 17 Apr 2021 21:40:43 +0000 (03:10 +0530)] 
Docs: Tried to fix the issue #33650 (#33664)

Prefixed the `aria-controls` with `list-` to match with `tabpanel`
ids in `Javascript behavior` example in `List Group Component`.

4 years agouse `:read-only` css selector instead `[readonly]` for consistency (#33642)
harishhalodoc [Sat, 17 Apr 2021 21:33:27 +0000 (03:03 +0530)] 
use `:read-only` css selector instead `[readonly]` for consistency (#33642)

There are 5 places where [readonly] selector is used. I have replaced with :read-only for consistency.

fix for https://github.com/twbs/bootstrap/issues/33101

Co-authored-by: Harish <halodoc@ip-192-168-43-211.ap-southeast-1.compute.internal>
4 years agofix: use list-group variable instead of alert (#33658)
Mona Brahmakshatriya [Sat, 17 Apr 2021 21:23:56 +0000 (02:53 +0530)] 
fix: use list-group variable instead of alert (#33658)

Use $list-group-item-color-scale variable in list-group NOT $alert-color-scale

4 years agoFix v5 regressions in tab dropdown functionality (#33626)
Carson Sievert [Thu, 15 Apr 2021 10:53:55 +0000 (05:53 -0500)] 
Fix v5 regressions in tab dropdown functionality (#33626)

Scope selector to `dropdownElement` when adding active classes

4 years agoMake accordion icon rotation more natural (#33292)
Victor Massé [Wed, 14 Apr 2021 20:51:44 +0000 (22:51 +0200)] 
Make accordion icon rotation more natural (#33292)

4 years agoAdd example: Panels stay open (#33553)
Peter Hartree [Wed, 14 Apr 2021 20:43:52 +0000 (21:43 +0100)] 
Add example: Panels stay open (#33553)

* Add example: Panels stay open

* Set unique element IDs in the new example

* Update language

Co-authored-by: Mark Otto <markd.otto@gmail.com>
Co-authored-by: Mark Otto <otto@github.com>
4 years agoCorrect the heading for the States section
Mark Otto [Wed, 14 Apr 2021 20:23:16 +0000 (13:23 -0700)] 
Correct the heading for the States section

4 years agoDecouple BackDrop from modal (#32439)
GeoSot [Wed, 14 Apr 2021 20:28:50 +0000 (23:28 +0300)] 
Decouple BackDrop from modal (#32439)

* Create backdrop.js util

* revert breaking changes

remove PromiseTimout usage

revert class name

* one more test | change bundlewatch.config

* add config obj to backdrop helper | tests for rootElement | use transitionend helper

* Minor tweaks — Renaming

Co-authored-by: Rohit Sharma <rohit2sharma95@gmail.com>
4 years agoDocs: Fix wrong dark attribute in Table - Vertical Alignment (#33597)
Philip Wedemann [Wed, 14 Apr 2021 20:26:31 +0000 (22:26 +0200)] 
Docs: Fix wrong dark attribute in Table - Vertical Alignment (#33597)

* Fix wrong dark attribute

* Remove the outer table completely

Co-authored-by: Mark Otto <markd.otto@gmail.com>
4 years agoJs: fix some tests
GeoSot [Sun, 11 Apr 2021 23:57:53 +0000 (02:57 +0300)] 
Js: fix some tests

4 years agoHave $form-check-input-border's default derive from ($black instead of hard-coded...
Carson [Fri, 9 Apr 2021 16:32:43 +0000 (11:32 -0500)] 
Have $form-check-input-border's default derive from ($black instead of hard-coded black)

4 years agorefactor(color-scheme): reduce complexity
Gaël Poupard [Sat, 10 Apr 2021 19:16:45 +0000 (21:16 +0200)] 
refactor(color-scheme): reduce complexity

4 years agoBump rollup from 2.45.1 to 2.45.2 (#33615)
dependabot[bot] [Wed, 14 Apr 2021 12:20:33 +0000 (15:20 +0300)] 
Bump rollup from 2.45.1 to 2.45.2 (#33615)

Bumps [rollup](https://github.com/rollup/rollup) from 2.45.1 to 2.45.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.45.1...v2.45.2)

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 agoHide validation icons from multiple selects
Geremia Taglialatela [Fri, 9 Apr 2021 14:21:08 +0000 (16:21 +0200)] 
Hide validation icons from multiple selects

Implementation provided in #33411 does not take into account that some
Operating Systems may display a vertical scrollbar in the multiple
select field

This implementation will hide the validation icons from multiple select
fields, just like Bootstrap 4 does.

Fix: #33591

4 years agofix: make EventHandler better handle mouseenter/mouseleave events (#33310)
alpadev [Tue, 13 Apr 2021 03:25:58 +0000 (05:25 +0200)] 
fix: make EventHandler better handle mouseenter/mouseleave events (#33310)

* fix: make EventHandler better handle mouseenter/mouseleave events

* refactor: simplify custom events regex and move it to a variable

4 years agoUpdate devDependencies (#33590)
XhmikosR [Tue, 13 Apr 2021 03:20:37 +0000 (06:20 +0300)] 
Update devDependencies (#33590)

* @babel/core        ^7.13.14  →  ^7.13.15
* @babel/preset-env  ^7.13.12  →  ^7.13.15
* eslint              ^7.23.0  →   ^7.24.0
* postcss              ^8.2.9  →   ^8.2.10
* rollup              ^2.44.0  →   ^2.45.1
* vnu-jar              21.2.5  →    21.4.9

4 years agorefactor: make static `selectMenuItem` method private (#33589)
alpadev [Sun, 11 Apr 2021 15:34:46 +0000 (17:34 +0200)] 
refactor: make static `selectMenuItem` method private (#33589)

4 years agoRemove element event listeners through base component (#33429)
GeoSot [Sun, 11 Apr 2021 06:54:48 +0000 (09:54 +0300)] 
Remove element event listeners through base component (#33429)

After some research, I found out that EventHandler saves all the custom events per element using namespace, and is capable of removing handlers using only the element and its namespace (`DATA_KEY`).

So, probably is better to utilize the base-component to do the same job.

4 years agoUpdate tests to check for `noop` to be removed
Rohit Sharma [Wed, 7 Apr 2021 19:58:05 +0000 (01:28 +0530)] 
Update tests to check for `noop` to be removed

4 years agoDropdown — Don't use event delegation
Rohit Sharma [Sat, 27 Mar 2021 17:21:08 +0000 (22:51 +0530)] 
Dropdown — Don't use event delegation

4 years agoUse cached `noop` function everywhere
Rohit Sharma [Sat, 27 Mar 2021 16:08:45 +0000 (21:38 +0530)] 
Use cached `noop` function everywhere

4 years agoDecouple Modal's scrollbar functionality (#33245)
GeoSot [Sun, 11 Apr 2021 06:37:59 +0000 (09:37 +0300)] 
Decouple Modal's scrollbar functionality (#33245)

4 years agoAdd color-scheme mixin
Mark Otto [Tue, 12 Jan 2021 05:02:26 +0000 (21:02 -0800)] 
Add color-scheme mixin

4 years agodocs: update clipboard.js to v2.0.8 (#33583)
XhmikosR [Fri, 9 Apr 2021 04:53:01 +0000 (07:53 +0300)] 
docs: update clipboard.js to v2.0.8 (#33583)

4 years agofooter: fix `rel=noopener` attribute (#33571)
XhmikosR [Fri, 9 Apr 2021 04:43:04 +0000 (07:43 +0300)] 
footer: fix `rel=noopener` attribute (#33571)

There's no need to use `rel=noopener` without `target=_blank`, but otherwise, it should be used since it's a potential security issue.

4 years agoRemove unnecessary `data-bs-backdrop="static"` (#33578)
Rohit Sharma [Thu, 8 Apr 2021 05:20:21 +0000 (10:50 +0530)] 
Remove unnecessary `data-bs-backdrop="static"` (#33578)

Since the value for the `backdrop` option is available in the configuration object.

4 years agoFix wrong carousel transformation, direction to order (#33499)
GeoSot [Wed, 7 Apr 2021 05:29:31 +0000 (08:29 +0300)] 
Fix wrong carousel transformation, direction to order (#33499)

4 years agoImprove responsiveness of Features examples
Mark Otto [Wed, 7 Apr 2021 04:25:37 +0000 (21:25 -0700)] 
Improve responsiveness of Features examples

4 years agoFixed wrong method name _getInstance
Danny Trunk [Tue, 6 Apr 2021 18:48:45 +0000 (20:48 +0200)] 
Fixed wrong method name _getInstance

There is no _getInstance method, but there is a getInstance method

4 years agoRevert "Update look and feel of examples and copy buttons"
Mark Otto [Wed, 7 Apr 2021 03:59:31 +0000 (20:59 -0700)] 
Revert "Update look and feel of examples and copy buttons"

This reverts commit cdf56e0eefd797d4b0f26021d24958fc315a5f2c.

4 years agoRemove noopener from target _blank links
Mark Otto [Wed, 7 Apr 2021 02:37:58 +0000 (19:37 -0700)] 
Remove noopener from target _blank links

4 years agoAdd equal column mixin (#32155)
CFX [Tue, 6 Apr 2021 18:45:28 +0000 (14:45 -0400)] 
Add equal column mixin (#32155)

4 years agoOmit getting data-attributes from toggle element
GeoSot [Fri, 5 Mar 2021 20:06:18 +0000 (22:06 +0200)] 
Omit getting data-attributes from toggle element

4 years agoSimplify Modal config
GeoSot [Wed, 3 Mar 2021 00:17:48 +0000 (02:17 +0200)] 
Simplify Modal config

4 years agoSimplify ScrollSpy config (#33250)
GeoSot [Tue, 6 Apr 2021 15:28:10 +0000 (18:28 +0300)] 
Simplify ScrollSpy config (#33250)

4 years agoBump @popperjs/core from 2.9.1 to 2.9.2 (#33558)
dependabot[bot] [Tue, 6 Apr 2021 14:56:00 +0000 (17:56 +0300)] 
Bump @popperjs/core from 2.9.1 to 2.9.2 (#33558)

* Bump @popperjs/core from 2.9.1 to 2.9.2

Bumps [@popperjs/core](https://github.com/popperjs/popper-core) from 2.9.1 to 2.9.2.
- [Release notes](https://github.com/popperjs/popper-core/releases)
- [Commits](https://github.com/popperjs/popper-core/compare/v2.9.1...v2.9.2)

Signed-off-by: dependabot[bot] <support@github.com>
* Update SRI

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoBump postcss from 8.2.8 to 8.2.9 (#33557)
dependabot[bot] [Tue, 6 Apr 2021 11:03:06 +0000 (14:03 +0300)] 
Bump postcss from 8.2.8 to 8.2.9 (#33557)

Bumps [postcss](https://github.com/postcss/postcss) from 8.2.8 to 8.2.9.
- [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.2.8...8.2.9)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoUpdate look and feel of examples and copy buttons
Mark Otto [Fri, 19 Mar 2021 05:16:11 +0000 (22:16 -0700)] 
Update look and feel of examples and copy buttons

4 years agoSpinner alignment changes
Mark Otto [Sun, 4 Apr 2021 18:44:30 +0000 (11:44 -0700)] 
Spinner alignment changes

4 years agoAdd offcanvas-top modifier (#33549)
Mark Otto [Sun, 4 Apr 2021 18:11:33 +0000 (11:11 -0700)] 
Add offcanvas-top modifier (#33549)

4 years agoVertically align offcanvas header components
Mark Otto [Sun, 4 Apr 2021 17:51:45 +0000 (10:51 -0700)] 
Vertically align offcanvas header components

Fixes #33460

4 years agoUpdate parcel.md
Yuriy Gorbunov [Sat, 3 Apr 2021 17:08:07 +0000 (01:08 +0800)] 
Update parcel.md

4 years agoFix validation feedback icon in select multiple
Geremia Taglialatela [Fri, 19 Mar 2021 20:52:58 +0000 (21:52 +0100)] 
Fix validation feedback icon in select multiple

Validation feedback for `<select multiple>` should look like
`<textarea>`.

The previous implementation was placing the validation icon in the
middle of the select field together with the single select arrow, that
is not supposed to be part of this kind of inputs

4 years agoAdd missing things in `hide` method of dropdown (#33451)
Rohit Sharma [Thu, 1 Apr 2021 18:51:55 +0000 (00:21 +0530)] 
Add missing things in `hide` method of dropdown (#33451)

* Update `aria-expanded` attribute in `hide` method

* Remove empty mouseover listeners added for iOS

4 years agoFix dropdown escape propagation (#33479)
alpadev [Thu, 1 Apr 2021 18:44:04 +0000 (20:44 +0200)] 
Fix dropdown escape propagation (#33479)

4 years agoAdd new docs footer (#33453)
Mark Otto [Wed, 31 Mar 2021 06:08:04 +0000 (23:08 -0700)] 
Add new docs footer (#33453)

* Replace site footer with mega footer to link to various projects and community resources

* Fix broken HTML

4 years agoMake .nav-link color consistent when using buttons (#33478)
Kyle Tsang [Wed, 31 Mar 2021 06:07:00 +0000 (23:07 -0700)] 
Make .nav-link color consistent when using buttons (#33478)

* Make .nav-link color consistent when using buttons

* Set $nav-link-hover-color to $link-hover-color as default

4 years agoClarify docs accordion example (#33522)
Mark Otto [Wed, 31 Mar 2021 06:01:01 +0000 (23:01 -0700)] 
Clarify docs accordion example (#33522)

4 years agoThe spacing margin side identifiers 's' and 'e' may be intuitive for many but explici...
John [Tue, 30 Mar 2021 22:56:30 +0000 (15:56 -0700)] 
The spacing margin side identifiers 's' and 'e' may be intuitive for many but explicitly helping users associate the abbreviations to 'start' and 'end' should help people migrate from version 4 with less friction

4 years agoRegenerate package-lock.json (#33518)
XhmikosR [Tue, 30 Mar 2021 13:50:01 +0000 (16:50 +0300)] 
Regenerate package-lock.json (#33518)

4 years agoBump eslint from 7.22.0 to 7.23.0 (#33517)
dependabot[bot] [Tue, 30 Mar 2021 13:30:44 +0000 (16:30 +0300)] 
Bump eslint from 7.22.0 to 7.23.0 (#33517)

Bumps [eslint](https://github.com/eslint/eslint) from 7.22.0 to 7.23.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.22.0...v7.23.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 from 2.42.3 to 2.44.0 (#33514)
dependabot[bot] [Tue, 30 Mar 2021 13:30:11 +0000 (16:30 +0300)] 
Bump rollup from 2.42.3 to 2.44.0 (#33514)

Bumps [rollup](https://github.com/rollup/rollup) from 2.42.3 to 2.44.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.42.3...v2.44.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump karma from 6.2.0 to 6.3.2 (#33516)
dependabot[bot] [Tue, 30 Mar 2021 13:29:52 +0000 (16:29 +0300)] 
Bump karma from 6.2.0 to 6.3.2 (#33516)

Bumps [karma](https://github.com/karma-runner/karma) from 6.2.0 to 6.3.2.
- [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/v6.2.0...v6.3.2)

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-node-resolve from 11.2.0 to 11.2.1 (#33515)
dependabot[bot] [Tue, 30 Mar 2021 13:29:06 +0000 (16:29 +0300)] 
Bump @rollup/plugin-node-resolve from 11.2.0 to 11.2.1 (#33515)

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 11.2.0 to 11.2.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/node-resolve-v11.2.0...node-resolve-v11.2.1)

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 17.1.0 to 18.0.0 (#33513)
dependabot[bot] [Tue, 30 Mar 2021 13:09:56 +0000 (16:09 +0300)] 
Bump @rollup/plugin-commonjs from 17.1.0 to 18.0.0 (#33513)

Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 17.1.0 to 18.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v17.1.0...commonjs-v18.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>
4 years agoBump @rollup/plugin-replace from 2.4.1 to 2.4.2 (#33512)
dependabot[bot] [Tue, 30 Mar 2021 13:05:21 +0000 (16:05 +0300)] 
Bump @rollup/plugin-replace from 2.4.1 to 2.4.2 (#33512)

Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/replace-v2.4.1...replace-v2.4.2)

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.13.10 to 7.13.14 (#33511)
dependabot[bot] [Tue, 30 Mar 2021 13:03:52 +0000 (13:03 +0000)] 
Bump @babel/cli from 7.13.10 to 7.13.14 (#33511)

4 years agoBump @babel/core from 7.13.10 to 7.13.14 (#33510)
dependabot[bot] [Tue, 30 Mar 2021 12:48:41 +0000 (15:48 +0300)] 
Bump @babel/core from 7.13.10 to 7.13.14 (#33510)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.10 to 7.13.14.
- [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.13.14/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 agoUse template literals instead of concatenation (#33497)
Rohit Sharma [Tue, 30 Mar 2021 05:57:05 +0000 (11:27 +0530)] 
Use template literals instead of concatenation (#33497)

4 years agoUse our `isDisabled` util on dropdown (#33456)
GeoSot [Tue, 30 Mar 2021 04:42:23 +0000 (07:42 +0300)] 
Use our `isDisabled` util on dropdown (#33456)

4 years agoMake offcanvas example fully static (#33446)
Mark Otto [Tue, 23 Mar 2021 17:06:11 +0000 (10:06 -0700)] 
Make offcanvas example fully static (#33446)

4 years agoRelease v5.0.0-beta3 (#33439) v5.0.0-beta3
XhmikosR [Tue, 23 Mar 2021 16:26:54 +0000 (18:26 +0200)] 
Release v5.0.0-beta3 (#33439)

4 years agooffcanvas-navbar: add missing redirect (#33443)
XhmikosR [Tue, 23 Mar 2021 16:18:54 +0000 (18:18 +0200)] 
offcanvas-navbar: add missing redirect (#33443)

4 years agoAllow data-toggle="dropdown" and form click events to bubble
Casey Holzer [Wed, 6 Jan 2021 01:07:43 +0000 (03:07 +0200)] 
Allow data-toggle="dropdown" and form click events to bubble

* remove stopPropagation from button click event

* test for delegated click events

* ensure button children can open menu

* test to ensure clicking button opens the menu

* check current element and parents

* allow dropdown form click events to bubble

4 years agoBump eslint-plugin-unicorn from 28.0.2 to 29.0.0 (#33435)
dependabot[bot] [Tue, 23 Mar 2021 13:27:46 +0000 (15:27 +0200)] 
Bump eslint-plugin-unicorn from 28.0.2 to 29.0.0 (#33435)

* Bump eslint-plugin-unicorn from 28.0.2 to 29.0.0

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 28.0.2 to 29.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v28.0.2...v29.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
* Fix lint failure

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoBump @babel/preset-env from 7.13.10 to 7.13.12 (#33438)
dependabot[bot] [Tue, 23 Mar 2021 13:18:36 +0000 (13:18 +0000)] 
Bump @babel/preset-env from 7.13.10 to 7.13.12 (#33438)

4 years agoBump hugo-bin from 0.69.0 to 0.70.0 (#33436)
dependabot[bot] [Tue, 23 Mar 2021 13:08:42 +0000 (15:08 +0200)] 
Bump hugo-bin from 0.69.0 to 0.70.0 (#33436)

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.69.0 to 0.70.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.69.0...v0.70.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 globby from 11.0.2 to 11.0.3 (#33434)
dependabot[bot] [Tue, 23 Mar 2021 13:03:45 +0000 (15:03 +0200)] 
Bump globby from 11.0.2 to 11.0.3 (#33434)

Bumps [globby](https://github.com/sindresorhus/globby) from 11.0.2 to 11.0.3.
- [Release notes](https://github.com/sindresorhus/globby/releases)
- [Commits](https://github.com/sindresorhus/globby/compare/v11.0.2...v11.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 agoBump rollup from 2.41.3 to 2.42.3 (#33432)
dependabot[bot] [Tue, 23 Mar 2021 12:59:23 +0000 (14:59 +0200)] 
Bump rollup from 2.41.3 to 2.42.3 (#33432)

Bumps [rollup](https://github.com/rollup/rollup) from 2.41.3 to 2.42.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.41.3...v2.42.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 agoBump clean-css-cli from 5.2.1 to 5.2.2 (#33433)
dependabot[bot] [Tue, 23 Mar 2021 12:53:26 +0000 (14:53 +0200)] 
Bump clean-css-cli from 5.2.1 to 5.2.2 (#33433)

Bumps [clean-css-cli](https://github.com/jakubpawlowicz/clean-css-cli) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/jakubpawlowicz/clean-css-cli/releases)
- [Changelog](https://github.com/jakubpawlowicz/clean-css-cli/blob/master/History.md)
- [Commits](https://github.com/jakubpawlowicz/clean-css-cli/compare/v5.2.1...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 agoAdd link to new Parcel guide in starter template (#33430)
Mark Otto [Tue, 23 Mar 2021 06:27:15 +0000 (23:27 -0700)] 
Add link to new Parcel guide in starter template (#33430)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoAllow offcanvas to be initialized in open state (#33382)
GeoSot [Tue, 23 Mar 2021 06:22:59 +0000 (08:22 +0200)] 
Allow offcanvas to be initialized in open state (#33382)

* Update docs to use new .show behavior and clarify some copy for first example

Co-authored-by: Mark Otto <markdotto@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years ago.browserslistrc: remove Android and make Safari/iOS 12 the minimum (#33399)
XhmikosR [Mon, 22 Mar 2021 21:02:10 +0000 (23:02 +0200)] 
.browserslistrc: remove Android and make Safari/iOS 12 the minimum (#33399)

4 years agoUpdate examples (#33214)
Mark Otto [Mon, 22 Mar 2021 20:59:14 +0000 (13:59 -0700)] 
Update examples (#33214)

* Add updated Jumbotron example made from utilities

* Update starter template example with new design and links

* Update some existing examples and their screenshots

* Add four new snippet-based examples

* Update layout to improve things a bit

* WIP

* Add d-block to images

* Fix horizontal scroll

* move d-block to the anchor

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoFix flush accordion styles
Mark Otto [Mon, 22 Mar 2021 20:01:08 +0000 (13:01 -0700)] 
Fix flush accordion styles

4 years agoREADME.md: use shields.io for the tests badge too (#33401)
XhmikosR [Thu, 18 Mar 2021 19:17:45 +0000 (21:17 +0200)] 
README.md: use shields.io for the tests badge too (#33401)

4 years ago.browserslistrc: remove the Edge workaround. (#33397)
XhmikosR [Thu, 18 Mar 2021 15:46:55 +0000 (17:46 +0200)] 
.browserslistrc: remove the Edge workaround. (#33397)

It seems that Legacy Edge has been moved to dead, so this is no loner needed.

4 years agoBrowserStack: test on iPhone 12 (#33398)
XhmikosR [Thu, 18 Mar 2021 15:45:12 +0000 (17:45 +0200)] 
BrowserStack: test on iPhone 12 (#33398)

4 years agoUtilities to Utilities API (Borders doc page) (#33380)
Semih Raif Gürel [Wed, 17 Mar 2021 19:55:13 +0000 (22:55 +0300)] 
Utilities to Utilities API (Borders doc page) (#33380)

4 years agoUpdate unit tests for Popper V2 (#32662)
Rohit Sharma [Wed, 17 Mar 2021 19:25:57 +0000 (00:55 +0530)] 
Update unit tests for Popper V2 (#32662)

4 years agoDynamic tab should not show when triggered on `disabled` element (#33257)
Patrick H. Lauke [Wed, 17 Mar 2021 08:52:40 +0000 (08:52 +0000)] 
Dynamic tab should not show when triggered on `disabled` element (#33257)

* show() should bail if the trigger has `disabled` attribute

* use 'isDisabled' helper

Co-authored-by: GeoSot <geo.sotis@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoFix carousel RTL and refactor code, fix rtl swipe issues (#32913)
GeoSot [Wed, 17 Mar 2021 05:58:43 +0000 (07:58 +0200)] 
Fix carousel RTL and refactor code, fix rtl swipe issues (#32913)

* move common code to reusable functions

* add/re-factor tests, directionToOrder func

* add _orderToDirection tests

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoUse more safe check for 'isDisabled' helper (#33385)
GeoSot [Wed, 17 Mar 2021 05:44:15 +0000 (07:44 +0200)] 
Use more safe check for 'isDisabled' helper (#33385)

4 years agoRevamp accordion borders to fix pixel jumping (#33149)
Mark Otto [Wed, 17 Mar 2021 05:16:03 +0000 (22:16 -0700)] 
Revamp accordion borders to fix pixel jumping (#33149)

- Pushes the borders to the .accordion-item
- Simplifies the .accordion-flush
- Recreates the .accordion-button border-bottom with an inset box-shadow
- Updates background-color to solid to match other components like list group and prevent stacked translucent borders
- Use negative margin to overlap the consecutive items

4 years agoAdd example: toggle modal dialogs (#33301)
Anton [Wed, 17 Mar 2021 05:15:06 +0000 (08:15 +0300)] 
Add example: toggle modal dialogs (#33301)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <markdotto@gmail.com>
4 years agoUpdates customize Sass docs to reflect proper placement of default variables overrides
Mark Otto [Tue, 16 Mar 2021 22:25:38 +0000 (15:25 -0700)] 
Updates customize Sass docs to reflect proper placement of default variables overrides

4 years agoAccept data-bs-body option in the configuration object as well (#33248)
GeoSot [Tue, 16 Mar 2021 16:35:03 +0000 (18:35 +0200)] 
Accept data-bs-body option in the configuration object as well (#33248)

* Accept data-bs-body option in the configuration object as well

Tweak jqueryInterface, add some more tests

* Fix Markdown table formatting and tweak the wording on backdrop

Co-authored-by: Mark Otto <markdotto@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoBump karma from 6.1.2 to 6.2.0 (#33374)
dependabot[bot] [Tue, 16 Mar 2021 10:55:16 +0000 (12:55 +0200)] 
Bump karma from 6.1.2 to 6.2.0 (#33374)

Bumps [karma](https://github.com/karma-runner/karma) from 6.1.2 to 6.2.0.
- [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/v6.1.2...v6.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 rollup from 2.41.0 to 2.41.3 (#33377)
dependabot[bot] [Tue, 16 Mar 2021 10:50:46 +0000 (12:50 +0200)] 
Bump rollup from 2.41.0 to 2.41.3 (#33377)

Bumps [rollup](https://github.com/rollup/rollup) from 2.41.0 to 2.41.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.41.0...v2.41.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 agoBump eslint from 7.21.0 to 7.22.0 (#33376)
dependabot[bot] [Tue, 16 Mar 2021 10:47:05 +0000 (12:47 +0200)] 
Bump eslint from 7.21.0 to 7.22.0 (#33376)

Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.22.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.21.0...v7.22.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 postcss from 8.2.7 to 8.2.8 (#33375)
dependabot[bot] [Tue, 16 Mar 2021 10:43:35 +0000 (12:43 +0200)] 
Bump postcss from 8.2.7 to 8.2.8 (#33375)

Bumps [postcss](https://github.com/postcss/postcss) from 8.2.7 to 8.2.8.
- [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.2.7...8.2.8)

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 karma-rollup-preprocessor from 7.0.6 to 7.0.7 (#33373)
dependabot[bot] [Tue, 16 Mar 2021 10:35:45 +0000 (12:35 +0200)] 
Bump karma-rollup-preprocessor from 7.0.6 to 7.0.7 (#33373)

Bumps [karma-rollup-preprocessor](https://github.com/jlmakes/karma-rollup-preprocessor) from 7.0.6 to 7.0.7.
- [Release notes](https://github.com/jlmakes/karma-rollup-preprocessor/releases)
- [Changelog](https://github.com/jlmakes/karma-rollup-preprocessor/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.6...7.0.7)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoUpdate modal's `show` method to accept `relatedTarget` as an argument (#33300)
Anton [Tue, 16 Mar 2021 05:49:52 +0000 (08:49 +0300)] 
Update modal's `show` method to accept `relatedTarget` as an argument (#33300)

Co-authored-by: Rohit Sharma <rohit2sharma95@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>