Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-30Checkpointgs/event-handler-2GeoSot
2022-06-30EventHandler: rename functions & variablesGeoSot
2022-06-30Fix interoperability issue regarding Event properties (#36386)Aleksander Machniak
* Fix interoperability issue regarding Event properties - make possible to re-set read-only event properties - use hydrateObj() to set delegateTarget property Fixes #36207 Co-authored-by: GeoSot <geo.sotis@gmail.com> Co-authored-by: Julien Déramond <julien.deramond@orange.com>
2022-06-30update Lighthouse URLChristian Oliff
saves a HTTP redirect :-)
2022-06-29Fix tooltip/badge border radius when rounded disabledJulien Déramond
2022-06-29Fix dashboard example so that the sticky sidebar has scrollable content (#36608)Tech Vanity
2022-06-28Update devDependencies (#36640)XhmikosR
* @babel/cli ^7.17.10 → ^7.18.6 * @babel/core ^7.18.5 → ^7.18.6 * @babel/preset-env ^7.18.2 → ^7.18.6 * @rollup/plugin-commonjs ^22.0.0 → ^22.0.1 * eslint ^8.17.0 → ^8.18.0 * hugo-bin ^0.88.2 → ^0.89.0 * karma-jasmine ^5.0.1 → ^5.1.0 * nodemon ^2.0.16 → ^2.0.18 * rollup ^2.75.6 → ^2.75.7 * sass ^1.52.3 → ^1.53.0
2022-06-28Fix search modal z-index to be on top of all docs showcased components (#36627)Julien Déramond
2022-06-28Fix StackBlitz examples needing docs CSS (#36637)Julien Déramond
2022-06-27Force tooltip and popover to recreate content every time it opens (#35679)GeoSot
2022-06-27ref(tab): remove show from panels dependent-less they have `.fade` class or ↵GeoSot
not (simplify checks) (#36622)
2022-06-25Docs: update clipboard.js to v2.0.11Julien Déramond
2022-06-22Use 'needs-example' label to trigger live demo bot message (#36624)Julien Déramond
2022-06-21fix: change dismiss handler, listening to key down, instead of click (#36401)GeoSot
2022-06-21Fix popover live demo to use `data-bs-title` instead of `title` (#36613)Julien Déramond
2022-06-20Fix StackBlitz Popovers and Tooltips examples (#36449)Julien Déramond
* Fix StackBlitz Popovers and Tooltips examples * Rename shortcode example parameters * Reorder example shortcode doc params + fix Cspell * Remove 'stackblitz' param + use data-bs-title instead of title * Update site/layouts/partials/callout-warning-data-bs-title-vs-title.md Co-authored-by: Mark Otto <markd.otto@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
2022-06-16Update Code of Conduct with Contributor Covenant 2.1 (#36548)Julien Déramond
Signed-off-by: Julien Déramond <juderamond@gmail.com>
2022-06-15Add example of dark navbar and offcanvas to docs (#36510)Mark Otto
2022-06-14Don't style `readonly` inputs as `disabled` (#36499)Mark Otto
* Don't style readonly inputs as disabled Also remove the Chrome-specific focus styling from readonly plaintext * Update some docs comments
2022-06-14Regenerate package-lock.jsonXhmikosR
2022-06-14Bump lockfile-lint from 4.7.4 to 4.7.5 (#36570)dependabot[bot]
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 4.7.4 to 4.7.5. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Commits](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.7.4...lockfile-lint@4.7.5) --- updated-dependencies: - dependency-name: lockfile-lint 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>
2022-06-14Bump karma from 6.3.20 to 6.4.0 (#36573)dependabot[bot]
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.20 to 6.4.0. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.3.20...v6.4.0) --- updated-dependencies: - dependency-name: karma 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>
2022-06-14Bump sass from 1.52.2 to 1.52.3 (#36572)dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.52.2 to 1.52.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.52.2...1.52.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>
2022-06-14Bump rollup from 2.75.5 to 2.75.6 (#36571)dependabot[bot]
Bumps [rollup](https://github.com/rollup/rollup) from 2.75.5 to 2.75.6. - [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/v2.75.5...v2.75.6) --- updated-dependencies: - dependency-name: rollup 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>
2022-06-14Carousel: Remove redundant reference to `interval=false` from docs (#36545)GeoSot
* docs: remove redundant reference to `interval=false` * docs: remove redundant reference to `interval=false` from tests Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-06-14Bump hugo-bin from 0.88.1 to 0.88.2 (#36569)dependabot[bot]
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.88.1 to 0.88.2. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.88.1...v0.88.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>
2022-06-14Bump terser from 5.14.0 to 5.14.1 (#36568)dependabot[bot]
Bumps [terser](https://github.com/terser/terser) from 5.14.0 to 5.14.1. - [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.14.0...v5.14.1) --- updated-dependencies: - dependency-name: terser 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>
2022-06-14Bump stylelint from 14.8.5 to 14.9.1 (#36567)dependabot[bot]
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.8.5 to 14.9.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.8.5...14.9.1) --- updated-dependencies: - dependency-name: stylelint 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>
2022-06-14Bump @babel/core from 7.18.2 to 7.18.5 (#36566)dependabot[bot]
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.2 to 7.18.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.18.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-14fix: fix possible bug on event handler. (#36561)GeoSot
some browsers validate the empty object as `true`, so is safer to use an explicit check
2022-06-14Generate local CSS variables on utilities when using state optionMark Otto
2022-06-13Document BootstrapVue being outdatedSam Magura
2022-06-13Fixes #36550Mark Otto
2022-06-09Add .active navbar breaking change to 5.0 docsJeremy Thompson
2022-06-09Manually set hover and active backgrounds and borders for dark and light buttonsMark Otto
2022-06-09Fix typo in dropdown unit testJulien Déramond
2022-06-08Scrollspy: enable smooth-scroll behavior (#36528)GeoSot
2022-06-07Update devDependencies (#36513)XhmikosR
* eslint ^8.16.0 → ^8.17.0 * sass ^1.52.1 → ^1.52.2 * stylelint-config-twbs-bootstrap ^3.2.0 → ^4.0.0
2022-06-05Improve accessible name of version dropdown in docs navbar (#36495)Patrick H. Lauke
- add `aria-hidden="true"` to the "Bootstrap" text that is hidden on large screens - add separate visually-hidden "Bootstrap", which will be part of the accessible name regardless of whether the other string is visible or not (on large screen) - extra visually-hidden text to give some context - that the dropdown is about switching versions - remove the redundant id/aria-labelledby for the dropdown
2022-06-04Docs: Add a Vite Getting Started guide (#36412)Julien Déramond
* Docs: Add a Vite Getting Started guide * Fix npm run docs temporarily * Fix cspell and lint * Uncomment the 2nd part * . * Make it work without dist * Updates after merges of Parcel/Webpack guides rewriting * Update images * Replace dev images * Compress the new images better * Update site/content/docs/5.2/customize/optimize.md Co-authored-by: Mark Otto <otto@github.com> * Update site/content/docs/5.2/getting-started/vite.md Co-authored-by: Mark Otto <markdotto@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <otto@github.com>
2022-06-03Remove confusing unnecessary id/aria-labelledby for dropdown menus (#36487)Patrick H. Lauke
see https://github.com/twbs/bootstrap/discussions/35755 Note that even the APG guide for disclosure widgets doesn't use this optional "nice-to-have" extra bit https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/ (though they do use `aria-controls`, which in most current browser/AT combos is borked though)
2022-06-03Update some WCAG links, expand sass.md contrast explanation (#36489)Patrick H. Lauke
2022-06-03Docs: fix some ARIA Authoring Practices Guides broken links (#36488)Julien Déramond
* Docs: fix some ARIA Authoring Practices Guides broken link
2022-06-02Re-ordering js default objectslouismaxime.piton
2022-06-02Fix .dropdown-item border-radius when -padding-y is 0Mark Otto
2022-06-02Docs: remove unused _algolia.scssJulien Déramond
2022-06-02Docs: fix Reboot Horizontal rules using border utilitiesJulien Déramond
2022-06-01Update devDependencies (#36481)XhmikosR
* hugo-bin ^0.87.1 → ^0.88.1 * rollup ^2.74.1 → ^2.75.5 * stylelint-config-twbs-bootstrap ^3.1.0 → ^3.2.0
2022-05-31Bump streetsidesoftware/cspell-action from 1 to 2 (#36473)dependabot[bot]
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 1 to 2. - [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/v1...v2) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production 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> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-05-31Bump stylelint from 14.8.3 to 14.8.5 (#36472)dependabot[bot]
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.8.3 to 14.8.5. - [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.8.3...14.8.5) --- updated-dependencies: - dependency-name: stylelint 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> Co-authored-by: XhmikosR <xhmikosr@gmail.com>