Rohit Sharma
7eadf73f03
Change toggle
method to remove
...
Since the class `.show` must be removed
2021-04-18 08:47:50 +03:00
Rohit Sharma
bce4684d34
Use context properties
2021-04-18 08:47:50 +03:00
Rohit Sharma
38a79ec64c
Refactor dropdown's hide functionality
2021-04-18 08:47:50 +03:00
Rohit Sharma
7100a0da52
Apply positioning only when Popper is not used
2021-04-17 16:14:52 -07:00
Mark Otto
d25920b182
Fix toggle between modals example
2021-04-17 16:08:58 -07:00
ghost_32
95aec47d21
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`.
2021-04-17 14:40:43 -07:00
harishhalodoc
17252bb3b0
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>
2021-04-17 14:33:27 -07:00
Mona Brahmakshatriya
6fc74ebbbf
fix: use list-group variable instead of alert ( #33658 )
...
Use $list-group-item-color-scale variable in list-group NOT $alert-color-scale
2021-04-17 14:23:56 -07:00
Carson Sievert
69f5c0130b
Fix v5 regressions in tab dropdown functionality ( #33626 )
...
Scope selector to `dropdownElement` when adding active classes
2021-04-15 13:53:55 +03:00
Victor Massé
f61a0218b3
Make accordion icon rotation more natural ( #33292 )
2021-04-14 13:51:44 -07:00
Peter Hartree
cb24272544
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>
2021-04-14 13:43:52 -07:00
Mark Otto
84b8eda5d6
Correct the heading for the States section
2021-04-14 13:29:47 -07:00
GeoSot
80085a12f6
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>
2021-04-14 13:28:50 -07:00
Philip Wedemann
0122e020d6
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>
2021-04-14 13:26:31 -07:00
GeoSot
0d440b0e14
Js: fix some tests
2021-04-14 13:25:44 -07:00
Carson
2120a02b3c
Have $form-check-input-border's default derive from ($black instead of hard-coded black)
2021-04-14 13:25:03 -07:00
Gaël Poupard
4383ae0459
refactor(color-scheme): reduce complexity
2021-04-14 13:16:01 -07:00
dependabot[bot]
5a9440da9c
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>
2021-04-14 15:20:33 +03:00
Geremia Taglialatela
6fe75df3aa
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
2021-04-13 22:05:53 -07:00
alpadev
db32b2380c
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
2021-04-13 06:25:58 +03:00
XhmikosR
49df4c89c5
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
2021-04-13 06:20:37 +03:00
alpadev
ad10f00d5e
refactor: make static selectMenuItem
method private ( #33589 )
2021-04-11 18:34:46 +03:00
GeoSot
566451230f
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.
2021-04-11 09:54:48 +03:00
Rohit Sharma
bac0b0c899
Update tests to check for noop
to be removed
2021-04-11 09:42:52 +03:00
Rohit Sharma
5f946d3a86
Dropdown — Don't use event delegation
2021-04-11 09:42:52 +03:00
Rohit Sharma
b2bc159d72
Use cached noop
function everywhere
2021-04-11 09:42:52 +03:00
GeoSot
7b7f4a5ced
Decouple Modal's scrollbar functionality ( #33245 )
2021-04-11 09:37:59 +03:00
Mark Otto
2d2f5b3dfd
Add color-scheme mixin
2021-04-10 09:39:31 -07:00
XhmikosR
c864852135
docs: update clipboard.js to v2.0.8 ( #33583 )
2021-04-09 07:53:01 +03:00
XhmikosR
5acce5a519
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.
2021-04-09 07:43:04 +03:00
Rohit Sharma
9bca1b5a8b
Remove unnecessary data-bs-backdrop="static"
( #33578 )
...
Since the value for the `backdrop` option is available in the configuration object.
2021-04-08 08:20:21 +03:00
GeoSot
0795a778f2
Fix wrong carousel transformation, direction to order ( #33499 )
2021-04-07 08:29:31 +03:00
Mark Otto
800aa622d3
Improve responsiveness of Features examples
2021-04-06 21:51:38 -07:00
Danny Trunk
1de0d94130
Fixed wrong method name _getInstance
...
There is no _getInstance method, but there is a getInstance method
2021-04-06 21:51:01 -07:00
Mark Otto
a398c500b8
Revert "Update look and feel of examples and copy buttons"
...
This reverts commit cdf56e0eef
.
2021-04-06 21:03:27 -07:00
Mark Otto
0d1fec9aa8
Remove noopener from target _blank links
2021-04-06 19:37:58 -07:00
CFX
0c56749f13
Add equal column mixin ( #32155 )
2021-04-06 21:45:28 +03:00
GeoSot
317c2cd08e
Omit getting data-attributes from toggle element
2021-04-06 18:43:43 +03:00
GeoSot
752b001b0a
Simplify Modal config
2021-04-06 18:43:43 +03:00
GeoSot
0b34ff2fae
Simplify ScrollSpy config ( #33250 )
2021-04-06 18:28:10 +03:00
dependabot[bot]
4fc9386696
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>
2021-04-06 17:56:00 +03:00
dependabot[bot]
0ef09f2384
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>
2021-04-06 14:03:06 +03:00
Mark Otto
cdf56e0eef
Update look and feel of examples and copy buttons
2021-04-04 20:21:17 -07:00
Mark Otto
062ecf67b2
Spinner alignment changes
2021-04-04 20:08:15 -07:00
Mark Otto
056ad3ad95
Add offcanvas-top modifier ( #33549 )
2021-04-04 11:11:33 -07:00
Mark Otto
91a24e2b09
Vertically align offcanvas header components
...
Fixes #33460
2021-04-04 11:06:49 -07:00
Yuriy Gorbunov
28c275280e
Update parcel.md
2021-04-04 10:42:55 -07:00
Geremia Taglialatela
bfafabfd53
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
2021-04-02 14:11:35 -07:00
Rohit Sharma
20cfbdff79
Add missing things in hide
method of dropdown ( #33451 )
...
* Update `aria-expanded` attribute in `hide` method
* Remove empty mouseover listeners added for iOS
2021-04-01 21:51:55 +03:00
alpadev
f36f834453
Fix dropdown escape propagation ( #33479 )
2021-04-01 21:44:04 +03:00