aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-04-10Fix colors in diff syntax colorsMark Otto1-1/+8
2023-04-10Improve colored links interaction with link utilities (#38398)Mark Otto2-9/+13
* Fix missing paren in colored links color * Restore important flag on colored links color and text-decoration-color for better interaction with link utilities * Mention in migration guide
2023-04-10Docs: consistent usage of CSS sections (#38219)Julien Déramond34-60/+68
Co-authored-by: Mark Otto <[email protected]>
2023-04-09generate-sri.js: use destructuring (#38413)XhmikosR1-4/+4
2023-04-05Docs: add missing `twbs/examples` and change sorting (#38407)Julien Déramond4-13/+30
* Docs: add missing twbs/examples * Change sorting of examples.yml --------- Co-authored-by: XhmikosR <[email protected]>
2023-04-05Docs: remove moot `hot` option from Vite guide (#38405)Julien Déramond1-2/+1
2023-04-04Build(deps-dev): Bump @babel/core from 7.21.3 to 7.21.4 (#38401)dependabot[bot]2-76/+76
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.21.3 to 7.21.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.21.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04Build(deps-dev): Bump hugo-bin from 0.101.5 to 0.102.0 (#38400)dependabot[bot]2-13/+11
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.101.5 to 0.102.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.101.5...v0.102.0) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04Build(deps-dev): Bump eslint from 8.36.0 to 8.37.0 (#38403)dependabot[bot]2-44/+47
Bumps [eslint](https://github.com/eslint/eslint) from 8.36.0 to 8.37.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.36.0...v8.37.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04Build(deps-dev): Bump find-unused-sass-variables from 4.0.6 to 4.0.8 (#38402)dependabot[bot]2-8/+8
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 4.0.6 to 4.0.8. - [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases) - [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v4.0.6...v4.0.8) --- updated-dependencies: - dependency-name: find-unused-sass-variables dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-03Release v5.3.0-alpha3 (#38357)XhmikosR98-796/+961
* Bump version to 5.3.0-alpha3 * Dist
2023-04-01docs: add variables-dark import in home pageTien Do1-0/+1
2023-03-30Fix clipboard code (#38380)Patrick H. Lauke1-1/+1
2023-03-29Update RFS to v10.0.0XhmikosR2-30/+24
2023-03-29Tweak and re-organize ESLint config (#38369)XhmikosR65-296/+311
* Tweak and re-organize ESLint config * merge individual configs to the root config * enable more eslint-plugin-import rules * lint markdown files * Lint
2023-03-29Another pass at fixing floating labels disabled colors (#38313)Mark Otto2-16/+19
* Another pass at fixing floating labels disabled colors * Fix height for textareas * Fix disabled background * Move from full width to an inline-block-ish approach --------- Co-authored-by: XhmikosR <[email protected]>
2023-03-29Modal: drop loop (#38368)XhmikosR1-3/+3
We only have two elements to iterate over so it doesn't make a lot of sense to use a loop here
2023-03-28event-handler: switch to const (#38362)XhmikosR1-2/+1
2023-03-28zip scripts: remove previous zip files and add quiet flag (#38358)XhmikosR2-2/+2
2023-03-28Docs: update Webpack guide (#38345)Julien Déramond1-2/+1
* Docs: remove `<script>` from `index.html` in Webpack guide * Add `mode=production` to `build` step in Webpack guide
2023-03-28Docs: `js-docs` unindent automatically the code inside shortcode (#38349)Julien Déramond1-1/+22
2023-03-27Add a check for interpolation variables to node-sass workflow (#38283)Julien Déramond6-9/+21
Co-authored-by: XhmikosR <[email protected]>
2023-03-27README.md: fix JS Tests link (#38343)XhmikosR1-1/+1
2023-03-27Add detailed explanation of the JS components configuration merging process ↵GeoSot3-3/+5
(#37303) * doc: add detailed explanation of the components config process & fix popover/tooltip docs * Update site/layouts/partials/js-data-attributes.md --------- Co-authored-by: Mark Otto <[email protected]>
2023-03-27Add js-docs shortcode to ensure consistency between doc and js code (#38316)Hannah Issermann7-92/+56
Co-authored-by: XhmikosR <[email protected]>
2023-03-27Docs: fix Markdown table with empty column (#38342)Hannah Issermann1-1/+1
2023-03-27Build(deps-dev): Bump hugo-bin from 0.101.4 to 0.101.5 (#38341)dependabot[bot]2-169/+10
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.101.4 to 0.101.5. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.101.4...v0.101.5) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27docs: remove trailing newline when copying snippets (#38321)XhmikosR1-2/+4
2023-03-27Change diff file path in Webpack guide (#38339)Julien Déramond1-4/+4
2023-03-26Fixed typo in 5.3.0-alpha2 migrationDavid Miles1-1/+1
2023-03-26Update dependencies (#38330)Julien Déramond1-1/+1
2023-03-26Update dependencies and regenerate package-lock.json (#38329)XhmikosR3-248/+257
* @popperjs/core ^2.11.6 → ^2.11.7 * hugo-bin ^0.101.2 → ^0.101.4 * nodemon ^2.0.21 → ^2.0.22 * rollup ^3.20.0 → ^3.20.2 * sass ^1.59.3 → ^1.60.0
2023-03-26Add `media-query` color mode Sass test (#38326)Julien Déramond1-0/+8
2023-03-26Update selectors for carousel media query color mode option (#38328)Mark Otto1-3/+9
2023-03-25Fix tooltip body placement with variation placementskyletsang2-6/+5
2023-03-24Document new .d-inline-grid utilityMark Otto2-0/+10
2023-03-24Use `border-radius` CSS variables in more components (#38284)jonnysp1-12/+12
* Update _variables.scss missing global variable on nav-pills-border-radius * Update _variables.scss
2023-03-24Update display utilitySerhii Babakov1-1/+1
2023-03-24scss: bring light/dark accordion icon color handling to paritySaleem Abdulrasool1-2/+5
The light themed accordion icon is controlled by a set of two variables: - `$accordion-icon-color` - `$accordion-icon-active-color` The dark themed accordion icon did not have this level of control available and instead would always use `$primary-text-emphasis-dark`. Replicate the behaviour to permit individual control over the colours to match the behaviour for the light themed form.
2023-03-24Release v5.3.0-alpha2 (#38244)XhmikosR104-1401/+2213
* Bump version to 5.3.0-alpha2 * Dist
2023-03-24Docs: `scss-docs` unindent automatically the code inside shortcodeLouis-Maxime Piton1-1/+22
2023-03-24Docs: fix two class attributes on same button (#38317)Hannah Issermann1-1/+1
2023-03-24Fix reference to twbs/examples/icons-font + fine-tune index.html SB location ↵Julien Déramond3-3/+11
target (#38310) * Fix reference to twbs/examples/icons-font + fine-tune index.html SB location target * Use urlquery * Add `rel="noopener"` --------- Co-authored-by: XhmikosR <[email protected]>
2023-03-24vnu-jar.js: add more logging (#38314)XhmikosR1-1/+6
2023-03-23Fix comment position in `assets/scss/_content.scss` (#38281)Julien Déramond1-1/+1
2023-03-23Update Vite, Parcel and Webpack guides (#38305)Julien Déramond3-50/+52
Co-authored-by: XhmikosR <[email protected]>
2023-03-22docs: remove moot `v` from docs-versions.yml (#38301)XhmikosR2-36/+36
2023-03-22Remove version from index.{esm,umd}.js too (#38302)XhmikosR2-2/+2
2023-03-22Update browserstack.yml (#38303)XhmikosR1-1/+1
2023-03-22Update browserstack.ymlXhmikosR1-1/+2