iatek
bb7a5602a0
Fixes #33686 typo in RTL docs
2021-04-19 09:05:33 -07:00
alpadev
d67121db28
Fix regression for handling mouseenter
/mouseleave
events introduced by #33310 ( #33679 )
...
* test: update spec for sibling adjacent mouseenter/mouseleave events
there is a regression introduced by #33310 - this would have catched that
* fix: fixup regression for mouseenter/mouseleave events introduced by #33310
the old logic only worked for parent-child movement since it checked for the relatedTarget to contain the delegateTarget - this should be fixed with this
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-04-19 08:30:33 +03:00
GeoSot
a9d7a62658
Use the backdrop util in offcanvas, enforcing consistency ( #33545 )
...
* respect /share modal's backdrop functionality, keeping consistency
* listen click events over backdrop (only) and trigger `hide()` without add/remove event tricks
* achieve to hide foreign open offcanvas instances without glitches `if (allReadyOpen && allReadyOpen !== target)`, in case another is going to be open, when user clicks on trigger button
2021-04-19 08:20:25 +03:00
XhmikosR
df8131a1f8
Update anchor.js to v4.3.1. ( #33668 )
2021-04-19 07:52:09 +03:00
Rohit Sharma
87a8ba9a82
Change from preventOverflow to detectOverflow
...
- Since the link is for detectOverflow docs
2021-04-18 21:23:31 -07:00
Raaj Trambadia
574a4996f5
Fix typo
2021-04-18 21:22:53 -07:00
Mark Otto
9f2133fee3
Fixes signup form in Heroes example
...
Fixes #33660
2021-04-18 21:10:54 -07:00
GeoSot
6ea4dab142
modal.js: fix test for scrollbar ( #33666 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-04-18 20:55:22 -07:00
Kohhee Peace
aace863463
Fix Grid System docs ( #33676 )
...
* Fix Grid System docs
* Apply suggestions from code review
Co-authored-by: Mark Otto <otto@github.com>
2021-04-18 20:53:39 -07:00
alpadev
6d312b37c2
fix: clicking an item in navbar dropdown collapses the dropdown in firefox ( #33643 )
2021-04-18 09:01:23 +03:00
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