https://github.com/twbs/bootstrap

sort by:
Revision Author Date Message Commit Date
974c50b Build(deps-dev): Bump stylelint from 14.16.0 to 14.16.1 Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.16.0 to 14.16.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/14.16.0...14.16.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 04 January 2023, 03:44:36 UTC
d840a68 Build(deps-dev): Bump rollup from 3.9.0 to 3.9.1 Bumps [rollup](https://github.com/rollup/rollup) from 3.9.0 to 3.9.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/v3.9.0...v3.9.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 04 January 2023, 03:44:15 UTC
33d520e Build(deps-dev): Bump eslint from 8.30.0 to 8.31.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.30.0 to 8.31.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.30.0...v8.31.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 04 January 2023, 03:43:57 UTC
f692ecd Docs: fix accordion flush description 04 January 2023, 03:42:58 UTC
8546804 Add webpack build to webpack guide 04 January 2023, 03:40:58 UTC
da1c968 Remove dark mode --bs-heading-color value, set to null, and add custom styles for the docs dark mode headings 04 January 2023, 03:36:20 UTC
9013c98 Docs: add explanation of the base `.btn` class (#37275) * Docs: add explanation of the base `.btn` class and a callout reminding authors to at least define some focus styling if they intend to use it "naked" * Turn callout into a warning * Add initial heading * Tweak callout wording 03 January 2023, 11:28:27 UTC
3ee2a75 Use Bootstrap colors in syntax highlighting 03 January 2023, 06:06:59 UTC
19d547b fix live toast demo (#37590) * fix live toast demo * Fix live toast demo * Update snippets.js * Update toasts.md * Update snippets.js * Code review comments addressed Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markdotto@gmail.com> 03 January 2023, 06:06:09 UTC
e30916b Change nav focus to focus-visible (#37784) Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk> 03 January 2023, 03:50:46 UTC
e60002b Docs: add CSS variables section in close button section 02 January 2023, 19:39:13 UTC
0d64dc6 Docs: offcanvas toggles accessibility fixes, fully hide layout template input Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk> 02 January 2023, 16:07:48 UTC
dbdfab8 Update tooltips.md 02 January 2023, 15:44:55 UTC
d0b0fec Fix code color in callouts 02 January 2023, 06:33:54 UTC
5a0899d Fix cards color for contextual color mode 02 January 2023, 05:56:19 UTC
212c0df Docs: Make theme switcher accessible (#37780) * Make theme switcher accessible * set an explicit `aria-label` to the switcher (as the `<span>` is not sufficient, as it can be display:none'd and then the button has no accName) * make the theme buttons actual `aria-pressed` toggles * Dynamically update aria-label for theme switcher * Explicitly reset focus after activating theme * Use innerText for the constructed dynamic aria-label this way, if the text ever gets changed in the html, this will adapt appropriately * Tweak accessible name for the dropdown * Fixup * Use `textContent` instead of `innerText` 02 January 2023, 05:54:46 UTC
2cc580e Docs: remove remnants of Twitter / bump dates (#37779) 02 January 2023, 00:30:53 UTC
1b39d12 Docs: Remove unnecessary `id`/`aria-labelledby` from accordion examples Follow-up to https://github.com/twbs/bootstrap/pull/37718 31 December 2022, 00:50:10 UTC
4b12084 Docs: enhance Focus ring example section desc 31 December 2022, 00:48:07 UTC
9e17b2b Focus ring helper and utilities (#33125) * Add global variables for box-shadow focus rings * Update instances of -btn-focus-box-shadow to use -ring-box-shadow, unless it's for buttons or inputs * fix variable name * Add CSS variables for global focus styling, document it * Move to CSS vars section * Update scss/_nav.scss Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com> * Helper and utils * Fix bundlewatch * Change 'Focus ring' in sidebar so that the page can be visible * Minor typo fix * fix merge * Revamp some more, improve docs Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com> Co-authored-by: Julien Déramond <juderamond@gmail.com> Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk> 29 December 2022, 22:19:22 UTC
1a043b5 Docs: enhance callouts links on dark mode 29 December 2022, 21:32:09 UTC
dabc081 Fix selector for dark mode navbar toggler SVG change 29 December 2022, 20:46:15 UTC
433558d Docs: replace dark btns by primary ones from Button group docs to avoid issues in dark mode 29 December 2022, 20:28:52 UTC
31ee235 Build(deps-dev): Bump sass-true from 6.1.0 to 7.0.0 29 December 2022, 20:28:24 UTC
fabe074 Darken some text emphasis and syntax colors 29 December 2022, 20:28:02 UTC
a9810ec Use scrollspy on docs pages (#33428) * use scrollspy on docs pages * Update colors by taking into account new dark mode * Restyle it * Update colors once more * Fix some color contrast issues Co-authored-by: Julien Déramond <juderamond@gmail.com> Co-authored-by: Mark Otto <markdotto@gmail.com> 29 December 2022, 20:11:01 UTC
8befabb Docs: display examples based on the docs current color mode (#37562) * Docs: display examples based on the docs current color mode * Fix _default/examples.html 29 December 2022, 06:58:35 UTC
baf5d4c Fix CSS variables mentioned in our docs 29 December 2022, 06:17:16 UTC
7d9aa9d Add .nav-underline modifier class (#33126) * Add .nav-underline modifier class * Tweak sizing and spacing, add underline on hover * Rebuild with Sass and CSS variables * Document CSS vars * Bump bundlewatch 29 December 2022, 05:55:54 UTC
9757634 Remove scorecards (#37751) 28 December 2022, 21:49:57 UTC
406ab2a Build(deps): Bump ossf/scorecard-action from 2.1.1 to 2.1.2 (#37728) Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](https://github.com/ossf/scorecard-action/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 28 December 2022, 21:45:07 UTC
6b9ed93 Build(deps-dev): Bump rollup from 3.8.1 to 3.9.0 (#37750) Bumps [rollup](https://github.com/rollup/rollup) from 3.8.1 to 3.9.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/v3.8.1...v3.9.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 28 December 2022, 21:44:14 UTC
c4155c4 Build(deps-dev): Bump lockfile-lint from 4.9.6 to 4.10.0 (#37729) Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) from 4.9.6 to 4.10.0. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Changelog](https://github.com/lirantal/lockfile-lint/blob/master/packages/lockfile-lint/CHANGELOG.md) - [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.10.0/packages/lockfile-lint) --- updated-dependencies: - dependency-name: lockfile-lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 28 December 2022, 21:43:29 UTC
752be86 Improve readability in docs flex page (#34647) It's not easy to otherwise correlate the examples with the relevant classes: you'd have to mentally count and correlate them. This obviates that need. Please see the image below to see the usefulness of the above. Co-authored-by: Mark Otto <markdotto@gmail.com> 28 December 2022, 21:19:55 UTC
a99234d Use aria-labelledby to associate form-text (helper) with input field … (#37587) * Use aria-labelledby to associate form-text (helper) with input field when it contains mandatory info (e.g. data format) * Example in input-group needs aria-describedby (or aria-labelledby) too Co-authored-by: Mark Otto <markdotto@gmail.com> 28 December 2022, 21:19:34 UTC
5d9c09c Add color-scheme to dark root selector 28 December 2022, 21:00:36 UTC
f9827ac Update /#color-schemes to v5.3 28 December 2022, 21:00:06 UTC
993ad97 Docs: handle light/dark mode in Algolia search modal (#37738) * Docs: handle light/dark mode in Algolia search modal * Improve scopes 28 December 2022, 00:43:42 UTC
eb48194 Update colour contrast formula with new constant from WCAG 2.2 (#37731) See https://github.com/w3c/wcag/pull/1780 Closes #37022 27 December 2022, 14:13:38 UTC
39c51aa Docs: change some title containing '&' to bypass Algolia issue 26 December 2022, 23:36:16 UTC
6295d3b Few miscellaneous docs fixes (#37625) * Update hero button color * Fix link color on examples index * Move .bd-btn-lg to docs buttons partial, move larger border-radius to that class so medium buttons don't look odd * Undo the markup split * Round padding up to whole number 26 December 2022, 19:32:43 UTC
98ebf3a Improve consistency of navbar icon declaration (#37720) * Use $navbar-light-color instead of inline color * Introduce separate $navbar-light-icon-color 26 December 2022, 19:19:53 UTC
21956ee Drop logo on homepage on mobile 26 December 2022, 19:03:32 UTC
492187d Remove unnecessary `id`/`aria-labelledby` from cheatsheet accordions (#37718) Explicit labelling (which then would also benefit from a `role="group"` or similar role) is only optional, and not really appropriate just for a cheatsheet https://www.w3.org/WAI/ARIA/apg/patterns/accordion/ Closes #37591 26 December 2022, 00:11:36 UTC
b613cfb docs: improve social image partial (#37717) * Fix social image URL to be absolute * Deduplicate social.html * Get image dimensions with Hugo 25 December 2022, 16:14:27 UTC
d891159 Make scss tests work on Windows too. (#37713) Also, add missing `'use strict'` statements; these aren't real modules. 25 December 2022, 16:09:26 UTC
fa37da4 package.json: exclude scss test files (#37712) 25 December 2022, 10:42:23 UTC
8ba98bc CI: test CSS after build (#37714) 25 December 2022, 10:41:54 UTC
04edf52 Update devDependencies (#37715) * @babel/cli ^7.19.3 → ^7.20.7 * @babel/core ^7.20.5 → ^7.20.7 * hugo-bin ^0.96.0 → ^0.97.0 * jasmine ^4.0.2 → ^4.5.0 * jquery ^3.6.2 → ^3.6.3 * rollup ^3.7.5 → ^3.8.1 25 December 2022, 10:41:40 UTC
bae3260 Build(deps): Bump socket.io-parser from 4.0.4 to 4.0.5 (#37709) Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/socketio/socket.io-parser/releases) - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5) --- updated-dependencies: - dependency-name: socket.io-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25 December 2022, 07:04:20 UTC
9bd7228 Remove some unused SVGs in Dropdowns example 24 December 2022, 22:47:55 UTC
33ccbc2 SCSS testing of the utilities API (#36029) * Set up CSS testing using sass-true and mocha Use mocha to handle the heavy lifting of finding tests and running them. Mocha is made to look directly for SCSS files which are compiled thanks to Node's require.extensions mechanism. * Add CSS tests to workflow * Add tests for the generate-utility mixin * Add tests for utilities generation * Fix linting issues * Fix test contents Don't know why the whole utilities.test.scss ended up copied in the api.test.scss * Remove unnecessary entry in package.json * Move to Jasmine for running the tests * Move running of CSS tests before CSS build * Update linting set up Add exceptions for test files in stylelint * Remove irrelevant option for sass-true * Fix linting issues after rebase * Add color mode tests * Fix linter Co-authored-by: Mark Otto <markdotto@gmail.com> 24 December 2022, 22:29:20 UTC
cf9454c Release v5.3.0-alpha1 (#37661) * Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <markdotto@gmail.com> 24 December 2022, 16:37:22 UTC
41f62c5 Fix Sass compilation when `$color-mode-type` is set to `media-query` (#37687) * Fix Sass compilation when `$color-mode-type` is set to `media-query` * Update mixin names, fix docs color modes for using media queries by using mixin Co-authored-by: Mark Otto <markdotto@gmail.com> 21 December 2022, 06:52:07 UTC
f6687e9 Follow up 20 December 2022, 22:25:36 UTC
cf3c153 Update docs and package information to clarify license 20 December 2022, 22:24:43 UTC
efce829 Update _variables.scss 20 December 2022, 20:57:29 UTC
57228a6 Docs: fix typo for Sass vars references in Customize > Color modes > Building with Sass 20 December 2022, 20:55:10 UTC
015f06f Build(deps-dev): Bump sass from 1.56.2 to 1.57.1 (#37683) Bumps [sass](https://github.com/sass/dart-sass) from 1.56.2 to 1.57.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.56.2...1.57.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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> 20 December 2022, 20:03:48 UTC
4b0e969 Build(deps-dev): Bump rollup from 3.7.4 to 3.7.5 (#37685) Bumps [rollup](https://github.com/rollup/rollup) from 3.7.4 to 3.7.5. - [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/v3.7.4...v3.7.5) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 20 December 2022, 19:51:02 UTC
9d87865 Build(deps-dev): Bump eslint from 8.29.0 to 8.30.0 (#37684) Bumps [eslint](https://github.com/eslint/eslint) from 8.29.0 to 8.30.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.29.0...v8.30.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 20 December 2022, 19:50:20 UTC
6220083 Build(deps-dev): Bump @rollup/plugin-replace from 5.0.1 to 5.0.2 (#37682) Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/json-v5.0.2/packages/replace) --- updated-dependencies: - dependency-name: "@rollup/plugin-replace" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 20 December 2022, 19:49:33 UTC
6a8d6c0 Build(deps-dev): Bump @rollup/plugin-commonjs from 23.0.4 to 24.0.0 (#37681) Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 23.0.4 to 24.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-v24.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 20 December 2022, 19:46:42 UTC
51ba329 Build(deps): Bump ossf/scorecard-action from 2.1.0 to 2.1.1 (#37680) Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](https://github.com/ossf/scorecard-action/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 20 December 2022, 19:45:51 UTC
ef75dfd README.md: add logos to badges (#37664) 20 December 2022, 19:43:43 UTC
33dd824 Docs: remove Webpack reference in Parcel guide (#37670) 19 December 2022, 17:34:18 UTC
e1315d1 docs: move color-mode script (#37658) * docs: move color-mode script * Move color-modes.js in static folder * Async load color-modes.js * Switch to DOMContentLoaded * Revert async loading 18 December 2022, 21:32:17 UTC
6807008 Docs: replace some `--#{$prefix}` by `--bs` in Sass files (#37617) Co-authored-by: Julien Déramond <juderamond@gmail.com> 18 December 2022, 07:19:33 UTC
9d64a98 Fix grid and alignment of Features example (#37502) Co-authored-by: Julien Déramond <juderamond@gmail.com> 18 December 2022, 07:12:19 UTC
3e8c886 Enable OpenSSF Scorecard Github Action and Badge (#37402) Signed-off-by: Joyce Brum <joycebrum@google.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 16 December 2022, 07:34:54 UTC
71e2ace Revert "CI: limit the on push triggers (#35574)" (#37657) This reverts commit f0ae5cceac1302d51cf62ffb180355bfc3300ae2. 16 December 2022, 07:32:50 UTC
f0ae5cc CI: limit the on push triggers (#35574) Since now we have workflow_dispatch, we can trigger a workflow manually in case we don't have an open PR. Also, remove the custom `ci skip` code; it's supported natively for some time now: https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/ 16 December 2022, 07:22:18 UTC
471edac CI: Add GitHub token permissions for workflows (#36325) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 16 December 2022, 07:20:12 UTC
af34b2b package.json: include index.{esm,umd}.js files too (#37565) 16 December 2022, 07:12:46 UTC
4f2a0bb Regenerate package-lock.json and pin terser for now (#37640) 15 December 2022, 21:38:02 UTC
cffe074 README.md: update CI badge (#37656) 15 December 2022, 21:37:10 UTC
b69661c Build(deps-dev): Bump postcss from 8.4.19 to 8.4.20 (#37634) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.19 to 8.4.20. - [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.4.19...8.4.20) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 13 December 2022, 16:11:10 UTC
6117bf6 Build(deps-dev): Bump rollup from 3.5.0 to 3.7.4 (#37633) Bumps [rollup](https://github.com/rollup/rollup) from 3.5.0 to 3.7.4. - [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/v3.5.0...v3.7.4) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 13 December 2022, 16:07:15 UTC
f7ec6bc Build(deps-dev): Bump jquery from 3.6.1 to 3.6.2 (#37638) Bumps [jquery](https://github.com/jquery/jquery) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.6.1...3.6.2) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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> 13 December 2022, 16:02:19 UTC
b1f86f4 Build(deps-dev): Bump eslint-plugin-unicorn from 44.0.2 to 45.0.2 (#37639) * Build(deps-dev): Bump eslint-plugin-unicorn from 44.0.2 to 45.0.2 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 44.0.2 to 45.0.2. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v44.0.2...v45.0.2) --- 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> * Ignore unicorn/no-typeof-undefined for now 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> 13 December 2022, 16:01:31 UTC
f2b8be5 Build(deps-dev): Bump @rollup/plugin-commonjs from 23.0.3 to 23.0.4 (#37635) Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 23.0.3 to 23.0.4. - [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-v23.0.4/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 13 December 2022, 15:47:53 UTC
d77774d Build(deps-dev): Bump hugo-bin from 0.95.0 to 0.96.0 (#37636) Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.95.0 to 0.96.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.95.0...v0.96.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> 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> 13 December 2022, 15:45:33 UTC
48fb1a4 Build(deps-dev): Bump sass from 1.56.1 to 1.56.2 (#37637) Bumps [sass](https://github.com/sass/dart-sass) from 1.56.1 to 1.56.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.56.1...1.56.2) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 13 December 2022, 15:42:46 UTC
bc8d2e2 Build(deps-dev): Bump stylelint from 14.15.0 to 14.16.0 (#37597) Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.15.0 to 14.16.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/14.15.0...14.16.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 13 December 2022, 15:40:46 UTC
2f8e8c9 Build(deps-dev): Bump postcss-cli from 10.0.0 to 10.1.0 (#37596) Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 10.0.0 to 10.1.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/10.0.0...10.1.0) --- updated-dependencies: - dependency-name: postcss-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 13 December 2022, 15:38:49 UTC
67f4568 Build(deps-dev): Bump eslint from 8.28.0 to 8.29.0 (#37595) Bumps [eslint](https://github.com/eslint/eslint) from 8.28.0 to 8.29.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.28.0...v8.29.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 13 December 2022, 15:37:36 UTC
fd3da4e Fix `--bs-form-check-bg` definition 11 December 2022, 02:06:15 UTC
ab38210 Add new team member to the Teams page (#37615) Co-authored-by: Mark Otto <otto@github.com> 09 December 2022, 06:30:09 UTC
f647650 Build(deps): Bump decode-uri-component from 0.2.0 to 0.2.2 (#37572) Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 02 December 2022, 05:51:52 UTC
18fec8b code-examples.js: switch to `firstElementChild` (#37570) This ensures that we will get the first element child and not text 01 December 2022, 18:14:33 UTC
d16efb7 Update javascript.md (#37566) 01 December 2022, 07:59:45 UTC
7c7f6ea Remove title from 'check2' icon SVG (#37568) 30 November 2022, 21:59:26 UTC
d9f8be6 Build(deps-dev): Bump terser from 5.15.1 to 5.16.0 (#37556) Bumps [terser](https://github.com/terser/terser) from 5.15.1 to 5.16.0. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.15.1...5.16.0) --- updated-dependencies: - dependency-name: terser dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 29 November 2022, 15:38:19 UTC
7f75fa4 Build(deps-dev): Bump @babel/core from 7.20.2 to 7.20.5 (#37558) Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.2 to 7.20.5. - [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.20.5/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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 29 November 2022, 15:37:12 UTC
69aaaf3 Build(deps-dev): Bump rollup from 3.4.0 to 3.5.0 (#37559) Bumps [rollup](https://github.com/rollup/rollup) from 3.4.0 to 3.5.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/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 29 November 2022, 15:36:43 UTC
454720b Build(deps-dev): Bump @rollup/plugin-commonjs from 23.0.2 to 23.0.3 (#37557) Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 23.0.2 to 23.0.3. - [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-v23.0.3/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 29 November 2022, 15:35:32 UTC
30ed745 Build(deps-dev): Bump @rollup/plugin-babel from 6.0.2 to 6.0.3 (#37560) Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/babel-v6.0.3/packages/babel) --- updated-dependencies: - dependency-name: "@rollup/plugin-babel" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 29 November 2022, 15:32:51 UTC
10bcccb Build(deps-dev): Bump hugo-bin from 0.94.0 to 0.95.0 (#37561) Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.94.0 to 0.95.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.94.0...v0.95.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 29 November 2022, 15:32:10 UTC
93c09e7 Docs: fix 'Usage > Enable dark mode' code example (#37553) 29 November 2022, 07:38:27 UTC
0444d2c Docs: rewrite/reorganise carousel docs page (#37354) * Instantiate/initialize all non-autoplaying carousels in docs pages * Rewrite/reorganise carousel docs page * start with static/non-autoplaying examples * explicitly mention that carousels currently need to be manually initialized * split out and explain autoplaying and the weird "autoplay after first interaction" behaviour, as well as the pause on hover/focus * Add callout about autoplaying and accessibility * Don't have the dark variant example autoplay * Add "autoplaying" to cspell custom dictionary * Tweal wording, move Page Visibility API to autoplay section * Tweak explanation for methods, add line break in js code for consistency with last code block on the page * Tweak method descriptions * Tweak headings (plural "carousels") * Move some paragraphs out of intro and into basic example, reword the nested and accessibility paragraph * Tweak warning about `.active` slide * Tweak callout wording * Further prose tweaks move the sentence about not double-initialising autoplaying carousels to the callout right at the top instead of talking about `data-bs...` attributes, talk about the "option" instead, as authors may be setting these not via data attributes, but at instatiation time with options in the constructor remove the incorrect statement about pausing when keyboard focus is in the carousel * Instantiate/initialize all non-autoplaying carousels in docs pages * Rewrite/reorganise carousel docs page * start with static/non-autoplaying examples * explicitly mention that carousels currently need to be manually initialized * split out and explain autoplaying and the weird "autoplay after first interaction" behaviour, as well as the pause on hover/focus * Add callout about autoplaying and accessibility * Don't have the dark variant example autoplay * Add "autoplaying" to cspell custom dictionary * Tweal wording, move Page Visibility API to autoplay section * Tweak explanation for methods, add line break in js code for consistency with last code block on the page * Tweak method descriptions * Tweak headings (plural "carousels") * Move some paragraphs out of intro and into basic example, reword the nested and accessibility paragraph * Tweak warning about `.active` slide * Tweak callout wording * Further prose tweaks move the sentence about not double-initialising autoplaying carousels to the callout right at the top instead of talking about `data-bs...` attributes, talk about the "option" instead, as authors may be setting these not via data attributes, but at instatiation time with options in the constructor remove the incorrect statement about pausing when keyboard focus is in the carousel * Fix relative link * Update site/assets/js/snippets.js Co-authored-by: GeoSot <geo.sotis@gmail.com> * Fix snippet.js * Tweak content organisation just a bit Co-authored-by: GeoSot <geo.sotis@gmail.com> Co-authored-by: Julien Déramond <juderamond@gmail.com> Co-authored-by: Julien Déramond <julien.deramond@orange.com> Co-authored-by: Mark Otto <markdotto@gmail.com> 29 November 2022, 07:20:35 UTC
back to top