]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
XhmikosR [Tue, 5 Oct 2021 21:23:14 +0000 (00:23 +0300)]
util/sanitizer.js: use `Array.every()` (#35120)
GeoSot [Mon, 6 Sep 2021 07:46:03 +0000 (10:46 +0300)]
Use `for...of` in visual tests too
XhmikosR [Tue, 10 Aug 2021 16:03:29 +0000 (19:03 +0300)]
Enable `unicorn/numeric-separators-style` rule.
This is taken care of by babel via @babel/plugin-proposal-numeric-separator
XhmikosR [Tue, 10 Aug 2021 15:55:18 +0000 (18:55 +0300)]
Fix a `unicorn/no-array-callback-reference` issue
XhmikosR [Fri, 30 Jul 2021 06:28:51 +0000 (09:28 +0300)]
Enable `unicorn/no-array-for-each` rule
XhmikosR [Tue, 10 Aug 2021 15:07:39 +0000 (18:07 +0300)]
Enable `unicorn/no-for-loop` rule
XhmikosR [Thu, 18 Mar 2021 10:58:26 +0000 (12:58 +0200)]
Enable `unicorn/prefer-prototype-methods` rule
Mark Otto [Tue, 5 Oct 2021 16:46:33 +0000 (09:46 -0700)]
Separate container classes from `$enable-grid-classes` option (#35005)
* Separate container classes from enable-grid-classes optoin
* Document the new option
* Mention in migration guide
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 5 Oct 2021 16:37:30 +0000 (19:37 +0300)]
Bump postcss from 8.3.8 to 8.3.9 (#35110)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 5 Oct 2021 16:31:48 +0000 (19:31 +0300)]
Bump autoprefixer from 10.3.6 to 10.3.7 (#35109)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 5 Oct 2021 16:26:27 +0000 (19:26 +0300)]
Bump linkinator from 2.14.0 to 2.14.3 (#35119)
Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.14.0 to 2.14.3.
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.14.0...v2.14.3)
---
updated-dependencies:
- dependency-name: linkinator
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XhmikosR [Tue, 5 Oct 2021 15:50:18 +0000 (18:50 +0300)]
Release v5.1.2 (#35114)
Kyle Tsang [Tue, 5 Oct 2021 15:40:44 +0000 (08:40 -0700)]
Add workaround for dart sass compile error (#35033)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <otto@github.com>
Christian Oliff [Tue, 5 Oct 2021 15:00:48 +0000 (00:00 +0900)]
Add cSpell custom dictionary and docs-spellcheck script (#34940)
Julien Déramond [Tue, 5 Oct 2021 14:46:08 +0000 (16:46 +0200)]
Fix capitalization after period in `contents.md` (#35111)
XhmikosR [Mon, 4 Oct 2021 16:46:07 +0000 (19:46 +0300)]
rollup: specify `generatedCode: 'es2015'` (#35070)
This will make use of `const` and modern features (which we are already using in our code) in the generated rollup code.
XhmikosR [Mon, 4 Oct 2021 16:34:47 +0000 (19:34 +0300)]
Revert "Bundlewatch: stop ignoring dependabot branches (#33192)" (#35069)
This reverts commit
5560c86070c8be08f76801bbc7e525eea4fc0cf6 .
XhmikosR [Mon, 4 Oct 2021 16:29:05 +0000 (19:29 +0300)]
Update devDependencies (#35102)
* @popperjs/core ^2.10.1 → ^2.10.2
* @rollup/plugin-commonjs ^20.0.0 → ^21.0.0
* clean-css-cli ^5.3.3 → ^5.4.1
* eslint-config-xo ^0.38.0 → ^0.39.0
* rollup ^2.57.0 → ^2.58.0
* stylelint-config-twbs-bootstrap ^2.2.3 → ^2.2.4
dependabot[bot] [Mon, 4 Oct 2021 16:10:09 +0000 (19:10 +0300)]
Bump autoprefixer from 10.2.6 to 10.3.6 (#35076)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.2.6 to 10.3.6.
- [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.2.6...10.3.6)
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Priyansh [Fri, 1 Oct 2021 14:12:45 +0000 (10:12 -0400)]
README.md: fix capitalization after period
XhmikosR [Wed, 29 Sep 2021 06:20:04 +0000 (09:20 +0300)]
Update terser to v5.9.0 (#34995)
XhmikosR [Wed, 29 Sep 2021 04:41:06 +0000 (07:41 +0300)]
sanitizer: add `sms` in the `SAFE_URL_PATTERN` (#35074)
Mark Otto [Wed, 29 Sep 2021 00:46:57 +0000 (17:46 -0700)]
Update README.md
béla [Tue, 28 Sep 2021 23:54:12 +0000 (01:54 +0200)]
update readme github issue new links
Mark Otto [Tue, 28 Sep 2021 23:08:17 +0000 (16:08 -0700)]
Fix syntax error, update description
GeoSot [Thu, 6 May 2021 23:51:52 +0000 (02:51 +0300)]
Change from issue templates to issue forms
Co-Authored-By: XhmikosR <xhmikosr@gmail.com>
Co-Authored-By: GeoSot <geo.sotis@gmail.com>
dependabot[bot] [Tue, 28 Sep 2021 16:04:23 +0000 (19:04 +0300)]
Bump postcss-cli from 9.0.0 to 9.0.1 (#35075)
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/postcss/postcss-cli/releases)
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-cli/compare/9.0.0...9.0.1)
---
updated-dependencies:
- dependency-name: postcss-cli
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Alex Gibson [Tue, 28 Sep 2021 15:46:09 +0000 (11:46 -0400)]
docs: remove `data-bs-dismiss="modal"` leftover (#35042)
XhmikosR [Tue, 28 Sep 2021 15:38:31 +0000 (18:38 +0300)]
Regenerate package-lock.json (#35071)
Geremia Taglialatela [Tue, 28 Sep 2021 15:18:02 +0000 (17:18 +0200)]
Use Sass variable instead of RGB components (#35017)
All other `rgba()` calls use a Sass variable, except for the ones fixed in this commit
Grey Li [Tue, 28 Sep 2021 10:52:57 +0000 (18:52 +0800)]
docs: fix Popper version number in config (#35067)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 28 Sep 2021 10:38:31 +0000 (13:38 +0300)]
Bump rollup from 2.56.3 to 2.57.0 (#35065)
Bumps [rollup](https://github.com/rollup/rollup) from 2.56.3 to 2.57.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.56.3...v2.57.0)
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 28 Sep 2021 10:14:38 +0000 (13:14 +0300)]
Bump sass from 1.42.0 to 1.42.1 (#35064)
Bumps [sass](https://github.com/sass/dart-sass) from 1.42.0 to 1.42.1.
- [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.42.0...1.42.1)
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 28 Sep 2021 09:53:40 +0000 (12:53 +0300)]
Bump postcss from 8.3.6 to 8.3.8 (#35063)
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.6 to 8.3.8.
- [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.6...8.3.8)
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 28 Sep 2021 09:48:46 +0000 (12:48 +0300)]
Bump postcss-cli from 8.3.1 to 9.0.0 (#35061)
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 8.3.1 to 9.0.0.
- [Release notes](https://github.com/postcss/postcss-cli/releases)
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-cli/compare/8.3.1...9.0.0)
---
updated-dependencies:
- dependency-name: postcss-cli
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 28 Sep 2021 09:42:08 +0000 (12:42 +0300)]
Bump @rollup/plugin-node-resolve from 13.0.4 to 13.0.5 (#35060)
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.0.4 to 13.0.5.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v13.0.5/packages/node-resolve)
---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 28 Sep 2021 09:36:33 +0000 (12:36 +0300)]
Bump glob from 7.1.7 to 7.2.0 (#35059)
Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.7 to 7.2.0.
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/master/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v7.1.7...v7.2.0)
---
updated-dependencies:
- dependency-name: glob
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Rohit Sharma [Tue, 28 Sep 2021 09:33:33 +0000 (15:03 +0530)]
Add offcanvas to the components requiring JavaScript (#35013)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Julien Déramond [Tue, 28 Sep 2021 09:28:30 +0000 (11:28 +0200)]
examples: Add `role="switch"` to switches (#35022)
dependabot[bot] [Tue, 28 Sep 2021 09:24:13 +0000 (12:24 +0300)]
Bump nodemon from 2.0.12 to 2.0.13 (#35066)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.12 to 2.0.13.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.12...v2.0.13)
---
updated-dependencies:
- dependency-name: nodemon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XhmikosR [Tue, 21 Sep 2021 06:10:09 +0000 (09:10 +0300)]
Update devDependencies (#35026)
* @babel/cli ^7.15.4 → ^7.15.7
* sass ^1.41.0 → ^1.42.0
dependabot[bot] [Tue, 21 Sep 2021 06:02:51 +0000 (09:02 +0300)]
Bump nth-check from 2.0.0 to 2.0.1 (#35025)
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1)
---
updated-dependencies:
- dependency-name: nth-check
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
GeoSot [Wed, 15 Sep 2021 12:33:19 +0000 (15:33 +0300)]
Fix Collapse regression of handling toggling between sibling chilldren (#34951)
XhmikosR [Wed, 15 Sep 2021 11:34:24 +0000 (14:34 +0300)]
Minor refactoring (#34980)
Rename variables and remove a temporary one
XhmikosR [Wed, 15 Sep 2021 11:27:46 +0000 (14:27 +0300)]
Rename `e` to `event` (#34979)
dependabot[bot] [Wed, 15 Sep 2021 05:47:47 +0000 (08:47 +0300)]
Bump sass from 1.40.1 to 1.41.0 (#34977)
Bumps [sass](https://github.com/sass/dart-sass) from 1.40.1 to 1.41.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.40.1...1.41.0)
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 14 Sep 2021 12:04:09 +0000 (15:04 +0300)]
Bump sass from 1.39.0 to 1.40.1 (#34974)
Bumps [sass](https://github.com/sass/dart-sass) from 1.39.0 to 1.40.1.
- [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.39.0...1.40.1)
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 14 Sep 2021 06:32:51 +0000 (09:32 +0300)]
Bump eslint-plugin-unicorn from 35.0.0 to 36.0.0 (#34970)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 35.0.0 to 36.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v35.0.0...v36.0.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 14 Sep 2021 06:24:31 +0000 (09:24 +0300)]
Bump @babel/preset-env from 7.15.4 to 7.15.6 (#34973)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.15.4 to 7.15.6.
- [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.6/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XhmikosR [Tue, 14 Sep 2021 06:07:59 +0000 (09:07 +0300)]
Update CodeQL workflow (#34961)
cdalexndr [Wed, 8 Sep 2021 11:40:45 +0000 (14:40 +0300)]
Fix responsive img docs
https://github.com/twbs/bootstrap/issues/34885
GeoSot [Mon, 13 Sep 2021 07:57:17 +0000 (10:57 +0300)]
tests: fix lint warning (#34950)
Christian Oliff [Fri, 10 Sep 2021 11:02:58 +0000 (20:02 +0900)]
Changes some latin/dummy text to English (#34946)
Changes some latin/dummy text to English so spellcheck linter passes
Kitty Giraudel [Thu, 9 Sep 2021 11:42:45 +0000 (13:42 +0200)]
Update a URL mentioning dead name (#34937)
Christian Oliff [Thu, 9 Sep 2021 11:37:52 +0000 (20:37 +0900)]
docs: Add role="switch" to switches (#34824)
* docs: Add role="switch" to switches
* Tweak/expand explanation about assistive technologies
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
Christian Oliff [Thu, 9 Sep 2021 11:30:41 +0000 (20:30 +0900)]
replace dummy text with English for Text truncation page (#34936)
Gaël Poupard [Thu, 9 Sep 2021 06:50:55 +0000 (08:50 +0200)]
Separator for table direct children (#34861)
* 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
Christian Oliff [Thu, 9 Sep 2021 06:44:44 +0000 (15:44 +0900)]
Non-blocking typo fix (#34935)
Christian Oliff [Wed, 8 Sep 2021 17:55:01 +0000 (02:55 +0900)]
Fix Backdroped typo (#34920)
Julien Déramond [Wed, 8 Sep 2021 14:58:50 +0000 (16:58 +0200)]
Remove remaining "master" branch references (#34932)
Christian Oliff [Wed, 8 Sep 2021 13:59:17 +0000 (22:59 +0900)]
fix utilities typo (#34923)
bavoco [Wed, 8 Sep 2021 06:07:22 +0000 (08:07 +0200)]
fix custom property values of row overrides individual cell (#34799)
XhmikosR [Wed, 8 Sep 2021 06:03:04 +0000 (09:03 +0300)]
docs: Update RFS version & move "v" prefix to config.yml (#34918)
Christian Oliff [Wed, 8 Sep 2021 05:59:27 +0000 (14:59 +0900)]
fix predefined typo (#34922)
Christian Oliff [Wed, 8 Sep 2021 05:55:43 +0000 (14:55 +0900)]
Fix JavaScript typo (#34921)
Dominik Crha [Tue, 7 Sep 2021 20:35:35 +0000 (22:35 +0200)]
Add `border-radius` sizes to small and large `.form-select`s (#34853)
Fixes #34852
Co-authored-by: Dominik Crha <crha@havit.cz>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
Zaid Jawed [Tue, 7 Sep 2021 20:21:57 +0000 (01:51 +0530)]
Add `align-self: center` to buttons for improved rendering in flex containers
Fixes #34834
XhmikosR [Tue, 7 Sep 2021 15:37:44 +0000 (18:37 +0300)]
Release v5.1.1 (#34869)
* Prepare v5.1.1.
* Dist
dependabot[bot] [Tue, 7 Sep 2021 07:55:08 +0000 (10:55 +0300)]
Bump vnu-jar from 21.6.11 to 21.9.2 (#34874)
* 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] <support@github.com>
* 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 <redux@splintered.co.uk>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Tue, 7 Sep 2021 06:45:27 +0000 (09:45 +0300)]
Typo fixes (#34914)
Patrick H. Lauke [Mon, 6 Sep 2021 19:14:21 +0000 (20:14 +0100)]
Disabled link cleanup (#34886)
* 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 <markd.otto@gmail.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Julien Déramond [Mon, 6 Sep 2021 18:59:04 +0000 (20:59 +0200)]
docs: make use of the `.Site.Params.docs_version` variable (#34913)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Mon, 6 Sep 2021 18:54:08 +0000 (21:54 +0300)]
BrowserStack: add Firefox 60 and Chrome 60 (#34912)
These are the minimum supported versions, so this patch makes sure everything works there too.
Christian Oliff [Mon, 6 Sep 2021 18:48:35 +0000 (03:48 +0900)]
Docs: Add Callout to Stacks Helper page about limited flexbox gap support (#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 <xhmikosr@gmail.com>
XhmikosR [Mon, 6 Sep 2021 12:11:32 +0000 (15:11 +0300)]
Update devDependencies (#34911)
* @babel/core ^7.15.4 → ^7.15.5
* hugo-bin ^0.76.0 → ^0.76.1
Julien Déramond [Sat, 4 Sep 2021 06:36:18 +0000 (08:36 +0200)]
Fix a11y issues in `.hstack` example and placeholder 'How it works' example (#34892)
XhmikosR [Fri, 3 Sep 2021 09:32:02 +0000 (12:32 +0300)]
Regenerate package-lock.json (#34900)
dependabot[bot] [Fri, 3 Sep 2021 09:11:42 +0000 (12:11 +0300)]
Bump @popperjs/core from 2.9.3 to 2.10.1 (#34896)
* 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] <support@github.com>
* Update config.yml
* Update .bundlewatch.config.json
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Fri, 3 Sep 2021 09:08:10 +0000 (12:08 +0300)]
Bump @babel/core from 7.15.0 to 7.15.4 (#34898)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Fri, 3 Sep 2021 09:03:11 +0000 (12:03 +0300)]
Bump @babel/preset-env from 7.15.0 to 7.15.4 (#34897)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Fri, 3 Sep 2021 08:55:20 +0000 (11:55 +0300)]
Bump @babel/cli from 7.14.8 to 7.15.4 (#34895)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Thu, 2 Sep 2021 21:42:41 +0000 (00:42 +0300)]
Bump hugo-bin from 0.75.0 to 0.76.0 (#34883)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Alan Oliveira [Thu, 2 Sep 2021 21:14:20 +0000 (18:14 -0300)]
docs: add `$enable-smooth-scroll` to Sass options page (#34877)
dependabot[bot] [Thu, 2 Sep 2021 12:20:49 +0000 (15:20 +0300)]
Bump sass from 1.38.2 to 1.39.0 (#34875)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mark Otto [Thu, 2 Sep 2021 05:41:58 +0000 (22:41 -0700)]
Include root.scss in all dist builds (#34773)
* Remove the font-family-* override vars from Reboot build
* Update Reboot docs to mention CSS variables
XhmikosR [Thu, 4 Feb 2021 06:40:20 +0000 (08:40 +0200)]
Use `path.Join` when joining paths
XhmikosR [Wed, 20 Jan 2021 11:10:08 +0000 (13:10 +0200)]
example: remove unneeded escape characters
XhmikosR [Sat, 16 Jan 2021 19:51:12 +0000 (21:51 +0200)]
Minor shortcode tweaks and consistency changes
XhmikosR [Sat, 16 Jan 2021 19:50:25 +0000 (21:50 +0200)]
Remove `.html` suffix from shortcodes calls.
It's the default.
XhmikosR [Wed, 13 Jan 2021 07:34:52 +0000 (09:34 +0200)]
Tweak scss-docs shortcode
GeoSot [Tue, 31 Aug 2021 13:11:22 +0000 (16:11 +0300)]
Fix tooltip `data-bs-original-title` issue (#34842)
XhmikosR [Mon, 30 Aug 2021 15:57:00 +0000 (18:57 +0300)]
tests: add Offcanvas too in jquery.spec.js (#34841)
XhmikosR [Mon, 30 Aug 2021 13:30:51 +0000 (16:30 +0300)]
Add GitHub SHA in BrowserStack build ID. (#34077)
XhmikosR [Mon, 30 Aug 2021 13:05:08 +0000 (16:05 +0300)]
Update Sass and regenerate package-lock.json (#34812)
Julien Déramond [Mon, 30 Aug 2021 13:00:16 +0000 (15:00 +0200)]
Enhance Alerts > Live Example section (#34769)
XhmikosR [Thu, 26 Aug 2021 16:33:26 +0000 (19:33 +0300)]
Move a few ESLint rules where they are needed.
XhmikosR [Thu, 26 Aug 2021 16:32:29 +0000 (19:32 +0300)]
Update eslint-plugin-unicorn to v35.0.0
Marius A [Mon, 30 Aug 2021 12:36:53 +0000 (15:36 +0300)]
clarify importing all vs specific plugins (#34840)
GeoSot [Mon, 30 Aug 2021 12:29:02 +0000 (15:29 +0300)]
Collapse on toggle, should not hide descendant tabpanels (#34835)
dependabot[bot] [Thu, 26 Aug 2021 15:52:47 +0000 (18:52 +0300)]
Bump eslint-plugin-import from 2.24.1 to 2.24.2 (#34826)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>