]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
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>
dependabot[bot] [Tue, 24 Aug 2021 12:38:40 +0000 (15:38 +0300)]
Bump sass from 1.38.0 to 1.38.1 (#34811)
Bumps [sass](https://github.com/sass/dart-sass) from 1.38.0 to 1.38.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.38.0...1.38.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, 24 Aug 2021 12:38:24 +0000 (15:38 +0300)]
Bump eslint-plugin-import from 2.24.0 to 2.24.1 (#34809)
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.24.0 to 2.24.1.
- [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.0...v2.24.1)
---
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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 24 Aug 2021 12:23:42 +0000 (15:23 +0300)]
Bump rollup from 2.56.2 to 2.56.3 (#34810)
Bumps [rollup](https://github.com/rollup/rollup) from 2.56.2 to 2.56.3.
- [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.2...v2.56.3)
---
updated-dependencies:
- dependency-name: rollup
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 [Mon, 23 Aug 2021 15:33:55 +0000 (18:33 +0300)]
visual tests: minor fixes (#34802)
ghost_32 [Mon, 23 Aug 2021 07:18:29 +0000 (12:48 +0530)]
Fix `$dropdown-link-hover-color` variable color value in _variable.scss (#34779)
XhmikosR [Sat, 21 Aug 2021 03:54:53 +0000 (06:54 +0300)]
Progress page: remove toggle animation button (#34787)
We don't use the same approach with a button on the Placeholders page.
Sébastien ALFAIATE [Fri, 20 Aug 2021 15:30:08 +0000 (22:30 +0700)]
alert.js: Add missing newline (#34785)
SaintMalik [Fri, 20 Aug 2021 15:25:03 +0000 (16:25 +0100)]
docs: fix typos in approach and placeholders (#34781)
XhmikosR [Wed, 18 Aug 2021 15:51:12 +0000 (18:51 +0300)]
dashboard-rtl: use the same scripts as the dashboard example (#34766)
Kyle Tsang [Wed, 18 Aug 2021 04:30:06 +0000 (21:30 -0700)]
Fix typo in placeholder docs (#34752)
dependabot[bot] [Wed, 18 Aug 2021 04:26:20 +0000 (07:26 +0300)]
Bump sass from 1.37.5 to 1.38.0 (#34759)
Bumps [sass](https://github.com/sass/dart-sass) from 1.37.5 to 1.38.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.37.5...1.38.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>
GeoSot [Tue, 10 Aug 2021 14:55:34 +0000 (17:55 +0300)]
Fix modal when is triggered by `bs-toggle`, to hide other open instances (#34701)
XhmikosR [Tue, 10 Aug 2021 14:50:32 +0000 (17:50 +0300)]
carousel: move common checks to a function (#34621)
XhmikosR [Tue, 10 Aug 2021 14:46:04 +0000 (17:46 +0300)]
Update devDependencies (#34725)
* @babel/core ^7.14.8 → ^7.15.0
* @babel/preset-env ^7.14.9 → ^7.15.0
dependabot[bot] [Tue, 10 Aug 2021 14:35:21 +0000 (17:35 +0300)]
Bump rollup from 2.55.1 to 2.56.2 (#34721)
Bumps [rollup](https://github.com/rollup/rollup) from 2.55.1 to 2.56.2.
- [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.55.1...v2.56.2)
---
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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 10 Aug 2021 14:30:32 +0000 (17:30 +0300)]
Bump eslint-config-xo from 0.37.0 to 0.38.0 (#34722)
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.37.0 to 0.38.0.
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.37.0...v0.38.0)
---
updated-dependencies:
- dependency-name: eslint-config-xo
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, 10 Aug 2021 14:23:57 +0000 (17:23 +0300)]
Bump eslint-plugin-import from 2.23.4 to 2.24.0 (#34723)
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.23.4 to 2.24.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.24.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-import
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>
Mark Otto [Tue, 10 Aug 2021 14:16:48 +0000 (07:16 -0700)]
Add check to rgba-css-var function for body or bg (#34699)
dependabot[bot] [Thu, 5 Aug 2021 15:06:46 +0000 (18:06 +0300)]
Bump clean-css-cli from 5.3.2 to 5.3.3 (#34697)
Bumps [clean-css-cli](https://github.com/clean-css/clean-css-cli) from 5.3.2 to 5.3.3.
- [Release notes](https://github.com/clean-css/clean-css-cli/releases)
- [Changelog](https://github.com/clean-css/clean-css-cli/blob/master/History.md)
- [Commits](https://github.com/clean-css/clean-css-cli/compare/v5.3.2...v5.3.3)
---
updated-dependencies:
- dependency-name: clean-css-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>
Semih Raif Gürel [Thu, 5 Aug 2021 05:39:04 +0000 (08:39 +0300)]
Fix font size variable name (#34679)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Christian Oliff [Thu, 5 Aug 2021 05:36:00 +0000 (14:36 +0900)]
docs: Fix placeholders typo (#34686)
XhmikosR [Wed, 4 Aug 2021 15:41:51 +0000 (18:41 +0300)]
Prepare v5.1.0. (#34674)
XhmikosR [Wed, 4 Aug 2021 14:49:34 +0000 (17:49 +0300)]
_navbar.scss: switch comment (#34677)
dependabot[bot] [Wed, 4 Aug 2021 07:39:53 +0000 (10:39 +0300)]
Bump @popperjs/core from 2.9.2 to 2.9.3 (#34668)
* Bump @popperjs/core from 2.9.2 to 2.9.3
Bumps [@popperjs/core](https://github.com/popperjs/popper-core) from 2.9.2 to 2.9.3.
- [Release notes](https://github.com/popperjs/popper-core/releases)
- [Commits](https://github.com/popperjs/popper-core/compare/v2.9.2...v2.9.3)
---
updated-dependencies:
- dependency-name: "@popperjs/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update _config.yml popper version
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Wed, 4 Aug 2021 07:12:07 +0000 (10:12 +0300)]
Bump hugo-bin from 0.74.1 to 0.75.0 (#34669)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.74.1 to 0.75.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.74.1...v0.75.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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Wed, 4 Aug 2021 06:55:07 +0000 (09:55 +0300)]
Bump sass from 1.37.2 to 1.37.5 (#34670)
Bumps [sass](https://github.com/sass/dart-sass) from 1.37.2 to 1.37.5.
- [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.37.2...1.37.5)
---
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>
Mark Otto [Mon, 19 Jul 2021 03:39:07 +0000 (20:39 -0700)]
Update .bundlewatch.config.json
Mark Otto [Mon, 19 Jul 2021 03:39:02 +0000 (20:39 -0700)]
Document the utility API's new css-var boolean
Co-Authored-By: Gaël Poupard <ffoodd@users.noreply.github.com>
Mark Otto [Mon, 19 Jul 2021 03:38:30 +0000 (20:38 -0700)]
Add and document additional :root CSS variables
- Adds grayscale colors
- Adds root and body variables
Note that some Sass variables default to `null`, so as we generate and use the CSS variable, we'll be potentially adding some lines of code.
Mark Otto [Mon, 24 May 2021 18:56:19 +0000 (11:56 -0700)]
Update color and background-color utilities
- Adds new functions to generate additional Sass maps
- Adds new root variables for rgb() versions of our theme colors, plus a few extras
- Adds ability to change the alpha transparency of text color and background color utilities with new utilities, inline styles, or local CSS var
- Updates documentation for color and background-color utilities pages
- Deprecates .text-black-50 and .text-white-50 since those (and additional transparency levels) can be generated on the fly
Change approach slightly to prevent cascade
Sean Hinton [Tue, 3 Aug 2021 16:08:10 +0000 (17:08 +0100)]
Improved docs describing media-breakpoint-down breakpoints (#34637)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Jaume Sala [Tue, 3 Aug 2021 15:59:00 +0000 (17:59 +0200)]
Add new placeholder component (#31859)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Jaume Sala <jaumesala@gmail.com>
Co-authored-by: Mark Otto <markdotto@gmail.com>
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
Mark Otto [Tue, 3 Aug 2021 15:27:49 +0000 (08:27 -0700)]
Update input-bg to use body-bg (#34651)
XhmikosR [Tue, 3 Aug 2021 11:07:25 +0000 (14:07 +0300)]
Regenerate package-lock.json (#34659)
dependabot[bot] [Tue, 3 Aug 2021 10:59:57 +0000 (13:59 +0300)]
Bump @babel/preset-env from 7.14.8 to 7.14.9 (#34653)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.8 to 7.14.9.
- [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.14.9/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] [Tue, 3 Aug 2021 10:56:59 +0000 (13:56 +0300)]
Bump @rollup/plugin-commonjs from 19.0.2 to 20.0.0 (#34656)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 19.0.2 to 20.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v20.0.0/packages/commonjs)
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
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, 3 Aug 2021 10:54:21 +0000 (13:54 +0300)]
Bump sass from 1.36.0 to 1.37.2 (#34658)
Bumps [sass](https://github.com/sass/dart-sass) from 1.36.0 to 1.37.2.
- [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.36.0...1.37.2)
---
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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 3 Aug 2021 10:51:08 +0000 (13:51 +0300)]
Bump clean-css-cli from 5.3.0 to 5.3.2 (#34657)
Bumps [clean-css-cli](https://github.com/jakubpawlowicz/clean-css-cli) from 5.3.0 to 5.3.2.
- [Release notes](https://github.com/jakubpawlowicz/clean-css-cli/releases)
- [Changelog](https://github.com/clean-css/clean-css-cli/blob/master/History.md)
- [Commits](https://github.com/jakubpawlowicz/clean-css-cli/commits)
---
updated-dependencies:
- dependency-name: clean-css-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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 3 Aug 2021 10:48:19 +0000 (13:48 +0300)]
Bump rollup from 2.55.0 to 2.55.1 (#34655)
Bumps [rollup](https://github.com/rollup/rollup) from 2.55.0 to 2.55.1.
- [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.55.0...v2.55.1)
---
updated-dependencies:
- dependency-name: rollup
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, 3 Aug 2021 10:45:28 +0000 (13:45 +0300)]
Bump hugo-bin from 0.74.0 to 0.74.1 (#34654)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.74.0 to 0.74.1.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.74.0...v0.74.1)
---
updated-dependencies:
- dependency-name: hugo-bin
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, 3 Aug 2021 10:41:33 +0000 (13:41 +0300)]
Bump eslint from 7.31.0 to 7.32.0 (#34652)
Bumps [eslint](https://github.com/eslint/eslint) from 7.31.0 to 7.32.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.31.0...v7.32.0)
---
updated-dependencies:
- dependency-name: eslint
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>
GeoSot [Tue, 3 Aug 2021 08:59:33 +0000 (11:59 +0300)]
Regression on tooltip template creation process. (#34628)
* Regression on tooltip template creation process.
* check if template content does not exist, or given argument is empty
* call `setContent()` once.
XhmikosR [Fri, 30 Jul 2021 05:56:36 +0000 (08:56 +0300)]
Add missing newlines around fenced codeblocks (#34630)
XhmikosR [Thu, 29 Jul 2021 22:32:07 +0000 (01:32 +0300)]
tooltip: move repeated strings to constants (#34619)
XhmikosR [Thu, 29 Jul 2021 22:23:00 +0000 (01:23 +0300)]
Enable a few eslint-config-xo rules (#34620)
* unicorn/prefer-dom-node-append
* unicorn/prefer-dom-node-remove
GeoSot [Thu, 10 Jun 2021 00:00:40 +0000 (03:00 +0300)]
transfer `interface` inside `jQueryInterface`
GeoSot [Wed, 9 Jun 2021 23:54:22 +0000 (02:54 +0300)]
simplify initialization on `data-toggle` click
GeoSot [Wed, 9 Jun 2021 23:51:51 +0000 (02:51 +0300)]
keep parent only as element
GeoSot [Wed, 9 Jun 2021 23:41:30 +0000 (02:41 +0300)]
remove duplicated `Selector.find`
GeoSot [Wed, 9 Jun 2021 23:36:35 +0000 (02:36 +0300)]
Simplify check for children
GeoSot [Wed, 9 Jun 2021 23:35:59 +0000 (02:35 +0300)]
initialize variable properly
GeoSot [Wed, 9 Jun 2021 22:42:46 +0000 (01:42 +0300)]
Refactor internal function to use it in more cases.
Also, remove a few redundant checks since we already check for it in `_addAriaAndCollapsedClass()`.
GeoSot [Wed, 9 Jun 2021 22:16:54 +0000 (01:16 +0300)]
Add a helper function to check for showing
Also, remove the `isTransitioning()` helper.
GeoSot [Wed, 9 Jun 2021 22:10:14 +0000 (01:10 +0300)]
Remove redundant check on `data-toggle` click.
Previously, it was assumed that the trigger element would have its own separate config than the collapse element itself.
GeoSot [Wed, 9 Jun 2021 22:08:07 +0000 (01:08 +0300)]
streamline `_getConfig` & interface
XhmikosR [Thu, 29 Jul 2021 03:39:12 +0000 (06:39 +0300)]
Collapse page: add a link to the accordion page (#34605)
Mark Otto [Thu, 29 Jul 2021 03:29:46 +0000 (21:29 -0600)]
Revert "Allow individual grid classes to override `.row-cols` (#33621)" (#34612)
This reverts commit
f2b47e1c8a263f4406255991af9fd55984c22a0e .
GeoSot [Wed, 28 Jul 2021 14:39:32 +0000 (17:39 +0300)]
Use a streamlined way to trigger component dismiss (#34170)
* use a streamlined way to trigger component dismiss
* add documentation
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
alpadev [Wed, 28 Jul 2021 14:23:32 +0000 (16:23 +0200)]
Fix `Manipulator.offset()` (#33603)
* test: add more test cases for Manipulator.offset()
* fix: Manipulator.offset() is using obsolete properties to get scroll position
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: GeoSot <geo.sotis@gmail.com>
Mark Young [Wed, 28 Jul 2021 13:17:24 +0000 (14:17 +0100)]
Correct Toast docs (#34604)
Removes incorrect references to scrollspy in Toasts documentation
Andrew Pucci [Wed, 28 Jul 2021 13:00:10 +0000 (09:00 -0400)]
Make text decoration consistent with other anchors (#34475)
Fixes #34474
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Wed, 28 Jul 2021 12:55:42 +0000 (15:55 +0300)]
Update devDependencies (#34585)
* @rollup/plugin-commonjs ^19.0.1 → ^19.0.2
* @rollup/plugin-node-resolve ^13.0.2 → ^13.0.4
* postcss ^8.3.5 → ^8.3.6
* rollup ^2.53.3 → ^2.55.0
* sass ^1.35.2 → ^1.36.0
Mark Otto [Tue, 27 Jul 2021 05:25:07 +0000 (23:25 -0600)]
Document change to hr in v5 (#34574)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Mark Otto [Tue, 27 Jul 2021 05:14:24 +0000 (23:14 -0600)]
Rename Build Tools page to Contribute (#34578)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Ryan Berliner [Tue, 27 Jul 2021 05:01:04 +0000 (01:01 -0400)]
Add shift-tab keyboard support for dialogs (modal & Offcanvas components) (#33865)
* consolidate dialog focus trap logic
* add shift-tab support to focustrap
* remove redundant null check of trap element
Co-authored-by: GeoSot <geo.sotis@gmail.com>
* remove area support forom focusableChildren
* fix no expectations warning in focustrap tests
Co-authored-by: GeoSot <geo.sotis@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Gaël Poupard [Tue, 27 Jul 2021 04:48:08 +0000 (06:48 +0200)]
More concise improvements for `add()` and `subtract()` (#34432)