| Age | Commit message (Collapse) | Author | Files | Lines |
|
is ALWAYS the wrapper for toggle & menu
|
|
As we use the `dataApiKeydownHandler` only for events that are triggered on `[data-bs-toggle="dropdown"]` or on `.dropdown-menu`, we can ensure that their `parentNode` will ALWAYS be the `.dropdown` wrapper
|
|
> You can disable every form element within a form with the `disabled` attribute on the `<form>`.
I really want to be mistaken, because this would be a very useful feature! But I don't believe it's true. I can't find anything about this on MDN Web Docs, and adding the `disabled` attribute to a `<form>` does nothing on any browser in my testing.
The `disabled` attribute on a `<fieldset>` does disable all descendant form controls – perhaps that's where the mixup has come from.
|
|
* clean-css-cli ^5.5.0 → ^5.5.2
* cspell ^5.16.0 → ^5.17.0
* eslint ^8.7.0 → ^8.8.0
* hugo-bin ^0.80.0 → ^0.80.1
* karma ^6.3.12 → ^6.3.13
* rollup ^2.66.0 → ^2.66.1
* sass ^1.49.0 → ^1.49.4
|
|
|
|
|
|
|
|
* Tooltip.js: move `shown` check to method
* Tooltip.js: move Popper's creation to method
* Tooltip.js: merge checks before `hide`
* Tooltip.js: minor refactoring on `toggle` method
|
|
* Move cspell to Actions
* Remove the now unused `docs-spellcheck` npm script
|
|
methods (#35684)
Co-authored-by: XhmikosR <[email protected]>
|
|
* Fix visual tests
They broke in #34509
* load bundle.js in visual tests
Co-authored-by: GeoSot <[email protected]>
|
|
* use `en-US`
* scan all markdown files
* ignore dist, rtl and tests files
|
|
|
|
|
|
Reference:
https://jasmine.github.io/tutorials/async
'DEPRECATION: An asynchronous function called its 'done' callback more than once. This is a bug in the spec, beforeAll, beforeEach, afterAll, or afterEach function in question. This will be treated as an error in a future version. See<https://jasmine.github.io/tutorials/upgrading_to_Jasmine_4.0#deprecations-due-to-calling-done-multiple-times> for more information.
|
|
|
|
|
|
* Move linkinator to GitHub Actions.
* Remove `docs-linkinator` npm script since it's no longer used
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update Octicons website
|
|
|
|
* @babel/core ^7.16.7 → ^7.16.12
* @babel/preset-env ^7.16.8 → ^7.16.11
* cspell ^5.15.2 → ^5.16.0
* karma ^6.3.11 → ^6.3.12
* rollup ^2.64.0 → ^2.66.0
* sass ^1.48.0 → ^1.49.0
|
|
* Docs: group together examples reusable CSS in a stylesheet
* Use pointer-events utility in sidebars example
* Remove @import and move the content into _default/examples.html. Handle 2 sorts of dividers
* Remove footers.css extra css declaration
* Fix modals example
* Review: remove .b-example-hr
Co-authored-by: Gaël Poupard <[email protected]>
|
|
* bundlewatch ^0.3.2 → ^0.3.3
* cspell ^5.15.1 → ^5.15.2
* eslint ^8.6.0 → ^8.7.0
* eslint-plugin-unicorn ^40.0.0 → ^40.1.0
* hugo-bin ^0.79.2 → ^0.80.0
* karma ^6.3.10 → ^6.3.11
* rollup ^2.63.0 → ^2.64.0
* sass ^1.47.0 → ^1.48.0
|
|
* README.md: mention Netlify
* Update README.md
Co-authored-by: Gaël Poupard <[email protected]>
|
|
We already use it in the change-version.js file
|
|
chrome 97 (#35682)
|
|
* specify the files to scan in the config
* enable `useGitignore` option
* remove a few unneeded suppressions
|
|
* @babel/cli ^7.16.7 → ^7.16.8
* @babel/preset-env ^7.16.7 → ^7.16.8
* @popperjs/core ^2.11.0 → ^2.11.2
* @rollup/plugin-node-resolve ^13.1.2 → ^13.1.3
* autoprefixer ^10.4.1 → ^10.4.2
* cspell ^5.14.0 → ^5.15.1
* karma ^6.3.9 → ^6.3.10
* rollup ^2.62.0 → ^2.63.0
* sass ^1.45.2 → ^1.47.0
* shelljs ^0.8.4 → ^0.8.5
|
|
Added button missing text
|
|
|
|
Remove explicit use of aria-hidden & visibility for offcanvas when closed, handling it with css
Co-authored-by: GeoSot <[email protected]>
Co-authored-by: Gaël Poupard <[email protected]>
|
|
|
|
|
|
|
|
* @babel/cli ^7.16.0 → ^7.16.7
* @babel/core ^7.16.5 → ^7.16.7
* @babel/preset-env ^7.16.5 → ^7.16.7
* @rollup/plugin-node-resolve ^13.1.1 → ^13.1.2
* @rollup/plugin-replace ^3.0.0 → ^3.0.1
* autoprefixer ^10.4.0 → ^10.4.1
* cspell ^5.13.4 → ^5.14.0
* eslint ^8.5.0 → ^8.6.0
* eslint-plugin-import ^2.25.3 → ^2.25.4
* eslint-plugin-unicorn ^39.0.0 → ^40.0.0
* sass ^1.45.1 → ^1.45.2
|
|
|
|
* Wording tweak
* Tweak wording
Co-authored-by: Patrick H. Lauke <[email protected]>
|
|
* hugo-bin ^0.79.0 → ^0.79.2
* linkinator ^3.0.2 → ^3.0.3
* rollup ^2.61.1 → ^2.62.0
* stylelint ^14.1.0 → ^14.2.0
* stylelint-config-twbs-bootstrap ^3.0.0 → ^3.0.1
|
|
Fixes #35181
Co-authored-by: Mark Otto <[email protected]>
Co-authored-by: Gaël Poupard <[email protected]>
|
|
following on from https://github.com/twbs/bootstrap/pull/35213 this
- expands the note, making it clear it's not supported
- makes it a callout
|