swh:1:snp:48625b69344fec840d88714052a32e562e29cfd6

sort by:
Revision Author Date Message Commit Date
0d81d3c Release v5.1.1 (#34869) * Prepare v5.1.1. * Dist 07 September 2021, 15:37:44 UTC
b6855ae 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> 07 September 2021, 07:55:08 UTC
23b3d63 Typo fixes (#34914) 07 September 2021, 06:45:27 UTC
aa06dff 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> 06 September 2021, 19:14:21 UTC
16aab88 docs: make use of the `.Site.Params.docs_version` variable (#34913) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 06 September 2021, 18:59:04 UTC
68a86d3 BrowserStack: add Firefox 60 and Chrome 60 (#34912) These are the minimum supported versions, so this patch makes sure everything works there too. 06 September 2021, 18:54:08 UTC
6411799 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> 06 September 2021, 18:48:35 UTC
60b88dd Update devDependencies (#34911) * @babel/core ^7.15.4 → ^7.15.5 * hugo-bin ^0.76.0 → ^0.76.1 06 September 2021, 12:11:32 UTC
2a1aa2a Fix a11y issues in `.hstack` example and placeholder 'How it works' example (#34892) 04 September 2021, 06:36:18 UTC
9852c9a Regenerate package-lock.json (#34900) 03 September 2021, 09:32:02 UTC
6397516 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> 03 September 2021, 09:11:42 UTC
9b7256e 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> 03 September 2021, 09:08:10 UTC
19d4e78 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> 03 September 2021, 09:03:11 UTC
e52b78a 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> 03 September 2021, 08:55:20 UTC
22738ee 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> 02 September 2021, 21:42:41 UTC
58edf0e docs: add `$enable-smooth-scroll` to Sass options page (#34877) 02 September 2021, 21:14:20 UTC
55c5549 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> 02 September 2021, 12:20:49 UTC
d91480e Include root.scss in all dist builds (#34773) * Remove the font-family-* override vars from Reboot build * Update Reboot docs to mention CSS variables 02 September 2021, 05:41:58 UTC
283cbd9 Use `path.Join` when joining paths 31 August 2021, 14:24:38 UTC
f22966c example: remove unneeded escape characters 31 August 2021, 14:24:38 UTC
5cc633d Minor shortcode tweaks and consistency changes 31 August 2021, 14:24:38 UTC
9050b26 Remove `.html` suffix from shortcodes calls. It's the default. 31 August 2021, 14:24:38 UTC
365d6d9 Tweak scss-docs shortcode 31 August 2021, 14:24:38 UTC
51afe02 Fix tooltip `data-bs-original-title` issue (#34842) 31 August 2021, 13:11:22 UTC
ef21000 tests: add Offcanvas too in jquery.spec.js (#34841) 30 August 2021, 15:57:00 UTC
a7e64b5 Add GitHub SHA in BrowserStack build ID. (#34077) 30 August 2021, 13:30:51 UTC
2a0f707 Update Sass and regenerate package-lock.json (#34812) 30 August 2021, 13:05:08 UTC
a0da3a0 Enhance Alerts > Live Example section (#34769) 30 August 2021, 13:00:16 UTC
c02805b Move a few ESLint rules where they are needed. 30 August 2021, 12:51:44 UTC
4a4b61f Update eslint-plugin-unicorn to v35.0.0 30 August 2021, 12:51:44 UTC
10fc1fe clarify importing all vs specific plugins (#34840) 30 August 2021, 12:36:53 UTC
c1fc1db Collapse on toggle, should not hide descendant tabpanels (#34835) 30 August 2021, 12:29:02 UTC
d9254c6 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> 26 August 2021, 15:52:47 UTC
151f076 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> 24 August 2021, 12:38:40 UTC
acfd5b6 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> 24 August 2021, 12:38:24 UTC
44a5be2 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> 24 August 2021, 12:23:42 UTC
40042ee visual tests: minor fixes (#34802) 23 August 2021, 15:33:55 UTC
6cf52ed Fix `$dropdown-link-hover-color` variable color value in _variable.scss (#34779) 23 August 2021, 07:18:29 UTC
9e1d81a Progress page: remove toggle animation button (#34787) We don't use the same approach with a button on the Placeholders page. 21 August 2021, 03:54:53 UTC
91295c2 alert.js: Add missing newline (#34785) 20 August 2021, 15:30:08 UTC
bfad22f docs: fix typos in approach and placeholders (#34781) 20 August 2021, 15:25:03 UTC
7207cd1 dashboard-rtl: use the same scripts as the dashboard example (#34766) 18 August 2021, 15:51:12 UTC
b10c1a7 Fix typo in placeholder docs (#34752) 18 August 2021, 04:30:06 UTC
18b3e1a 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> 18 August 2021, 04:26:20 UTC
1e5e655 Fix modal when is triggered by `bs-toggle`, to hide other open instances (#34701) 10 August 2021, 14:55:34 UTC
418fe81 carousel: move common checks to a function (#34621) 10 August 2021, 14:50:32 UTC
2034ead Update devDependencies (#34725) * @babel/core ^7.14.8 → ^7.15.0 * @babel/preset-env ^7.14.9 → ^7.15.0 10 August 2021, 14:46:04 UTC
91e53eb 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> 10 August 2021, 14:35:21 UTC
d3368f4 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> 10 August 2021, 14:30:32 UTC
0d608a6 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> 10 August 2021, 14:23:57 UTC
612d235 Add check to rgba-css-var function for body or bg (#34699) 10 August 2021, 14:16:48 UTC
fd92e35 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> 05 August 2021, 15:06:46 UTC
f4fd271 Fix font size variable name (#34679) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 05 August 2021, 05:39:04 UTC
fdc2f72 docs: Fix placeholders typo (#34686) 05 August 2021, 05:36:00 UTC
f20fece Prepare v5.1.0. (#34674) 04 August 2021, 15:41:51 UTC
7fcc2f4 _navbar.scss: switch comment (#34677) 04 August 2021, 14:49:34 UTC
68ff5c9 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> 04 August 2021, 07:39:53 UTC
0da7d66 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> 04 August 2021, 07:12:07 UTC
999eee6 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> 04 August 2021, 06:55:07 UTC
1e9446c Update .bundlewatch.config.json 04 August 2021, 00:06:06 UTC
7409271 Document the utility API's new css-var boolean Co-Authored-By: Gaël Poupard <ffoodd@users.noreply.github.com> 04 August 2021, 00:06:06 UTC
4d7911a 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. 04 August 2021, 00:06:06 UTC
e72916e 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 04 August 2021, 00:06:06 UTC
a2f92d1 Improved docs describing media-breakpoint-down breakpoints (#34637) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 03 August 2021, 16:08:10 UTC
39b7c75 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> 03 August 2021, 15:59:00 UTC
f64df40 Update input-bg to use body-bg (#34651) 03 August 2021, 15:27:49 UTC
b6df4a5 Regenerate package-lock.json (#34659) 03 August 2021, 11:07:25 UTC
fc6cf9b 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> 03 August 2021, 10:59:57 UTC
6074e55 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> 03 August 2021, 10:56:59 UTC
6d3e1a0 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> 03 August 2021, 10:54:21 UTC
6c38cc0 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> 03 August 2021, 10:51:08 UTC
c451359 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> 03 August 2021, 10:48:19 UTC
d9c6031 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> 03 August 2021, 10:45:28 UTC
9deed2d 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> 03 August 2021, 10:41:33 UTC
a6a2d1e 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. 03 August 2021, 08:59:33 UTC
23fd488 Add missing newlines around fenced codeblocks (#34630) 30 July 2021, 05:56:36 UTC
742269a tooltip: move repeated strings to constants (#34619) 29 July 2021, 22:32:07 UTC
6d707f4 Enable a few eslint-config-xo rules (#34620) * unicorn/prefer-dom-node-append * unicorn/prefer-dom-node-remove 29 July 2021, 22:23:00 UTC
2bf32ad transfer `interface` inside `jQueryInterface` 29 July 2021, 13:30:02 UTC
e5b606d simplify initialization on `data-toggle` click 29 July 2021, 13:30:02 UTC
6f17e63 keep parent only as element 29 July 2021, 13:30:02 UTC
4c1f7bb remove duplicated `Selector.find` 29 July 2021, 13:30:02 UTC
7a71703 Simplify check for children 29 July 2021, 13:30:02 UTC
8fc4f3a initialize variable properly 29 July 2021, 13:30:02 UTC
1947ca0 Refactor internal function to use it in more cases. Also, remove a few redundant checks since we already check for it in `_addAriaAndCollapsedClass()`. 29 July 2021, 13:30:02 UTC
5882d5d Add a helper function to check for showing Also, remove the `isTransitioning()` helper. 29 July 2021, 13:30:02 UTC
4961ad0 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. 29 July 2021, 13:30:02 UTC
2ad0a4a streamline `_getConfig` & interface 29 July 2021, 13:30:02 UTC
c6c0bbb Collapse page: add a link to the accordion page (#34605) 29 July 2021, 03:39:12 UTC
906a990 Revert "Allow individual grid classes to override `.row-cols` (#33621)" (#34612) This reverts commit f2b47e1c8a263f4406255991af9fd55984c22a0e. 29 July 2021, 03:29:46 UTC
4bfd8a2 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> 28 July 2021, 14:39:32 UTC
047145e 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> 28 July 2021, 14:23:32 UTC
24e14c3 Correct Toast docs (#34604) Removes incorrect references to scrollspy in Toasts documentation 28 July 2021, 13:17:24 UTC
fd9285b Make text decoration consistent with other anchors (#34475) Fixes #34474 Co-authored-by: XhmikosR <xhmikosr@gmail.com> 28 July 2021, 13:00:10 UTC
a389cb4 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 28 July 2021, 12:55:42 UTC
8513c69 Document change to hr in v5 (#34574) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 27 July 2021, 05:25:07 UTC
f41bf2f Rename Build Tools page to Contribute (#34578) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 27 July 2021, 05:14:24 UTC
7646f6b 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> 27 July 2021, 05:01:04 UTC
8536474 More concise improvements for `add()` and `subtract()` (#34432) 27 July 2021, 04:48:08 UTC
d140981 Make note of _root.scss being required 26 July 2021, 22:28:06 UTC
back to top