]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Julien Déramond [Mon, 27 Mar 2023 16:49:50 +0000 (18:49 +0200)]
Merge branch 'main' into pr/34102
Julien Déramond [Mon, 27 Mar 2023 15:34:14 +0000 (17:34 +0200)]
Add a check for interpolation variables to node-sass workflow (#38283)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Mon, 27 Mar 2023 09:46:13 +0000 (12:46 +0300)]
README.md: fix JS Tests link (#38343)
GeoSot [Mon, 27 Mar 2023 09:30:27 +0000 (12:30 +0300)]
Add detailed explanation of the JS components configuration merging process (#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 <markd.otto@gmail.com>
Hannah Issermann [Mon, 27 Mar 2023 09:10:25 +0000 (11:10 +0200)]
Add js-docs shortcode to ensure consistency between doc and js code (#38316)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Hannah Issermann [Mon, 27 Mar 2023 08:48:42 +0000 (10:48 +0200)]
Docs: fix Markdown table with empty column (#38342)
dependabot[bot] [Mon, 27 Mar 2023 08:08:18 +0000 (11:08 +0300)]
Build(deps-dev): Bump hugo-bin from 0.101.4 to 0.101.5 (#38341)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XhmikosR [Mon, 27 Mar 2023 08:04:52 +0000 (11:04 +0300)]
docs: remove trailing newline when copying snippets (#38321)
Julien Déramond [Mon, 27 Mar 2023 08:04:07 +0000 (10:04 +0200)]
Change diff file path in Webpack guide (#38339)
David Miles [Sun, 26 Mar 2023 18:22:33 +0000 (12:22 -0600)]
Fixed typo in 5.3.0-alpha2 migration
Julien Déramond [Sun, 26 Mar 2023 10:51:20 +0000 (12:51 +0200)]
Update dependencies (#38330)
XhmikosR [Sun, 26 Mar 2023 10:02:38 +0000 (13:02 +0300)]
Update dependencies and regenerate package-lock.json (#38329)
* @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
Julien Déramond [Sun, 26 Mar 2023 07:58:31 +0000 (09:58 +0200)]
Add `media-query` color mode Sass test (#38326)
Mark Otto [Sun, 26 Mar 2023 07:53:00 +0000 (00:53 -0700)]
Update selectors for carousel media query color mode option (#38328)
kyletsang [Wed, 1 Mar 2023 07:32:58 +0000 (23:32 -0800)]
Fix tooltip body placement with variation placements
Mark Otto [Sat, 25 Mar 2023 04:07:12 +0000 (23:07 -0500)]
interpolate instead
Mark Otto [Sat, 25 Mar 2023 04:03:07 +0000 (23:03 -0500)]
Document how to disable generated classes and still use the util() mixin
Mark Otto [Sat, 25 Mar 2023 03:43:46 +0000 (22:43 -0500)]
Add ability to use multiple classes in a single mixin call
Mark Otto [Sat, 25 Mar 2023 03:20:38 +0000 (22:20 -0500)]
Fix up docs
Mark Otto [Sat, 4 Dec 2021 20:12:54 +0000 (12:12 -0800)]
Document the `util()` mixin
Mark Otto [Sat, 4 Dec 2021 20:12:42 +0000 (12:12 -0800)]
Update utility mixin and wrap utility classes in `$enable-` variable
- Rearrange Sass files to simplify things
- Rename `utl()` to `util()`
- Add new `$enable-utility-classes` variable for disabling the default generation of our utilities (useful if you want to only use utilities via mixin)
Andreas Hennings [Mon, 24 May 2021 22:00:44 +0000 (00:00 +0200)]
Issue #33861: New utl() mixin
Co-Authored-By: Andreas Hennings <andreas@dqxtech.net>
Mark Otto [Sat, 25 Mar 2023 02:33:18 +0000 (21:33 -0500)]
Document new .d-inline-grid utility
jonnysp [Sat, 25 Mar 2023 02:41:44 +0000 (03:41 +0100)]
Use `border-radius` CSS variables in more components (#38284)
* Update _variables.scss
missing global variable on nav-pills-border-radius
* Update _variables.scss
Serhii Babakov [Mon, 20 Feb 2023 10:52:27 +0000 (14:52 +0400)]
Update display utility
Saleem Abdulrasool [Sun, 19 Mar 2023 16:39:47 +0000 (09:39 -0700)]
scss: bring light/dark accordion icon color handling to parity
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.
XhmikosR [Fri, 24 Mar 2023 14:30:16 +0000 (16:30 +0200)]
Release v5.3.0-alpha2 (#38244)
* Bump version to 5.3.0-alpha2
* Dist
Louis-Maxime Piton [Fri, 24 Mar 2023 14:11:22 +0000 (15:11 +0100)]
Docs: `scss-docs` unindent automatically the code inside shortcode
Hannah Issermann [Fri, 24 Mar 2023 14:05:56 +0000 (15:05 +0100)]
Docs: fix two class attributes on same button (#38317)
Julien Déramond [Fri, 24 Mar 2023 14:00:58 +0000 (15:00 +0100)]
Fix reference to twbs/examples/icons-font + fine-tune index.html SB location 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 <xhmikosr@gmail.com>
XhmikosR [Fri, 24 Mar 2023 09:32:43 +0000 (11:32 +0200)]
vnu-jar.js: add more logging (#38314)
Julien Déramond [Thu, 23 Mar 2023 12:31:24 +0000 (13:31 +0100)]
Fix comment position in `assets/scss/_content.scss` (#38281)
Julien Déramond [Thu, 23 Mar 2023 06:07:04 +0000 (07:07 +0100)]
Update Vite, Parcel and Webpack guides (#38305)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Wed, 22 Mar 2023 08:24:17 +0000 (10:24 +0200)]
docs: remove moot `v` from docs-versions.yml (#38301)
XhmikosR [Wed, 22 Mar 2023 08:23:24 +0000 (10:23 +0200)]
Remove version from index.{esm,umd}.js too (#38302)
XhmikosR [Wed, 22 Mar 2023 08:20:31 +0000 (10:20 +0200)]
Update browserstack.yml (#38303)
XhmikosR [Wed, 22 Mar 2023 07:22:37 +0000 (09:22 +0200)]
Update browserstack.yml
GeoSot [Wed, 22 Mar 2023 07:12:33 +0000 (09:12 +0200)]
Remove version comment from JavaScript src files (#38294)
XhmikosR [Wed, 22 Mar 2023 07:03:51 +0000 (09:03 +0200)]
CI: limit the on push triggers (#38291)
dependabot[bot] [Tue, 21 Mar 2023 13:18:24 +0000 (15:18 +0200)]
Build(deps): Bump coverallsapp/github-action from 1.2.4 to 2.0.0 (#38288)
* Build(deps): Bump coverallsapp/github-action from 1.2.4 to 2.0.0
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.4 to 2.0.0.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.4...v2.0.0)
---
updated-dependencies:
- dependency-name: coverallsapp/github-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update js.yml
---------
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, 21 Mar 2023 10:30:54 +0000 (12:30 +0200)]
Build(deps-dev): Bump rollup from 3.19.1 to 3.20.0 (#38290)
Bumps [rollup](https://github.com/rollup/rollup) from 3.19.1 to 3.20.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.19.1...v3.20.0)
---
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>
dependabot[bot] [Tue, 21 Mar 2023 10:30:00 +0000 (12:30 +0200)]
Build(deps-dev): Bump hugo-bin from 0.101.0 to 0.101.2 (#38289)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.101.0 to 0.101.2.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.101.0...v0.101.2)
---
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>
XhmikosR [Tue, 21 Mar 2023 10:27:28 +0000 (12:27 +0200)]
Update dependabot.yml
Louis-Maxime Piton [Mon, 20 Mar 2023 00:45:46 +0000 (01:45 +0100)]
Proposal to use `scroll-margin-top` instead of introducing padding and negative margin (#38220)
XhmikosR [Mon, 20 Mar 2023 00:42:52 +0000 (02:42 +0200)]
Slightly improve examples PNG files (#38270)
Before: 97,4 KB (99.758 bytes)
After: 94,2 KB (96.512 bytes)
Julien Déramond [Mon, 20 Mar 2023 00:42:30 +0000 (01:42 +0100)]
Fix `placeholder` shortcode color and background params when 'img' markup (#38263)
Mark Otto [Mon, 20 Mar 2023 00:35:57 +0000 (17:35 -0700)]
Revert "Guard more in color-modes.js (#38235)" (#38280)
This reverts commit
474bf2aed1c03cf53e2d2c48b30c5e689dd9e6bc .
Julien Déramond [Sun, 19 Mar 2023 23:57:35 +0000 (00:57 +0100)]
Docs: make all headings use `var(--bs-emphasis-color)` (#38262)
dependabot[bot] [Fri, 17 Mar 2023 14:19:54 +0000 (16:19 +0200)]
Build(deps-dev): Bump jasmine from 4.5.0 to 4.6.0 (#38267)
Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/jasmine/jasmine-npm/releases)
- [Changelog](https://github.com/jasmine/jasmine-npm/blob/main/RELEASE.md)
- [Commits](https://github.com/jasmine/jasmine-npm/compare/v4.5.0...v4.6.0)
---
updated-dependencies:
- dependency-name: jasmine
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] [Fri, 17 Mar 2023 14:18:46 +0000 (16:18 +0200)]
Build(deps-dev): Bump @babel/core from 7.21.0 to 7.21.3 (#38266)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.21.0 to 7.21.3.
- [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.3/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, 17 Mar 2023 14:17:17 +0000 (16:17 +0200)]
Build(deps-dev): Bump find-unused-sass-variables from 4.0.5 to 4.0.6 (#38269)
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 4.0.5 to 4.0.6.
- [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases)
- [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v4.0.5...v4.0.6)
---
updated-dependencies:
- dependency-name: find-unused-sass-variables
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, 17 Mar 2023 14:16:44 +0000 (16:16 +0200)]
Build(deps-dev): Bump sass from 1.59.2 to 1.59.3 (#38265)
Bumps [sass](https://github.com/sass/dart-sass) from 1.59.2 to 1.59.3.
- [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.59.2...1.59.3)
---
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>
dependabot[bot] [Fri, 17 Mar 2023 14:15:53 +0000 (16:15 +0200)]
Build(deps-dev): Bump hugo-bin from 0.100.0 to 0.101.0 (#38264)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.100.0 to 0.101.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.100.0...v0.101.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>
XhmikosR [Fri, 17 Mar 2023 05:58:09 +0000 (07:58 +0200)]
icon-link.md: remove moot aliases (#38246)
Julien Déramond [Thu, 16 Mar 2023 16:22:20 +0000 (17:22 +0100)]
Docs: consistent deprecation messages in Close Button dark variant (#38247)
XhmikosR [Wed, 15 Mar 2023 19:34:43 +0000 (21:34 +0200)]
Update hugo-bin to v0.100.0 (#38243)
This version is using my @xhmikosr/bin-wrapper fork. All current npm vulnerabilities are fixed.
XhmikosR [Wed, 15 Mar 2023 04:40:58 +0000 (06:40 +0200)]
Docs: use core mixins in a couple of places (#38236)
XhmikosR [Wed, 15 Mar 2023 04:30:45 +0000 (06:30 +0200)]
Tweak stylelint config (#38228)
* rename to .stylelintrc.json
* add reportInvalidScopeDisables to config
* move reportNeedlessDisables to config
* merge the two configs
* remove unneeded disabled rules from the examples config
XhmikosR [Tue, 14 Mar 2023 18:30:11 +0000 (20:30 +0200)]
Guard more in color-modes.js (#38235)
Neeraj Kumar Das [Tue, 14 Mar 2023 12:30:36 +0000 (18:00 +0530)]
Remove empty script tag (#38233)
XhmikosR [Tue, 14 Mar 2023 07:10:31 +0000 (09:10 +0200)]
Update codeql.yml (#38225)
XhmikosR [Tue, 14 Mar 2023 07:09:48 +0000 (09:09 +0200)]
Move --printUnusedTemplates in hugo scripts (#38227)
XhmikosR [Tue, 14 Mar 2023 07:08:09 +0000 (09:08 +0200)]
Update minor dependencies (#38229)
* @babel/cli ^7.20.7 → ^7.21.0
* @babel/core ^7.20.12 → ^7.21.0
* autoprefixer ^10.4.13 → ^10.4.14
* eslint ^8.34.0 → ^8.36.0
* hugo-bin ^0.98.0 → ^0.99.3
* jquery ^3.6.3 → ^3.6.4
* rollup ^3.17.2 → ^3.19.1
* sass ^1.58.3 → ^1.59.2
XhmikosR [Tue, 14 Mar 2023 07:04:46 +0000 (09:04 +0200)]
Specify lockfile-version=2 for older npm compatibility (#38226)
dependabot[bot] [Tue, 14 Mar 2023 04:51:40 +0000 (06:51 +0200)]
Build(deps): Bump coverallsapp/github-action from 1.2.2 to 1.2.4 (#38183)
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.2 to 1.2.4.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.2...v1.2.4)
---
updated-dependencies:
- dependency-name: coverallsapp/github-action
dependency-type: direct:production
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>
Jan Bensch [Tue, 14 Mar 2023 04:50:08 +0000 (05:50 +0100)]
Fix wrong generation of `aria-labelledby` in tab navigation (#38223)
* fix wrong generation of aria-labelledby in tab navigation
* fix wrong test
---------
Co-authored-by: Jan Bensch <github@bensch.dev>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Mon, 13 Mar 2023 14:03:55 +0000 (16:03 +0200)]
Build(deps-dev): Bump eslint-plugin-unicorn from 45.0.2 to 46.0.0 (#38187)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 45.0.2 to 46.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v45.0.2...v46.0.0)
---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Mon, 13 Mar 2023 14:01:51 +0000 (16:01 +0200)]
Build(deps-dev): Bump nodemon from 2.0.20 to 2.0.21 (#38186)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.20 to 2.0.21.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.20...v2.0.21)
---
updated-dependencies:
- dependency-name: nodemon
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>
Julien Déramond [Mon, 13 Mar 2023 10:41:27 +0000 (11:41 +0100)]
Docs: consistent usage of CSS sections (#38175)
Julien Déramond [Fri, 3 Mar 2023 19:09:42 +0000 (20:09 +0100)]
Drop unused `bootstrap-social-logo.png`
Mark Otto [Fri, 10 Mar 2023 18:35:58 +0000 (12:35 -0600)]
Update buttons.md (#38169)
* Update buttons.md
Updates the buttons documentation to refer to the button styles as variants as opposed to "predefined styles" as that language was previously troublesome elsewhere in our docs, and variants makes more sense.
* Update site/content/docs/5.3/components/buttons.md
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
---------
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
jonnysp [Fri, 10 Mar 2023 11:00:36 +0000 (12:00 +0100)]
Update _carousel.scss
fix data-bs-theme="dark" on component itself
Hannah Issermann [Fri, 10 Mar 2023 17:23:59 +0000 (18:23 +0100)]
Improve docs on Modals, Alerts, Offcanvas and Toasts close triggers examples (#38182)
* Improve docs on Modals, Alerts, Offcanvas and Toasts close triggers examples
* Update site/layouts/shortcodes/js-dismiss.html
Co-authored-by: Julien Déramond <juderamond@gmail.com>
---------
Co-authored-by: Mark Otto <markdotto@gmail.com>
Co-authored-by: Julien Déramond <juderamond@gmail.com>
Louis-Maxime Piton [Fri, 10 Mar 2023 17:19:58 +0000 (18:19 +0100)]
Fix (#38191)
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
Julien Déramond [Fri, 10 Mar 2023 17:19:21 +0000 (18:19 +0100)]
Fix typo in `utilities/colors.md` (#38194)
louismaxime.piton [Wed, 8 Mar 2023 11:12:13 +0000 (12:12 +0100)]
Update workflow
Louis-Maxime Piton [Fri, 10 Mar 2023 17:17:38 +0000 (18:17 +0100)]
Docs: Remove unnecessary `href` and `tabindex="-1"` (#38196)
* Proposal
* fix(review)
louismaxime.piton [Wed, 8 Mar 2023 11:34:10 +0000 (12:34 +0100)]
Improve `scss-docs` link
louismaxime.piton [Wed, 8 Mar 2023 13:51:49 +0000 (14:51 +0100)]
Better use the CSS
louismaxime.piton [Wed, 8 Mar 2023 15:53:33 +0000 (16:53 +0100)]
Remove useless import
mrlife [Wed, 8 Mar 2023 14:16:34 +0000 (09:16 -0500)]
Docs: fix typo in Color modes page (#38198)
Mark Otto [Wed, 8 Mar 2023 05:53:31 +0000 (21:53 -0800)]
Remove nesting color modes docs section (#38192)
* Update docs for nesting color modes to better communicate issues with nesting light in dark
* Remove nesting entirely actually, it's impossible to properly show an example when in dark mode
Mark Otto [Wed, 8 Mar 2023 05:46:50 +0000 (21:46 -0800)]
Fixes click area for header example snippet
Julien Déramond [Tue, 7 Mar 2023 07:32:09 +0000 (08:32 +0100)]
Remove comments from `scss/_utilities.scss` (#38181)
Julien Déramond [Tue, 7 Mar 2023 05:49:38 +0000 (06:49 +0100)]
Docs: minor modifications in our migration guide for the v5.3.0-alpha2 (#38177)
Julien Déramond [Tue, 7 Mar 2023 05:45:07 +0000 (06:45 +0100)]
Fix missing modifications when `--bs-{color}-text` was changed to `--bs-{color}-text-emphasis` (#38176)
Julien Déramond [Tue, 7 Mar 2023 05:40:08 +0000 (06:40 +0100)]
Docs: vertically align starters images in example page (#38179)
Patrick H. Lauke [Sat, 4 Mar 2023 20:05:54 +0000 (20:05 +0000)]
Docs: fix overflow:auto horizontal scrollbars covering last line of code blocks (#37694)
* Add dirty hack for Firefox
* Disable stylelint check for function-url-quotes
to make the hack go through unchallenged
* Make the fix across all browsers
It's not just Firefox - same issue can be seen (though slightly less horrible looking) on macOS / Chrome etc
* Tweak padding, move clipboard button down slightly
* Further CSS tweaks
Forcing `overflow: overlay` should normalise behaviour between Chrome/Win and other implementations. While visually the Chrome/Win scrollbar still looks big and ugly, its height/spacing is now taken into account as being part of the content, so styles can be applied consistently with extra padding at the bottom
* Linting fixes
* Linting fixes
* Apply suggestions from code review
---------
Co-authored-by: Mark Otto <markd.otto@gmail.com>
Andrew Dawes [Fri, 3 Mar 2023 06:59:45 +0000 (07:59 +0100)]
Fixed some grammar issues
Louis-Maxime Piton [Sat, 4 Mar 2023 19:49:07 +0000 (20:49 +0100)]
Examples: color mode enhancement (#38144)
* Tool bar proposal inside examples
* Some examples fixes
* Change appearance and position of the color mode toggler
* Proposal
* .
---------
Co-authored-by: Mark Otto <markdotto@gmail.com>
lavsemen [Thu, 2 Mar 2023 18:49:54 +0000 (23:49 +0500)]
Fix button visibility issue on dark theme (#38115)
* Fix button visibility issue on dark theme
* Add $btn-color-variable in _buttons.scss
* Apply suggestions from code review
---------
Co-authored-by: Семен Лаверентьев <remark.lavrentev@gmail.com>
Co-authored-by: Mark Otto <otto@github.com>
Serhii Babakov [Mon, 20 Feb 2023 12:08:55 +0000 (16:08 +0400)]
Fix navbar-nav link styling
Louis-Maxime Piton [Thu, 2 Mar 2023 18:32:43 +0000 (19:32 +0100)]
Icon link: envariable + enhance the documentation (#38130)
* Envariable the icon-link helper
* Proposal
* .
Julien Déramond [Mon, 27 Feb 2023 07:12:54 +0000 (08:12 +0100)]
Fix dropdown toggle visible focus in headers example
Julien Déramond [Thu, 2 Mar 2023 07:35:32 +0000 (08:35 +0100)]
Docs: `.text-body-secondary` appears two times in Utilities > Colors
Julien Déramond [Thu, 2 Mar 2023 07:09:44 +0000 (08:09 +0100)]
Docs: replace 'popover' by 'tooltip' in tooltip's page' options section
Julien Déramond [Thu, 2 Mar 2023 07:28:45 +0000 (08:28 +0100)]
Docs: rollback some modification about `.text-muted` deprecation messages
dependabot[bot] [Tue, 28 Feb 2023 10:56:37 +0000 (10:56 +0000)]
Build(deps): Bump coverallsapp/github-action from 1.1.3 to 1.2.2
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 1.2.2.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/1.1.3...v1.2.2)
---
updated-dependencies:
- dependency-name: coverallsapp/github-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Louis-Maxime Piton [Thu, 2 Mar 2023 06:45:25 +0000 (07:45 +0100)]
Utilities: add 0 value to `link-underline-opacity` (#38131)
Julien Déramond [Sat, 25 Feb 2023 18:05:15 +0000 (19:05 +0100)]
Docs: fix code indentation in homepage JavaScript plugins section (#38112)