aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-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.
2021-02-17Update devDependenciesXhmikosR2-122/+149
* @babel/cli ^7.12.13 → ^7.12.16 * @babel/core ^7.12.13 → ^7.12.16 * @babel/preset-env ^7.12.13 → ^7.12.16 * @rollup/plugin-babel ^5.2.3 → ^5.3.0 * @rollup/plugin-node-resolve ^11.1.1 → ^11.2.0 * eslint ^7.19.0 → ^7.20.0 * eslint-plugin-unicorn ^27.0.0 → ^28.0.1 * karma ^6.0.4 → ^6.1.1 * postcss ^8.2.5 → ^8.2.6 * rollup ^2.38.5 → ^2.39.0 * stylelint ^13.9.0 → ^13.10.0 Kept clean-css-cli to 4.x for the time being.
2021-02-17Backport #32940XhmikosR1-1/+1
* Update the default value for $enable-deprecation-messages As seen in the https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss, the `$enable-deprecation-messages` variable is set to `true` by default.
2021-02-17Add a callout for the sanitizer in popovers and tooltips (#32272)Patrick H. Lauke3-2/+11
* Add a callout for the sanitizer in popovers and tooltips * Add second reference to sanitizer in the options Co-authored-by: XhmikosR <[email protected]>
2021-02-17vnu-jar.js: quote vnu path (#33016)XhmikosR1-1/+1
Should work now with folders with spaces
2021-02-17CI: remove the cache fallback and shorten cache key (#33012)XhmikosR6-18/+12
2021-02-17CI: switch to the coverallsapp/github-action tag (#32919)XhmikosR1-1/+1
Unfortunately, they don't offer a `v1` tag
2021-02-17change-version: remove vendor, add resources (#32917)XhmikosR1-1/+1
2021-02-17Fix minor visual bug in FF caused by moz-focusring (v4) (#32821)Wesley Haines1-6/+6
Avoid bug in Firefox where text appears "noisy" due to text-shadow applying to focused form fields.
2021-02-15fix(forms): input-group and validation icons (#32968)Gaël Poupard1-2/+2
Fixes #30131 Issue mentions `form-control` but it impacts `.custom-select` — but not `textarea` since it has a qualifying type selector that increases its specificty. So another way could be to set `select.custom-select` and `input.form-control`. Would there be any other tag concerned by those classes? Co-authored-by: XhmikosR <[email protected]>
2021-02-15Simplify bugify.html (#33063)XhmikosR1-8/+4
* use `in` instead of `strings.Contains` since the latter is not documented * use `cond`
2021-02-09Update devDependencies (#32967)XhmikosR2-1080/+839
* @babel/cli ^7.12.10 → ^7.12.13 * @babel/core ^7.12.10 → ^7.12.13 * @babel/preset-env ^7.12.11 → ^7.12.13 * @rollup/plugin-babel ^5.2.2 → ^5.2.3 * @rollup/plugin-commonjs ^17.0.0 → ^17.1.0 * @rollup/plugin-node-resolve ^11.1.0 → ^11.1.1 * autoprefixer ^10.2.3 → ^10.2.4 * eslint ^7.18.0 → ^7.19.0 * karma ^5.2.3 → ^6.0.4 * karma-qunit ^4.1.1 → ^4.1.2 * linkinator 2.11.2 → ^2.13.4 * postcss ^8.2.4 → ^8.2.5 * rollup ^2.38.0 → ^2.38.5 * vnu-jar 20.6.30 → 21.2.5
2021-02-08_variables.scss: add missing newline before new section (#32868)pricop1-0/+1
2021-01-28Switch to jsDelivr for jQuery too. (#32918)XhmikosR2-2/+4
2021-01-27Update devDependencies (#32852)XhmikosR7-174/+197
Pin karma and linkinator due to failures
2021-01-19Release v4.6.0. (#32726)v4.6.0XhmikosR254-400/+752
* Bump version to v4.6.0. * Dist
2021-01-19Backport #32037 (#32833)XhmikosR3-0/+56
* Backport #32037 Add `.navbar-nav-scroll` for vertical scrolling of navbar content * drop the css var for a Sass css Co-authored-by: Mark Otto <[email protected]>
2021-01-19Backport #32759 (#32832)Mark Otto1-0/+14
Mention CSP and embedded SVGs in v4 docs
2021-01-18Backport #32760 (#32827)XhmikosR2-1/+50
Add a live toast example to the docs
2021-01-17Docs: Sass implementation and rounding precision (#32791)voltaek3-4/+12
* Backport of changes to v5 docs that updated and clarified information about the Sass compiler used and the minimum rounding precision we recommend with it. Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-01-15Lighten disabled dropdown text to $gray-500Mark Otto1-1/+1
Fixes #32474
2021-01-15Backport #32469 and #32799XhmikosR1-21/+47
Improve zip-examples.js by only including the assets we need
2021-01-15Document some basic code conventions for us (#32778)Mark Otto1-0/+8
Co-authored-by: XhmikosR <[email protected]>
2021-01-15CI: change Node.js to `14` (#32796)XhmikosR6-6/+6
This is so that it's consistent with the JS workflow thus the cache should match.
2021-01-15Backport #32795 (#32809)Mark Otto4-3/+30
* Clarify Sass import and customize docs for how to modify variable defaults * Add an npm starter project callout to a few pages
2021-01-14Remove role="button" from CTA links in carousel example (#32789)Patrick H. Lauke1-6/+6
They're links, acting as links. Just because they're styled as buttons visually (as is often the case for "Call to action" (CTA) links) doesn't mean they need/get `role="button"`
2021-01-13Update devDependenciesXhmikosR2-46/+46
2021-01-13Stylelint: disallow some property values (#32756)XhmikosR1-0/+4
* `border: none` * `outline: none`
2021-01-13Mention stretched-link constraints with table elements (#32761)Mark Otto1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-01-13GitHub Actions cleanup (#32755)XhmikosR7-19/+12
* lowercase `runner.os` * remove `CI` environment variable since it's already set by the runner
2021-01-13Darken dropdown item hover stylePatrick H. Lauke1-1/+1
Backport of https://github.com/twbs/bootstrap/pull/32754
2021-01-13Consistently use outline:0 rather than outline:nonePatrick H. Lauke1-1/+1
Manual backport of https://github.com/twbs/bootstrap/pull/32751 (which has not been merged yet, but assume it will shortly)
2021-01-13Suppress focus outline for buttons when it shouldn't be visible in ChromiumPatrick H. Lauke1-0/+9
Manual backport of https://github.com/twbs/bootstrap/pull/32689
2021-01-13Remove old/unnecessary reboot bug fixPatrick H. Lauke1-9/+0
Manual backport of https://github.com/twbs/bootstrap/pull/32631
2021-01-13Backport #32737XhmikosR3-6/+7
package.json: move `version_short` variable under the `config` object This is so that it works on npm 7.x too.
2021-01-13Update karma configXhmikosR2-29/+32
* rename constants * enforce the constants to be Boolean * use the coverage plugin only one time, on the latest jQuery run * fix karma `logLevel`
2021-01-13karma: run tests in parallelXhmikosR1-1/+1