aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-11-09floating-labels: remove aria-label in the select example (#35327)Scott O'Hara1-1/+1
While it is understood that this is just an example, the visible text (label) of "Works with selects" and the `aria-label="Floating label select example"` created a [WCAG 2.5.3 Label in name](https://www.w3.org/WAI/WCAG21/quickref/#label-in-name) failure. As the `aria-label` isn't necessary here since this `select` is already provided an accessible name by its `label` element, removing the unnecessary `aria-label` seems the best course of action as: * removing it solves the WCAG issue * it removes the potential implication to developers that they'd even _need_ an `aria-label` here, let alone indirectly suggesting that it's ok for the visible text and accessible name to be out of alignment
2021-11-05Fix spacing utility classes mentioned in navbar supported content ↵Julien Déramond1-1/+1
documentation (#35328) Co-authored-by: XhmikosR <[email protected]>
2021-11-03README.md remove broken "David DM" dependency badges (#35313)Christian Oliff1-2/+0
2021-11-03Update import stacks required for modifying utilities (#35320)Mark Otto1-0/+10
2021-11-02Add top placement info to offcanvas docskyletsang1-1/+2
2021-11-02Update devDependencies (#35270)XhmikosR2-1440/+1539
* @babel/cli ^7.15.7 → ^7.16.0 * @babel/core ^7.15.8 → ^7.16.0 * @babel/preset-env ^7.15.8 → ^7.16.0 * autoprefixer ^10.3.7 → ^10.4.0 * cspell ^5.12.3 → ^5.12.4 * eslint ^8.0.1 → ^8.1.0 * karma ^6.3.5 → ^6.3.7 * karma-firefox-launcher ^2.1.1 → ^2.1.2 * rollup ^2.58.0 → ^2.59.0 * sass ^1.43.2 → ^1.43.4
2021-11-01`make-col-ready()`: remove the unused `$gutter` variable (#34334)Michael Sørensen1-1/+1
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2021-11-01Always set the CSS variables for gutters in containers (#34644)Mark Otto1-0/+2
We already do this in rows, so to best support our containers, we need to do it at the container level as well. Fixes #32658, fixes #34614, closes #32658. Co-authored-by: XhmikosR <[email protected]>
2021-11-01Add missing `role="search"` and `type="search"` in navbar doc and examples ↵Julien Déramond11-46/+46
(#35223) * Add missing `role="search"` and `type="search"` in navbar doc and examples * Update site/content/docs/5.1/components/navbar.md * Remove warning callout about ensuring correct search role in navbar doc Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-11-01update grid example docs (#35308)Christian Oliff1-2/+2
2021-10-29Don't override CSS `direction` in code elements (#35230)Gaël Poupard1-2/+0
Co-authored-by: XhmikosR <[email protected]>
2021-10-29Ensure sufficient contrast in `accordion-item` (#35231)Gaël Poupard1-0/+1
Co-authored-by: XhmikosR <[email protected]>
2021-10-29Drop prefixed version of `::file-selector-button` (#35232)Gaël Poupard2-39/+2
Co-authored-by: XhmikosR <[email protected]>
2021-10-28images.md: remove zero-width space (#35234)Barabas1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-10-26fix(offcanvas): Adding titles class where missing (#35264)Oxydent1-2/+2
Co-authored-by: louismaximepiton <[email protected]>
2021-10-21Update devDependencies (#35233)XhmikosR2-301/+291
* @rollup/plugin-commonjs ^21.0.0 → ^21.0.1 * @rollup/plugin-node-resolve ^13.0.5 → ^13.0.6 * clean-css-cli ^5.4.1 → ^5.4.2 * eslint ^8.0.0 → ^8.0.1 * karma ^6.3.4 → ^6.3.5 * nodemon ^2.0.13 → ^2.0.14 * postcss ^8.3.9 → ^8.3.11 * rtlcss ^3.3.0 → ^3.4.0 * sass ^1.42.1 → ^1.43.2
2021-10-21Fix typo in RTL Hello World! sentence (#35236)Gaël Poupard3-4/+4
* docs(RTL): fix typo in Hello World! sentence * chore(docs): Cspell arabic words update
2021-10-13tests: try to fix a few random failures (#35184)GeoSot3-5/+6
* Change `Swipe` dispose spy on EventHandler * Modal hide spy on backdrop hide
2021-10-13Change the way collapse handles its children on openingGeoSot1-21/+9
2021-10-13collapse: extract duplicate code to a functionGeoSot1-7/+10
2021-10-13Update devDependencies (#35174)XhmikosR2-1812/+1466
* eslint ^7.32.0 → ^8.0.0 * eslint-plugin-import ^2.24.2 → ^2.25.2 * eslint-plugin-unicorn ^36.0.0 → ^37.0.1 * vnu-jar 21.10.8 → 21.10.12
2021-10-13Switch to Node.js 16 and npm 8. (#35178)XhmikosR9-31/+13343
2021-10-13JS: minor refactoring (#35183)XhmikosR21-377/+254
* add missing comments * shorten block comments * reorder constants * reorder public/private methods * sort exports alphabetically in util/index.js * fix a couple of typos
2021-10-12Swipe: add test to ensure that it ignores `pinch` events (#35161)GeoSot2-1/+20
2021-10-11Update nuget docs to specify only .NET Framework projects are supported. ↵Jesse Mandel2-1/+2
(#35124) Co-authored-by: XhmikosR <[email protected]>
2021-10-11Update devDependencies (#35155)XhmikosR2-451/+305
* @babel/core ^7.15.5 → ^7.15.8 * @babel/preset-env ^7.15.6 → ^7.15.8 * cspell ^5.12.0 → ^5.12.3 * linkinator ^2.14.3 → ^2.14.4 * vnu-jar 21.9.2 → 21.10.8
2021-10-11Add color and border-color css variables to tables (#35055)Geremia Taglialatela2-4/+9
2021-10-11Extract Carousel's swipe functionality to a separate Class (#32999)GeoSot5-79/+417
2021-10-10Reset z-index on .navbar-expand .offcanvas, plus prevent box-shadow issues ↵Mark Otto1-1/+2
(#35153)
2021-10-10tooltip.js: ignore a LGTM error (#35147)XhmikosR1-1/+1
The code on this line is either sanitized or the user chose to not sanitize it.
2021-10-09Merge remote-tracking branch 'remotes/origin/v513'XhmikosR114-253/+250
2021-10-09Bump version to 5.1.3.XhmikosR113-252/+250
2021-10-09Revert "Add `align-self: center` to buttons for improved rendering in flex ↵Mark Otto1-1/+0
containers" (#35143) This reverts commit 94c80ff613dce6620591acd7f9930ce8f40c5ed0.
2021-10-08ESLint: disable `no-negated-condition` rule (#35137)XhmikosR2-0/+2
2021-10-08tests: minor cleanup (#35138)XhmikosR18-57/+19
* tests: minor cleanup * tests: use the util noop function
2021-10-08scrollspy.js: chain functions (#35139)XhmikosR1-17/+18
2021-10-07Sanitizer: fix logic and add a test. (#35133)XhmikosR2-1/+26
This was broken in 2596c97 inadvertently. Added a test so that we don't hit this in the future.
2021-10-07docs: remove 'and' in middle of list (#35113)Chris Midgley1-1/+1
2021-10-06Merge branch 'twbs:main' into mainPriyansh150-1259/+2045
2021-10-05Add Sass variables for hr background-color and borderdevhoussam2-2/+4
Co-Authored-By: Houssam Hammouda <[email protected]>
2021-10-06util/sanitizer.js: use `Array.every()` (#35120)XhmikosR1-9/+2
2021-10-05Use `for...of` in visual tests tooGeoSot4-35/+34
2021-10-05Enable `unicorn/numeric-separators-style` rule.XhmikosR2-2/+1
This is taken care of by babel via @babel/plugin-proposal-numeric-separator
2021-10-05Fix a `unicorn/no-array-callback-reference` issueXhmikosR1-1/+1
2021-10-05Enable `unicorn/no-array-for-each` ruleXhmikosR23-118/+133
2021-10-05Enable `unicorn/no-for-loop` ruleXhmikosR6-20/+15
2021-10-05Enable `unicorn/prefer-prototype-methods` ruleXhmikosR17-18/+16
2021-10-05Separate container classes from `$enable-grid-classes` option (#35005)Mark Otto4-1/+7
* Separate container classes from enable-grid-classes optoin * Document the new option * Mention in migration guide Co-authored-by: XhmikosR <[email protected]>
2021-10-05Bump postcss from 8.3.8 to 8.3.9 (#35110)dependabot[bot]2-6/+6
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.8 to 8.3.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.3.8...8.3.9) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-05Bump autoprefixer from 10.3.6 to 10.3.7 (#35109)dependabot[bot]2-12/+25
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.3.6 to 10.3.7. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.3.6...10.3.7) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... 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]>