| Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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
|
|
|
|
|
|
Carousel: use buttons, not links, for prev/next controls
|
|
|
|
|
|
* @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
|
|
|
|
|
|
|
|
|
|
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]>
|
|
* Update clean-css-cli to v5.2.0
* Enable clean-css's batch flag
|
|
Simplify karma.conf.js
`customLaunchers` does not seem to be needed.
|
|
* @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.
|
|
* 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.
|
|
* Add a callout for the sanitizer in popovers and tooltips
* Add second reference to sanitizer in the options
Co-authored-by: XhmikosR <[email protected]>
|
|
Should work now with folders with spaces
|
|
|
|
Unfortunately, they don't offer a `v1` tag
|
|
|
|
Avoid bug in Firefox where text appears "noisy" due to text-shadow applying to focused form fields.
|
|
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]>
|
|
* use `in` instead of `strings.Contains` since the latter is not documented
* use `cond`
|
|
* @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
|
|
|
|
|
|
Pin karma and linkinator due to failures
|
|
* Bump version to v4.6.0.
* Dist
|
|
* 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]>
|
|
Mention CSP and embedded SVGs in v4 docs
|
|
Add a live toast example to the docs
|
|
* 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]>
|
|
Fixes #32474
|
|
Improve zip-examples.js by only including the assets we need
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
This is so that it's consistent with the JS workflow thus the cache should match.
|
|
* Clarify Sass import and customize docs for how to modify variable defaults
* Add an npm starter project callout to a few pages
|
|
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"`
|
|
|
|
* `border: none`
* `outline: none`
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
* lowercase `runner.os`
* remove `CI` environment variable since it's already set by the runner
|
|
Backport of https://github.com/twbs/bootstrap/pull/32754
|
|
Manual backport of https://github.com/twbs/bootstrap/pull/32751 (which has not been merged yet, but assume it will shortly)
|
|
Manual backport of https://github.com/twbs/bootstrap/pull/32689
|
|
Manual backport of https://github.com/twbs/bootstrap/pull/32631
|
|
package.json: move `version_short` variable under the `config` object
This is so that it works on npm 7.x too.
|
|
* rename constants
* enforce the constants to be Boolean
* use the coverage plugin only one time, on the latest jQuery run
* fix karma `logLevel`
|
|
|