| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Drop the support of show property from the modal plugin.
When creating the new modal instance in v5, the `show` property does not work anymore, so instead of fixing the behavior just removing it permanently to keep the consistency between all the plugins. (All other plugins require the `show()` method to be called on the instances to be shown)
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
|
|
before overwriting it...
|
|
Update to the tooltip.js to add an aria-label attribute that contains the original title of the element, but only if the element doesn't have an existing aria-label attribute.
This is to address cases where screen readers are not capturing the aria-describedby attribute that is added when the tooltip is triggered. This should also avoid a race condition between the screen reader and the appearance of the tooltip.
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
Remove the default invisible gradient causing the performance issue in #32266. By removing the custom property, the linear gradient will become invalid, thus not appear by default.
There can still be a performance issue with striped tables though.
Co-authored-by: XhmikosR <[email protected]>
|
|
x-ref https://github.com/twbs/bootstrap/discussions/32276#discussioncomment-141850
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Porting of #31834 to main.
Co-authored-by: XhmikosR <[email protected]>
|
|
Specify the branches and clean up the comments
|
|
* @babel/cli ^7.12.1 → ^7.12.8
* @babel/core ^7.12.3 → ^7.12.8
* @babel/preset-env ^7.12.1 → ^7.12.7
* eslint ^7.13.0 → ^7.14.0
* postcss ^8.1.7 → ^8.1.10
* postcss-cli ^8.2.0 → ^8.3.0
* rollup ^2.33.2 → ^2.33.3
* stylelint ^13.7.2 → ^13.8.0
|
|
|
|
|
|
* Use `[].concat` instead of direct spreading nodelist
Co-authored-by: XhmikosR <[email protected]>
|
|
* Update _syntax.scss with the latest chroma selectors
* Sort selectors
* Remove no longer needed chroma workaround
* remove comments
|
|
This should show any colors in the output
|
|
|
|
|
|
When using single-quotes in config.yml, the previous
regular expression in build/generate-cli.js wasn't working correctly,
it was replacing ALL string values with hashes.
Now both double- and single-quotes can be used in config.yml,
and the RegExp will work as expected.
Also, allow trailing whitespaces and empty ("") values to be matched.
Co-authored-by: XhmikosR <[email protected]>
|
|
It's better for clarity.
|
|
The npm package is named "popper.js" but the project is named "Popper", so use the latter consistently.
|
|
|
|
* Don't hide modal when config.keyboard is false
* Update unit test
- Modal should not be closed when pressing esc key if keyboard = false
and backdrop is 'static'
Co-authored-by: XhmikosR <[email protected]>
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
* Revert "Adapt to the recent main changes"
This reverts commit 50d892167036f440f9224327b0a48cf72a2e44b6.
* Revert "Add Hugo Pipes logic for local and vendored scripts."
This reverts commit 3fcfd606f2c264f1d3434e99c140a05edec461c3.
* Revert "Use Hugo mounts for our docs vendor JS files."
This reverts commit 6b071116f3b09b59a423ad999efbd67f8645bfa5.
|
|
* remove `bs-custom-file-input.min.js`
* switch to errorf
* change error message
|
|
|
|
|
|
Missed that while merging.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
apart from the visual styling, there's probably no good reason why these shouldn't be `<button>` elements, semantically
the buttons still look a shade too button-like, despite using `.btn-light`. the last remnant of button styling can probably be suppressed further, *or* this makes the case for expanding the core button styles to have one that looks completely non-button and non-link like (for cases where an additional style/hint was given already, or it's clear from context that something's an actionable button or link)
Co-authored-by: XhmikosR <[email protected]>
|
|
breakpoing --> breakpoint
|
|
Co-authored-by: Martijn Cuppens <[email protected]>
Co-authored-by: XhmikosR <[email protected]>
|
|
When we are on CI, this statement won't be reached.
|