aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-09-13Allow `<mark>` colors customization for color modes (#39141)Julien Déramond4-0/+7
2023-09-13Add defensive CSS to handle form check input in fleboxes (#38955)Mahmut YILDIRIM1-0/+1
Co-authored-by: louismaxime.piton <[email protected]>
2023-09-13Fix table state rendering for color modes (#39033)Louis-Maxime Piton1-5/+5
2023-09-13Make form range track background more contrasted (#39095)Julien Déramond1-1/+1
2023-09-13Docs: add Discord (community) and Bootstrap subreddit links (#38873)Robert Jones2-2/+4
Co-authored-by: Rob Jones <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
2023-09-13Docs: add alternative CDNs section in Getting Started > Download (#39145)Julien Déramond1-0/+8
Co-authored-by: Mark Otto <[email protected]>
2023-09-12Fix dart-sass deprecation warning (#39030)Sebastian Blank1-1/+1
* Fix dart-sass deprecation warning * Fix wrong percentages --------- Co-authored-by: XhmikosR <[email protected]>
2023-09-05Build(deps-dev): Bump hugo-bin from 0.113.0 to 0.114.2 (#39147)dependabot[bot]2-8/+8
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.113.0 to 0.114.2. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.113.0...v0.114.2) --- 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-08-23Build(deps): Bump streetsidesoftware/cspell-action from 2 to 3 (#39088)dependabot[bot]1-1/+1
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2 to 3. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2...v3) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-major ... 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]>
2023-08-22Build(deps-dev): Bump @rollup/plugin-node-resolve from 15.2.0 to 15.2.1 (#39090)dependabot[bot]2-8/+8
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.2.0 to 15.2.1. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.2.1/packages/node-resolve) --- updated-dependencies: - dependency-name: "@rollup/plugin-node-resolve" 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-08-22Build(deps-dev): Bump rollup from 3.28.0 to 3.28.1 (#39089)dependabot[bot]2-8/+8
Bumps [rollup](https://github.com/rollup/rollup) from 3.28.0 to 3.28.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.28.0...v3.28.1) --- updated-dependencies: - dependency-name: rollup 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-08-22Corrected a grammer error in by adding the word go to ↵John Hayes1-1/+1
examples/starter-template (#39086)
2023-08-22Update devDependencies (#39083)XhmikosR2-309/+298
* @rollup/plugin-node-resolve ^15.1.0 → ^15.2.0 * eslint-plugin-import ^2.28.0 → ^2.28.1 * postcss ^8.4.27 → ^8.4.28 * sass ^1.65.1 → ^1.66.1 * stylelint ^15.10.2 → ^15.10.3
2023-08-22Remove incorrect mention of .left utilities from migration guide (#39054)Christian Oliff1-1/+0
There are no classes in Bootstrap 4.x beginning with `.left` or `.right`. (You can do a `CTRL`+`F` on https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.css to check)
2023-08-22Further improve image compression with oxipng and the latest jpegoptim (#39037)XhmikosR33-0/+0
2023-08-21Migration: add back v5.0.0 heading (#39060)XhmikosR1-34/+36
* Migrations: add back v5.0.0 heading * Update migration.md * Update migration.md
2023-08-21Dropdown: reuse variable (#39046)Mustafa Ateş Uzun1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2023-08-21Improve change-version script (#38983)XhmikosR1-16/+27
Only replace the version in specific files instead of blindly all repo files
2023-08-15Build(deps-dev): Bump eslint from 8.46.0 to 8.47.0 (#39059)dependabot[bot]2-38/+38
Bumps [eslint](https://github.com/eslint/eslint) from 8.46.0 to 8.47.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.46.0...v8.47.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-08-15Build(deps-dev): Bump rollup from 3.27.2 to 3.28.0 (#39056)dependabot[bot]2-8/+8
Bumps [rollup](https://github.com/rollup/rollup) from 3.27.2 to 3.28.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.27.2...v3.28.0) --- updated-dependencies: - dependency-name: rollup 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-08-15Build(deps-dev): Bump @rollup/plugin-commonjs from 25.0.3 to 25.0.4 (#39055)dependabot[bot]2-8/+8
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.3 to 25.0.4. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15ci: update permissions for calibreapp-image-actions.yml (#39021)Diogo Teles Sant'Anna1-0/+6
Co-authored-by: XhmikosR <[email protected]>
2023-08-15Build(deps-dev): Bump autoprefixer from 10.4.14 to 10.4.15 (#39057)dependabot[bot]2-18/+22
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.14 to 10.4.15. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.14...10.4.15) --- updated-dependencies: - dependency-name: autoprefixer 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-08-15Build(deps-dev): Bump sass from 1.64.2 to 1.65.1 (#39058)dependabot[bot]2-8/+8
Bumps [sass](https://github.com/sass/dart-sass) from 1.64.2 to 1.65.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.64.2...1.65.1) --- updated-dependencies: - dependency-name: sass 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-08-08Build(deps-dev): Bump @babel/preset-env from 7.22.9 to 7.22.10 (#39017)dependabot[bot]2-128/+98
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.9 to 7.22.10. - [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.22.10/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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-08Build(deps-dev): Bump @babel/cli from 7.22.9 to 7.22.10 (#39015)dependabot[bot]2-8/+8
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.22.9 to 7.22.10. - [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.22.10/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" 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-08-08Build(deps-dev): Bump hugo-bin from 0.112.1 to 0.113.0 (#39014)dependabot[bot]2-8/+8
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.112.1 to 0.113.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.112.1...v0.113.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-08-08Build(deps-dev): Bump @babel/core from 7.22.9 to 7.22.10 (#39013)dependabot[bot]2-91/+90
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.9 to 7.22.10. - [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.22.10/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-08-08Build(deps-dev): Bump lockfile-lint from 4.10.6 to 4.12.0 (#39012)dependabot[bot]2-93/+114
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) from 4.10.6 to 4.12.0. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Changelog](https://github.com/lirantal/lockfile-lint/blob/main/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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-08Build(deps-dev): Bump rollup from 3.27.0 to 3.27.2 (#39011)dependabot[bot]2-8/+8
Bumps [rollup](https://github.com/rollup/rollup) from 3.27.0 to 3.27.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/v3.27.0...v3.27.2) --- updated-dependencies: - dependency-name: rollup 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-08-06Convert build scripts to ESM (#38984)XhmikosR10-57/+67
2023-08-05docs: add BootstrapVueNext to docs (#38970)Issayah1-1/+2
* docs: add BootstrapVueNext to docs * Update javascript.md --------- Co-authored-by: Mark Otto <[email protected]>
2023-08-05Add form elements in focusable elements when scrollinglouismaxime.piton1-0/+3
2023-08-05Use box-shadow CSS vars instead of Sass vars in assets and variablesJulien Déramond3-9/+9
2023-08-02examples: update 3rd-party packages (#38994)XhmikosR2-6/+6
2023-08-02introduction: drop `details` element (#38995)XhmikosR1-9/+1
* introduction: drop `details` element * Update introduction.md
2023-08-01Update devDependencies (#38990)XhmikosR2-244/+399
* eslint ^8.45.0 → ^8.46.0 * eslint-plugin-import ^2.27.5 → ^2.28.0 * eslint-plugin-markdown ^3.0.0 → ^3.0.1 * eslint-plugin-unicorn ^48.0.0 → ^48.0.1 * hugo-bin ^0.111.4 → ^0.112.1 * rollup ^3.26.3 → ^3.27.0 * sass ^1.64.1 → ^1.64.2
2023-07-29Docs: Fix popover template role error (#38978)Christian Oliff1-1/+1
I'm quite sure this should be `role="tooltip"` and not `role="popover"`. There isn't a popover role but there is a tooltip one.(https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tooltip_role).. and Bootstrap 5 itself uses role="tooltip" for its popovers by default.
2023-07-27Use CSS box-shadow variables in shadow utility classes (#38816)Craig Wayne1-3/+3
2023-07-27Update gutters.md (#38968)XhmikosR1-1/+1
2023-07-26Release v5.3.1 (#38956)XhmikosR80-253/+269
* Bump version to 5.3.1 * Dist
2023-07-25Examples: improve spinner buttons accessibility (#38958)Julien Déramond1-4/+4
2023-07-25Fix bundlewatch values (#38954)Julien Déramond1-1/+1
2023-07-24Fix postcss plugin options (#38947)Douglas Silva1-1/+1
2023-07-23fixlouismaximepiton2-2/+3
2023-07-23Docs: Update float responsive examplesChristian Oliff1-4/+5
2023-07-23Update devDependencies and regenerate package-lock.jsonXhmikosR2-264/+417
* hugo-bin ^0.111.3 → ^0.111.4 * postcss ^8.4.26 → ^8.4.27 * sass ^1.63.6 → ^1.64.1 * stylelint ^15.10.1 → ^15.10.2 * terser ^5.19.1 → ^5.19.2
2023-07-23dashboard: fix offcanvas md display (#38952)XhmikosR2-2/+2
* dashboard: fix offcanvas md display * Update index.html
2023-07-23Docs: remove v4 reference in homepageJulien Déramond1-2/+0
2023-07-23Fix some typos in Customize > Sass doc (#38948)Julien Déramond1-8/+8