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-03-24Fixespatrickhlauke-navs-tabs-v4Patrick H. Lauke
2022-03-24Merge branch 'patrickhlauke-navs-tabs-v4' of ↵Patrick H. Lauke
https://github.com/twbs/bootstrap into patrickhlauke-navs-tabs-v4
2022-03-24Merge branch 'v4-dev' into patrickhlauke-navs-tabs-v4Patrick H. Lauke
2022-01-04Update devDependenciesXhmikosR
* @babel/cli ^7.16.0 → ^7.16.7 * @babel/core ^7.16.5 → ^7.16.7 * @babel/preset-env ^7.16.5 → ^7.16.7 * @rollup/plugin-node-resolve ^13.1.1 → ^13.1.2 * autoprefixer ^10.4.0 → ^10.4.1 * eslint ^8.4.1 → ^8.6.0 * eslint-plugin-import ^2.25.3 → ^2.25.4 * eslint-plugin-qunit ^7.1.0 → ^7.2.0 * eslint-plugin-unicorn ^39.0.0 → ^40.0.0 * hugo-bin ^0.78.1 → ^0.79.2 * linkinator ^2.16.2 → ^3.0.3 * node-sass ^7.0.0 → ^7.0.1 * rollup ^2.61.1 → ^2.63.0 * stylelint ^14.1.0 → ^14.2.0 * stylelint-config-twbs-bootstrap ^3.0.0 → ^3.0.1 Also, remove the unused glob package.
2022-01-04Bump copyright year to 2022XhmikosR
2022-01-04Strengthen and expand note about dynamic tabs with dropdown menus (#35588)Patrick H. Lauke
following on from https://github.com/twbs/bootstrap/pull/35213 this - expands the note, making it clear it's not supported - makes it a callout
2022-01-04Add note to carousel crossfade docs about bg color (#35587)XhmikosR
2022-01-03Tweak toast docs (#35633)Patrick H. Lauke
- a few rewordings/tweaks - add info about toasts with focusable/actionable controls (shouldn't autohide them) manual backport of https://github.com/twbs/bootstrap/pull/33810
2021-12-16Backport #35556 (#35558)Julien Déramond
* Use param to set Bootstrap version in Contents doc Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-12-16Update devDependenciesXhmikosR
2021-12-16Update Stylelint and our config tooXhmikosR
2021-12-16docs: Add responsive variations for align-content-between (#35532)Ty Mick
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-12-16JS tests: only test one Node.js version (#35481)XhmikosR
2021-12-16CI: add `workflow_dispatch` (#35454)XhmikosR
2021-12-16Remove the now outdated build/svgo.yml (#35447)XhmikosR
2021-12-16build/change-version.js: fix wrong map usage (#35395)XhmikosR
2021-12-16README.md: wrap file contents in a `details` element (#35452)XhmikosR
Co-authored-by: Mark Otto <markd.otto@gmail.com>
2021-12-16README.md remove broken "David DM" dependency badges (#35313)Christian Oliff
2021-11-30Update links to CCA, MQ5 prefers-reduced-motion, evergreen WCAG urls, more ↵Patrick H. Lauke
resources (#35427) Manual backport of https://github.com/twbs/bootstrap/pull/33797
2021-11-15Fixed docs for Toasts referencing blur transparency (#35190)pricop
2021-10-28Release v4.6.1 (#35272)v4.6.1XhmikosR
* Bump version to v4.6.1 * Dist
2021-10-28images.md: remove zero-width space (#35234)Barabas
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-10-28Update devDependencies (#35271)XhmikosR
* autoprefixer ^10.3.7 → ^10.4.0 * eslint ^8.0.1 → ^8.1.0 * karma ^6.3.5 → ^6.3.6 * rollup ^2.58.0 → ^2.58.3
2021-10-22Update devDependencies and switch to Node.js 16/npm 8XhmikosR
* @babel/core ^7.15.5 → ^7.15.8 * @babel/preset-env ^7.15.6 → ^7.15.8 * @rollup/plugin-commonjs ^20.0.0 → ^21.0.1 * @rollup/plugin-node-resolve ^13.0.5 → ^13.0.6 * autoprefixer ^10.3.6 → ^10.3.7 * babel-plugin-istanbul ^6.0.0 → ^6.1.1 * clean-css-cli ^5.3.3 → ^5.4.2 * eslint ^7.32.0 → ^8.0.0 * eslint-config-xo ^0.38.0 → ^0.39.0 * eslint-plugin-import ^2.24.2 → ^2.25.1 * eslint-plugin-qunit ^6.2.0 → ^7.0.0 * eslint-plugin-unicorn ^36.0.0 → ^37.0.1 * karma ^6.3.4 → ^6.3.5 * linkinator ^2.14.0 → ^2.14.4 * nodemon ^2.0.13 → ^2.0.14 * postcss ^8.3.8 → ^8.3.11 * postcss-cli ^9.0.0 → ^9.0.1 * rollup ^2.57.0 → ^2.58.0 * stylelint-config-twbs-bootstrap ^2.2.3 → ^2.2.4 * vnu-jar 21.9.2 → 21.10.12
2021-10-22terser: specify 2 passes as it offers slightly better compressionXhmikosR
2021-10-22JS: minor refactoringXhmikosR
* shorten block comments * reorder constants
2021-10-22Revert "Bundlewatch: stop ignoring dependabot branches (#33192)" (#35069)XhmikosR
This reverts commit 5560c86070c8be08f76801bbc7e525eea4fc0cf6.
2021-10-22Backport #35074XhmikosR
sanitizer: add `sms` in the `SAFE_URL_PATTERN`
2021-10-22Update terser to v5.9.0.XhmikosR
2021-10-21fix(input-group): custom-file with validation (#33239)Gaël Poupard
2021-10-08test: fix broken test cases for tab.jsalpadev
2021-10-08Manually backport 32630Patrick H. Lauke
Dynamic tabs: use buttons rather than links
2021-10-05Fix capitalization after period in Markdown files (#35112)Julien Déramond
2021-09-28Update devDependencies (#35068)XhmikosR
* @babel/cli ^7.15.4 → ^7.15.7 * @rollup/plugin-node-resolve ^13.0.4 → ^13.0.5 * autoprefixer ^10.3.4 → ^10.3.6 * glob ^7.1.7 → ^7.2.0 * nodemon ^2.0.12 → ^2.0.13 * postcss ^8.3.6 → ^8.3.8 * postcss-cli ^8.3.1 → ^9.0.0 * qunit ^2.17.1 → ^2.17.2 * rollup ^2.56.3 → ^2.57.0
2021-09-28Remove extra spaces in Markdown files (#35047)Julien Déramond
2021-09-15Remove unneeded conditionalXhmikosR
2021-09-15Remove duplicate test.XhmikosR
2021-09-15Change test description so that it's uniqueXhmikosR
2021-09-15Merge duplicate test.XhmikosR
2021-09-15Remove commented out testXhmikosR
2021-09-15Skip tests if `attachShadow` is not presentXhmikosR
2021-09-15tests: comply to the new rulesXhmikosR
Use `assert.strictEqual`/`assert.true`/`assert.false`
2021-09-15Add eslint-plugin-qunitXhmikosR
2021-09-15Update devDependenciesXhmikosR
* @babel/cli ^7.14.8 → ^7.15.5 * @babel/core ^7.14.8 → ^7.15.4 * @babel/preset-env ^7.14.8 → ^7.15.6 * @rollup/plugin-commonjs ^19.0.1 → ^20.0.0 * @rollup/plugin-node-resolve ^13.0.2 → ^13.0.4 * autoprefixer ^10.3.1 → ^10.3.4 * clean-css-cli ^5.3.0 → ^5.3.3 * eslint ^7.31.0 → ^7.32.0 * eslint-config-xo ^0.37.0 → ^0.38.0 * eslint-plugin-import ^2.23.4 → ^2.24.2 * eslint-plugin-unicorn ^34.0.1 → ^36.0.0 * hugo-bin ^0.74.0 → ^0.76.1 * qunit ^2.16.0 → ^2.17.1 * postcss ^8.3.5 → ^8.3.6 * rollup ^2.53.3 → ^2.56.3 * vnu-jar 21.6.11 → 21.9.2
2021-09-15Update CodeQL workflow (#34961)XhmikosR
2021-09-15Backport #34937XhmikosR
Update a URL mentioning dead name
2021-09-15docs: backport layouts updates from the main branchXhmikosR
2021-09-15docs-navbar: use the config variable and update to 5.1XhmikosR
2021-09-15npm scripts: add `aggregate-output` (#32907)XhmikosR
2021-09-15More concise improvements for `add()` and `subtract()` (#34432)Gaël Poupard