aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-09-08Merge branch 'v4-dev' into v4-dev-fod-validated-input-group-with-custom-filev4-dev-fod-validated-input-group-with-custom-fileXhmikosR21-166/+233
2021-09-08Move RFS version in config.yml and update it.XhmikosR2-1/+2
2021-09-08Update RFS to v8.1.0XhmikosR1-102/+126
2021-09-08Replace Sass division with multiplication and custom divide() functionMark Otto18-63/+105
Fixes #34353. Co-Authored-By: Slaven Tomac <[email protected]>
2021-07-27Merge branch 'v4-dev' into v4-dev-fod-validated-input-group-with-custom-fileXhmikosR2-5/+31
2021-07-25fix(modal): change the order we return from show() method (#34087)alpadev2-5/+31
In case of a modal with fading enabled, a prevented show event can cause show to not showing the modal anymore. See #34055 Co-authored-by: XhmikosR <[email protected]>
2021-07-25Merge branch 'v4-dev' into v4-dev-fod-validated-input-group-with-custom-fileXhmikosR27-1591/+1375
2021-07-21Update devDependenciesXhmikosR5-1244/+971
* @babel/cli ^7.14.3 → ^7.14.8 * @babel/core ^7.14.3 → ^7.14.8 * @babel/preset-env ^7.14.2 → ^7.14.8 * @rollup/plugin-commonjs ^19.0.0 → ^19.0.1 * @rollup/plugin-node-resolve ^13.0.0 → ^13.0.2 * autoprefixer ^10.2.5 → ^10.3.1 * eslint ^7.26.0 → ^7.31.0 * eslint-config-xo ^0.36.0 → ^0.37.0 * eslint-plugin-import ^2.23.2 → ^2.23.4 * eslint-plugin-unicorn ^31.0.0 → ^34.0.1 * globby ^11.0.3 → ^11.0.4 * hugo-bin ^0.71.1 → ^0.73.0 * karma ^6.3.2 → ^6.3.4 * karma-firefox-launcher ^2.1.0 → ^2.1.1 * linkinator ^2.13.6 → ^2.14.0 * nodemon ^2.0.7 → ^2.0.12 * node-sass ^6.0.0 → ^6.0.1 * postcss ^8.3.0 → ^8.3.5 * qunit ^2.15.0 → ^2.16.0 * rollup ^2.48.0 → ^2.53.3 * stylelint-config-twbs-bootstrap ^2.2.0 → ^2.2.3 * vnu-jar 21.4.9 → 21.6.11
2021-07-21CI: make use of the `actions/setup-node`'s `cache` option (#34453)XhmikosR6-48/+6
2021-07-21Bump coverallsapp/github-action from 1.1.2 to 1.1.3 (#34491)dependabot[bot]1-1/+1
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.1.2...1.1.3) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production 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> Co-authored-by: XhmikosR <[email protected]>
2021-07-21CONTRIBUTING.md: fix broken link to README.md (#34389)Kijima Daigo1-1/+1
2021-07-21Backport #34336XhmikosR1-2/+0
Remove unneeded `.text-white-50` CSS rule This is already part of Bootstrap 4.6 and 5.0.
2021-07-21Manually backport #34075 and #34279XhmikosR1-13/+4
Improve and clean up vnu-jar.js
2021-07-21Update Hugo config and sitemap.xml (#34074)XhmikosR2-4/+6
2021-07-21Handle complex expressions in add() & subtract() (#34047)Gaël Poupard1-0/+16
2021-07-21Replace Freenode with Libera.Chat in the remaining files (#34250)XhmikosR2-2/+2
2021-07-08Remove print thead rule (#34426)Christian Oliff1-9/+0
The `thead` rule is safe to remove -- it was a workaround for browsers that didn't conform to this part of the CSS 2.1 spec. (https://www.w3.org/TR/CSS21/tables.html#table-display) In practice, this meant IE 6 & IE 7. (thanks to @mattbrundage for this PR upstream for the main.css project (https://github.com/h5bp/main.css/pull/101)
2021-06-24🐛 Enable `0.x` with negative margins @ v4 (#33593)k-utsumi1-1/+1
* 🐛 Enable `0.x` with negative margins @ v4 I set it as below, but no negative margin was added. `$spacers: (0\.5: ($spacer * .125));` After investigating, it seems that `0 \ .5` is also evaluated as 0. So I changed it to string comparison. HTML example: `<img class="mt-n0.5">` * 💚 Clear CI errors
2021-06-09Fix repetition in the description.Christian Oliff1-1/+1
2021-06-02docs(color): wrong secondary hex code (#34159)Gaël Poupard1-1/+1
Closes #34146 --- Not sure what happened but indeed, [our current `$secondary` is not what's shown in docs](https://github.com/twbs/bootstrap/blob/c2f949c1fdad09e30793b533e5502808c5e2d423/scss/_variables.scss#L68).
2021-05-21Update devDependenciesXhmikosR5-656/+756
* @babel/cli ^7.13.14 → ^7.14.3 * @babel/core ^7.14.0 → ^7.14.3 * @babel/preset-env ^7.14.1 → ^7.14.2 * @rollup/plugin-commonjs ^18.0.0 → ^19.0.0 * @rollup/plugin-node-resolve ^11.2.1 → ^13.0.0 * clean-css-cli ^5.2.2 → ^5.3.0 * eslint ^7.23.0 → ^7.26.0 * eslint-config-xo ^0.35.0 → ^0.36.0 * eslint-plugin-import ^2.22.1 → ^2.23.2 * eslint-plugin-unicorn ^29.0.0 → ^31.0.0 * glob ^7.1.6 → ^7.1.7 * hugo-bin ^0.70.0 → ^0.71.1 * node-sass ^5.0.0 → ^6.0.0 * postcss ^8.2.9 → ^8.3.0 * qunit ^2.14.1 → ^2.15.0 * rollup ^2.44.0 → ^2.48.0 * stylelint ^13.12.0 → ^13.13.1 * stylelint-config-twbs-bootstrap ^2.1.0 → ^2.2.0 * vnu-jar 21.2.5 → 21.4.9
2021-05-21Replace freenode with libera IRC server (#34050)midzer1-1/+1
2021-05-21CI: remove Node.js 10 (#33923)XhmikosR1-1/+1
Node.js 10 is EOL since 30/04/2021
2021-05-21Spinner alignment changesMark Otto2-5/+6
2021-05-21JS tests: add Node.js 16 (#33720)XhmikosR1-1/+1
2021-05-21Update anchor.js to v4.3.1. (#33668)XhmikosR1-4/+4
2021-05-21docs: update clipboard.js to v2.0.8 (#33583)XhmikosR1-3/+3
2021-05-01Merge branch 'v4-dev' into v4-dev-fod-validated-input-group-with-custom-fileXhmikosR44-993/+1110
2021-04-30Backport #33782 to v4Mark Otto1-15/+16
2021-04-28Backport #33634 (#33649)Carson Sievert2-1/+28
Dropdown: support `.dropdown-item` wrapped in `<li>` tags
2021-04-15Remove aria-haspopup from dropdowns (#33624)Patrick H. Lauke16-88/+88
`aria-haspopup="true"` is really intended to signal that an ARIA `menu` will be opened on activation. as a result, some assistive technologies will announce controls with `aria-haspopup="true"` as a menu or menu item (e.g. JAWS and NVDA). In addition, `aria-haspopup` seems to trigger a bug in Edge/Narrator where the `aria-expanded` state is not correctly announced at the moment when `aria-haspopup` is present. This now makes the dropdown button more like a generic disclosure widget control - see also https://www.w3.org/TR/wai-aria-practices-1.2/examples/disclosure/disclosure-navigation.html01
2021-04-06fix typo in docs (#33562)Stefano Bartoletti1-1/+1
2021-04-05Update devDependenciesXhmikosR3-329/+370
* @babel/cli ^7.13.0 → ^7.13.14 * @babel/core ^7.13.8 → ^7.13.14 * @babel/preset-env ^7.13.9 → ^7.13.12 * @rollup/plugin-commonjs ^17.1.0 → ^18.0.0 * @rollup/plugin-node-resolve ^11.2.0 → ^11.2.1 * autoprefixer ^10.2.4 → ^10.2.5 * clean-css-cli ^5.2.0 → ^5.2.2 * eslint ^7.21.0 → ^7.23.0 * eslint-plugin-unicorn ^28.0.2 → ^29.0.0 * globby ^11.0.2 → ^11.0.3 * hugo-bin ^0.69.0 → ^0.70.0 * karma ^6.1.1 → ^6.3.2 * postcss ^8.2.6 → ^8.2.9 * qunit ^2.14.0 → ^2.14.1 * rollup ^2.40.0 → ^2.44.0 * stylelint ^13.11.0 → ^13.12.0 Also lock jQuery to v3.5.1 since 3.6.0 has a bug that affects at least our tests
2021-04-05BrowserStack: test on iPhone 12 (#33398)XhmikosR1-0/+7
2021-04-05README.md: use shields.io for the tests badge too (#33401)XhmikosR1-1/+1
2021-04-05Improve change-version.js (#33148)XhmikosR2-72/+44
* switch to async/await * remove shelljs * switch to globby; supports .gitignore out of the box * don't write any files to the disk if they are indentical * add two more cmd switches: --dry and --verbose * strip leading "v" from version arguments so that we don't end up with duplicate `v`s
2021-04-05Delete the unused build/ship.sh (#33326)XhmikosR1-55/+0
2021-03-18Manually backport #33386 to v4 to properly document Sass default variablesMark Otto1-11/+14
2021-03-11Manual backport of #32627 (#33165)Patrick H. Lauke5-35/+38
Carousel: use buttons, not links, for prev/next controls
2021-03-10Update .bundlewatch.config.jsonXhmikosR1-1/+1
2021-03-10Adjust feedback icon position and padding for select.form-controlMark Otto1-0/+10
2021-03-02Update devDependenciesXhmikosR2-509/+598
* @babel/cli ^7.12.16 → ^7.13.0 * @babel/core ^7.12.16 → ^7.13.8 * @babel/preset-env ^7.12.16 → ^7.13.9 * eslint ^7.20.0 → ^7.21.0 * eslint-config-xo ^0.34.0 → ^0.35.0 * eslint-plugin-unicorn ^28.0.1 → ^28.0.2 * hugo-bin ^0.68.0 → ^0.69.0 * linkinator ^2.13.4 → ^2.13.6 * lockfile-lint ^4.3.7 → ^4.6.2 * rollup ^2.39.0 → ^2.40.0 * stylelint ^13.10.0 → ^13.11.0
2021-03-02CodeQL: skip dependabot PRs too (#33130)XhmikosR1-0/+1
2021-03-02Bundlewatch: stop ignoring dependabot branches (#33192)XhmikosR1-2/+0
2021-03-02Rename _gh_pages to _site. (#33129)XhmikosR9-10/+10
2021-03-02linkinator: replace `--silent` with `--verbosity` (#33100)XhmikosR1-1/+1
2021-03-02Adjust `SAFE_URL_PATTERN` regex for use with `test` method. (#33153)Nikon the Third2-1/+21
The `test` method on regexes does not behave like `match` on strings for checks if the regex matches when the global modifier (g) is present. Also adds a unit test on tooltips for sanitizing the same template twice. Co-authored-by: XhmikosR <[email protected]>
2021-03-02fix(input-group): custom-file with validationGaël Poupard1-0/+3
2021-02-18Update clean-css-cli to v5.2.0 (#33144)XhmikosR2-15/+15
* Update clean-css-cli to v5.2.0 * Enable clean-css's batch flag
2021-02-17Partially backport #33045XhmikosR1-10/+6
Simplify karma.conf.js `customLaunchers` does not seem to be needed.