Denis Lopatin
Denis Lopatin
Hi, why is this library not published as an npm package?
Error in setting a private property `bindings`. Example: use WPQueryBuilder\Query; global $wpdb; $qb = new Query($wpdb); $res = $qb->select(['post_title'])->from('wp_posts')->where('ID', '=', 1)->get(); Output: Deprecated: Creation of dynamic property WPQueryBuilder\CompositeWhereClause::$bindings is deprecated...
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests - [X] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) ### Proposal Pseudo-element with id search-clear does not have...
### Prerequisites - [x] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests - [x] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) ### Proposal The Scrollspy component was broken when switching...
### Prerequisites - [x] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [x] I have [validated](https://html5.validator.nu/) any HTML to avoid common problems - [x] I have read the [contributing...
Closes: #39198 Closes: #37858 Closes: #39248 Fix: #35566 (Hope, see below) ### Description Allows you to select the elements in the Scrollspy component that need to be escaped. ### Motivation...
Closes #41116 ### Description The bootstrapDelegationHandler function has been changed as suggested by @frkly. Added a test that verifies that the `bootstrapDelegationHandler` callback finds the desired element. Fixed tests in...
Closes: #39290 ### Description Adds the ability to change a predefined configuration using callback functions to change runtime behavior without the need for complex configurations. ### Motivation & Context At...