aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-09-28Update config.jsgs-export-config-functionalityXhmikosR1-2/+2
2021-09-11Extract Config functionalityGeoSot15-186/+219
2021-09-10Changes some latin/dummy text to English (#34946)Christian Oliff3-8/+8
Changes some latin/dummy text to English so spellcheck linter passes
2021-09-09Update a URL mentioning dead name (#34937)Kitty Giraudel1-1/+1
2021-09-09docs: Add role="switch" to switches (#34824)Christian Oliff1-5/+5
* docs: Add role="switch" to switches * Tweak/expand explanation about assistive technologies Co-authored-by: Patrick H. Lauke <[email protected]>
2021-09-09replace dummy text with English for Text truncation page (#34936)Christian Oliff1-2/+2
2021-09-09Separator for table direct children (#34861)Gaël Poupard1-2/+6
* fix(tables): separator for table direct children * fix(tables): drop universal selectors * fix(tables): trying the lobotomized owl selector * fix(tables): get closer to v4 * fix(tables): ensure borderless are borderless
2021-09-09Non-blocking typo fix (#34935)Christian Oliff1-1/+1
2021-09-08Fix Backdroped typo (#34920)Christian Oliff1-1/+1
2021-09-08Remove remaining "master" branch references (#34932)Julien Déramond3-3/+3
2021-09-08fix utilities typo (#34923)Christian Oliff1-1/+1
2021-09-08fix custom property values of row overrides individual cell (#34799)bavoco1-2/+2
2021-09-08docs: Update RFS version & move "v" prefix to config.yml (#34918)XhmikosR2-4/+4
2021-09-08fix predefined typo (#34922)Christian Oliff2-3/+3
2021-09-08Fix JavaScript typo (#34921)Christian Oliff1-1/+1
2021-09-07Add `border-radius` sizes to small and large `.form-select`s (#34853)Dominik Crha2-1/+5
Fixes #34852 Co-authored-by: Dominik Crha <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2021-09-07Add `align-self: center` to buttons for improved rendering in flex containersZaid Jawed1-0/+1
Fixes #34834
2021-09-07Release v5.1.1 (#34869)v5.1.1XhmikosR114-334/+650
* Prepare v5.1.1. * Dist
2021-09-07Bump vnu-jar from 21.6.11 to 21.9.2 (#34874)dependabot[bot]3-5/+9
* Bump vnu-jar from 21.6.11 to 21.9.2 Bumps [vnu-jar](https://github.com/validator/validator) from 21.6.11 to 21.9.2. - [Release notes](https://github.com/validator/validator/releases) - [Changelog](https://github.com/validator/validator/blob/main/CHANGELOG.md) - [Commits](https://github.com/validator/validator/compare/21.6.11...21.9.2) --- updated-dependencies: - dependency-name: vnu-jar dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Ignore the `aria-disabled` warnings * Add comment to aria-disabled ignore Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-09-07Typo fixes (#34914)XhmikosR16-16/+16
2021-09-06Disabled link cleanup (#34886)Patrick H. Lauke19-69/+76
* Disabled link cleanup per https://www.w3.org/TR/html-aria/#docconformance > It is NOT RECOMMENDED to use `aria-disabled="true"` on an `a` element with an `href` attribute. > >NOTE >If a link needs to be "disabled", remove the `href` attribute. This PR removes the unnecessary `href="#"`, `tabindex="-1"`, and `aria-disabled="true"` from disabled links in both docs pages and examples. `aria-disabled="true"` *is* kept for disabled link-based buttons (that have `role="button"`) as there it's appropriate to use (you *want* to convey to assistive technologies that this thing you're claiming is a button is also disabled at the moment) Further, the PR extends the "Link functionality caveat" to show the "proper" way (removing `href` and adding `.disabled` class only) to disable a link, but then explains what to do if that's not possible (and then keeps an example with all the traditional `href="#" tabindex="-1" aria-disabled="true"`, but explains clearly that it's not ideal). Same sort of explanation is also added to the pointer event utilities page * Turn big note into actual normal doc text Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-09-06docs: make use of the `.Site.Params.docs_version` variable (#34913)Julien Déramond1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-09-06BrowserStack: add Firefox 60 and Chrome 60 (#34912)XhmikosR1-1/+15
These are the minimum supported versions, so this patch makes sure everything works there too.
2021-09-06Docs: Add Callout to Stacks Helper page about limited flexbox gap support ↵Christian Oliff1-0/+4
(#34910) * Docs: Add Callout to Stacks Helper page about limited flexbox gap support Fixes: #34737 * Update stacks.md * Delete callout-warning-flexbox-gap.md Co-authored-by: XhmikosR <[email protected]>
2021-09-06Update devDependencies (#34911)XhmikosR2-30/+30
* @babel/core ^7.15.4 → ^7.15.5 * hugo-bin ^0.76.0 → ^0.76.1
2021-09-04Fix a11y issues in `.hstack` example and placeholder 'How it works' example ↵Julien Déramond2-2/+2
(#34892)
2021-09-03Regenerate package-lock.json (#34900)XhmikosR1-1196/+97
2021-09-03Bump @popperjs/core from 2.9.3 to 2.10.1 (#34896)dependabot[bot]4-8/+8
* Bump @popperjs/core from 2.9.3 to 2.10.1 Bumps [@popperjs/core](https://github.com/popperjs/popper-core) from 2.9.3 to 2.10.1. - [Release notes](https://github.com/popperjs/popper-core/releases) - [Commits](https://github.com/popperjs/popper-core/compare/v2.9.3...v2.10.1) --- updated-dependencies: - dependency-name: "@popperjs/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update config.yml * Update .bundlewatch.config.json Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-09-03Bump @babel/core from 7.15.0 to 7.15.4 (#34898)dependabot[bot]2-18/+297
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.15.0 to 7.15.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.15.4/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" 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-09-03Bump @babel/preset-env from 7.15.0 to 7.15.4 (#34897)dependabot[bot]2-103/+923
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.15.0 to 7.15.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.15.4/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" 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]>
2021-09-03Bump @babel/cli from 7.14.8 to 7.15.4 (#34895)dependabot[bot]2-4/+4
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.14.8 to 7.15.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.15.4/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-03Bump hugo-bin from 0.75.0 to 0.76.0 (#34883)dependabot[bot]2-4/+4
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.75.0 to 0.76.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.75.0...v0.76.0) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-03docs: add `$enable-smooth-scroll` to Sass options page (#34877)Alan Oliveira1-0/+1
2021-09-02Bump sass from 1.38.2 to 1.39.0 (#34875)dependabot[bot]2-4/+4
Bumps [sass](https://github.com/sass/dart-sass) from 1.38.2 to 1.39.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.38.2...1.39.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-02Include root.scss in all dist builds (#34773)Mark Otto4-5/+11
* Remove the font-family-* override vars from Reboot build * Update Reboot docs to mention CSS variables
2021-08-31Use `path.Join` when joining pathsXhmikosR4-4/+4
2021-08-31example: remove unneeded escape charactersXhmikosR1-1/+1
2021-08-31Minor shortcode tweaks and consistency changesXhmikosR7-33/+37
2021-08-31Remove `.html` suffix from shortcodes calls.XhmikosR2-2/+2
It's the default.
2021-08-31Tweak scss-docs shortcodeXhmikosR1-18/+28
2021-08-31Fix tooltip `data-bs-original-title` issue (#34842)GeoSot1-8/+17
2021-08-30tests: add Offcanvas too in jquery.spec.js (#34841)XhmikosR1-0/+2
2021-08-30Add GitHub SHA in BrowserStack build ID. (#34077)XhmikosR2-1/+2
2021-08-30Update Sass and regenerate package-lock.json (#34812)XhmikosR2-97/+91
2021-08-30Enhance Alerts > Live Example section (#34769)Julien Déramond1-12/+2
2021-08-30Move a few ESLint rules where they are needed.XhmikosR2-2/+5
2021-08-30Update eslint-plugin-unicorn to v35.0.0XhmikosR3-13/+6
2021-08-30clarify importing all vs specific plugins (#34840)Marius A1-3/+7
2021-08-30Collapse on toggle, should not hide descendant tabpanels (#34835)GeoSot2-1/+51
2021-08-26Bump eslint-plugin-import from 2.24.1 to 2.24.2 (#34826)dependabot[bot]2-9/+27
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.24.1 to 2.24.2. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.24.1...v2.24.2) --- updated-dependencies: - dependency-name: eslint-plugin-import 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>