aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-12-28Fix CSS variables mentioned in our docsJulien Déramond1-1/+16
2022-12-28Add .nav-underline modifier class (#33126)Mark Otto4-4/+72
* Add .nav-underline modifier class * Tweak sizing and spacing, add underline on hover * Rebuild with Sass and CSS variables * Document CSS vars * Bump bundlewatch
2022-12-28Remove scorecards (#37751)XhmikosR2-66/+0
2022-12-28Build(deps): Bump ossf/scorecard-action from 2.1.1 to 2.1.2 (#37728)dependabot[bot]1-1/+1
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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-28Build(deps-dev): Bump rollup from 3.8.1 to 3.9.0 (#37750)dependabot[bot]2-8/+8
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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-28Build(deps-dev): Bump lockfile-lint from 4.9.6 to 4.10.0 (#37729)dependabot[bot]2-18/+18
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/[email protected]/packages/lockfile-lint) --- updated-dependencies: - dependency-name: lockfile-lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-28Improve readability in docs flex page (#34647)Ben Koshy1-18/+18
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 <[email protected]>
2022-12-28Use aria-labelledby to associate form-text (helper) with input field … ↵Hannah Issermann2-5/+6
(#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 <[email protected]>
2022-12-28Add color-scheme to dark root selectorMark Otto1-0/+2
2022-12-28Update /#color-schemes to v5.3Teaca-Sebastian1-1/+1
2022-12-27Docs: handle light/dark mode in Algolia search modal (#37738)Julien Déramond2-2/+31
* Docs: handle light/dark mode in Algolia search modal * Improve scopes
2022-12-27Update colour contrast formula with new constant from WCAG 2.2 (#37731)Patrick H. Lauke1-1/+1
See https://github.com/w3c/wcag/pull/1780 Closes #37022
2022-12-26Docs: change some title containing '&' to bypass Algolia issueJulien Déramond3-3/+3
2022-12-26Few miscellaneous docs fixes (#37625)Mark Otto3-8/+11
* 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
2022-12-26Improve consistency of navbar icon declaration (#37720)Mark Dumay1-1/+2
* Use $navbar-light-color instead of inline color * Introduce separate $navbar-light-icon-color
2022-12-26Drop logo on homepage on mobileJulien Déramond1-1/+1
2022-12-26Remove unnecessary `id`/`aria-labelledby` from cheatsheet accordions (#37718)Patrick H. Lauke2-12/+12
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
2022-12-25docs: improve social image partial (#37717)XhmikosR1-8/+20
* Fix social image URL to be absolute * Deduplicate social.html * Get image dimensions with Hugo
2022-12-25Make scss tests work on Windows too. (#37713)XhmikosR3-12/+20
Also, add missing `'use strict'` statements; these aren't real modules.
2022-12-25package.json: exclude scss test files (#37712)XhmikosR1-1/+2
2022-12-25CI: test CSS after build (#37714)XhmikosR1-3/+3
2022-12-25Update devDependencies (#37715)XhmikosR2-1590/+1772
* @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
2022-12-25Build(deps): Bump socket.io-parser from 4.0.4 to 4.0.5 (#37709)dependabot[bot]1-6/+6
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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-24Remove some unused SVGs in Dropdowns exampleJulien Déramond1-31/+0
2022-12-24SCSS testing of the utilities API (#36029)Romaric Pascal11-1791/+2633
* 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 <[email protected]>
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR427-6618/+7266
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>
2022-12-21Fix Sass compilation when `$color-mode-type` is set to `media-query` (#37687)Julien Déramond7-14/+22
* 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 <[email protected]>
2022-12-20Follow upMark Otto2-3/+0
2022-12-20Update docs and package information to clarify licenseMark Otto9-13/+4
2022-12-20Update _variables.scssjonnysp1-1/+1
2022-12-20Docs: fix typo for Sass vars references in Customize > Color modes > ↵Julien Déramond1-3/+3
Building with Sass
2022-12-20Build(deps-dev): Bump sass from 1.56.2 to 1.57.1 (#37683)dependabot[bot]2-8/+8
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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2022-12-20Build(deps-dev): Bump rollup from 3.7.4 to 3.7.5 (#37685)dependabot[bot]2-8/+8
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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20Build(deps-dev): Bump eslint from 8.29.0 to 8.30.0 (#37684)dependabot[bot]2-28/+28
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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20Build(deps-dev): Bump @rollup/plugin-replace from 5.0.1 to 5.0.2 (#37682)dependabot[bot]2-52/+18
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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20Build(deps-dev): Bump @rollup/plugin-commonjs from 23.0.4 to 24.0.0 (#37681)dependabot[bot]2-10/+31
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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20Build(deps): Bump ossf/scorecard-action from 2.1.0 to 2.1.1 (#37680)dependabot[bot]1-1/+1
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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20README.md: add logos to badges (#37664)XhmikosR1-8/+8
2022-12-19Docs: remove Webpack reference in Parcel guide (#37670)Louis-Maxime Piton1-1/+1
2022-12-18docs: move color-mode script (#37658)XhmikosR3-5/+5
* docs: move color-mode script * Move color-modes.js in static folder * Async load color-modes.js * Switch to DOMContentLoaded * Revert async loading
2022-12-18Docs: replace some `--#{$prefix}` by `--bs` in Sass files (#37617)Louis-Maxime Piton2-3/+3
Co-authored-by: Julien Déramond <[email protected]>
2022-12-18Fix grid and alignment of Features example (#37502)Vipin Mishra1-37/+36
Co-authored-by: Julien Déramond <[email protected]>
2022-12-16Enable OpenSSF Scorecard Github Action and Badge (#37402)Joyce2-0/+66
Signed-off-by: Joyce Brum <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2022-12-16Revert "CI: limit the on push triggers (#35574)" (#37657)XhmikosR8-20/+15
This reverts commit f0ae5cceac1302d51cf62ffb180355bfc3300ae2.
2022-12-16CI: limit the on push triggers (#35574)XhmikosR8-15/+20
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/
2022-12-16CI: Add GitHub token permissions for workflows (#36325)Varun Sharma11-0/+53
Co-authored-by: XhmikosR <[email protected]>
2022-12-16package.json: include index.{esm,umd}.js files too (#37565)XhmikosR1-0/+1
2022-12-15Regenerate package-lock.json and pin terser for now (#37640)XhmikosR2-235/+269
2022-12-15README.md: update CI badge (#37656)XhmikosR1-1/+1
2022-12-13Build(deps-dev): Bump postcss from 8.4.19 to 8.4.20 (#37634)dependabot[bot]2-8/+8
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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>