| Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes #33660
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
* Fix Grid System docs
* Apply suggestions from code review
Co-authored-by: Mark Otto <[email protected]>
|
|
(#33643)
|
|
Since the class `.show` must be removed
|
|
|
|
|
|
|
|
|
|
Prefixed the `aria-controls` with `list-` to match with `tabpanel`
ids in `Javascript behavior` example in `List Group Component`.
|
|
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 <[email protected]>
|
|
Use $list-group-item-color-scale variable in list-group NOT $alert-color-scale
|
|
Scope selector to `dropdownElement` when adding active classes
|
|
|
|
* Add example: Panels stay open
* Set unique element IDs in the new example
* Update language
Co-authored-by: Mark Otto <[email protected]>
Co-authored-by: Mark Otto <[email protected]>
|
|
|
|
* 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 <[email protected]>
|
|
* Fix wrong dark attribute
* Remove the outer table completely
Co-authored-by: Mark Otto <[email protected]>
|
|
|
|
hard-coded black)
|
|
|
|
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <[email protected]>
|
|
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
|
|
* fix: make EventHandler better handle mouseenter/mouseleave events
* refactor: simplify custom events regex and move it to a variable
|
|
* @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
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There's no need to use `rel=noopener` without `target=_blank`, but otherwise, it should be used since it's a potential security issue.
|
|
Since the value for the `backdrop` option is available in the configuration object.
|
|
|
|
|
|
There is no _getInstance method, but there is a getInstance method
|
|
This reverts commit cdf56e0eefd797d4b0f26021d24958fc315a5f2c.
|
|
|
|
|
|
|
|
|
|
|
|
* 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] <[email protected]>
* Update SRI
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <[email protected]>
|
|
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
Fixes #33460
|