]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
XhmikosR [Mon, 23 Nov 2020 13:17:16 +0000 (15:17 +0200)]
Dist (#32216)
Noah Rosenzweig [Sat, 21 Nov 2020 19:39:33 +0000 (20:39 +0100)]
Improve build/generate-sri.js regex (#29753)
When using single-quotes in config.yml, the previous
regular expression in build/generate-cli.js wasn't working correctly,
it was replacing ALL string values with hashes.
Now both double- and single-quotes can be used in config.yml,
and the RegExp will work as expected.
Also, allow trailing whitespaces and empty ("") values to be matched.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Sat, 21 Nov 2020 15:00:38 +0000 (17:00 +0200)]
docs: use `event` instead of `e` (#32226)
It's better for clarity.
XhmikosR [Sat, 21 Nov 2020 14:22:08 +0000 (16:22 +0200)]
Be consistent with Popper's name. (#32224)
The npm package is named "popper.js" but the project is named "Popper", so use the latter consistently.
Rohit Sharma [Fri, 20 Nov 2020 18:10:15 +0000 (23:40 +0530)]
Add missing tags in unit tests (#32221)
Rohit Sharma [Fri, 20 Nov 2020 13:36:24 +0000 (19:06 +0530)]
Don't hide modal when keyboard is set to false in modal's configuration (#32179)
* Don't hide modal when config.keyboard is false
* Update unit test
- Modal should not be closed when pressing esc key if keyboard = false
and backdrop is 'static'
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Rohit Sharma [Fri, 20 Nov 2020 09:13:13 +0000 (14:43 +0530)]
Make the attribute methods bs specific (#32173)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Fri, 20 Nov 2020 07:54:24 +0000 (09:54 +0200)]
_reboot.scss: remove needless Stylelint disable (#32213)
XhmikosR [Thu, 19 Nov 2020 19:09:34 +0000 (21:09 +0200)]
Revert "Use Hugo mounts for our docs vendor files." (#32210)
* Revert "Adapt to the recent main changes"
This reverts commit
50d892167036f440f9224327b0a48cf72a2e44b6 .
* Revert "Add Hugo Pipes logic for local and vendored scripts."
This reverts commit
3fcfd606f2c264f1d3434e99c140a05edec461c3 .
* Revert "Use Hugo mounts for our docs vendor JS files."
This reverts commit
6b071116f3b09b59a423ad999efbd67f8645bfa5 .
XhmikosR [Tue, 20 Oct 2020 07:46:04 +0000 (10:46 +0300)]
Adapt to the recent main changes
* remove `bs-custom-file-input.min.js`
* switch to errorf
* change error message
Regis Philibert [Fri, 3 Jul 2020 15:33:57 +0000 (18:33 +0300)]
Add Hugo Pipes logic for local and vendored scripts.
XhmikosR [Sat, 17 Aug 2019 16:38:24 +0000 (19:38 +0300)]
Use Hugo mounts for our docs vendor JS files.
Gaël Poupard [Thu, 19 Nov 2020 18:38:39 +0000 (19:38 +0100)]
fix(container): use $variable-prefix (#32201)
Missed that while merging.
XhmikosR [Thu, 19 Nov 2020 18:32:35 +0000 (20:32 +0200)]
Fix a few typos (#32204)
Martijn Cuppens [Thu, 19 Nov 2020 18:07:06 +0000 (19:07 +0100)]
Manually optimize SVGs (#32187)
XhmikosR [Thu, 19 Nov 2020 15:15:40 +0000 (17:15 +0200)]
docs: update selector CodePen example (#32163)
XhmikosR [Thu, 19 Nov 2020 11:38:48 +0000 (13:38 +0200)]
examples: add the version number in `title` (#32198)
Mark Otto [Wed, 18 Nov 2020 23:19:24 +0000 (15:19 -0800)]
Update migration guide about w-100
XhmikosR [Tue, 17 Nov 2020 14:00:45 +0000 (16:00 +0200)]
examples: fix `.btn-block` instances
Jiang Yan [Thu, 19 Nov 2020 05:42:44 +0000 (13:42 +0800)]
Docs: fix homepage npm install version (#32194)
Patrick H. Lauke [Wed, 18 Nov 2020 18:20:05 +0000 (18:20 +0000)]
Docs: change sidebar collapse controls to actual button elements (#31098)
apart from the visual styling, there's probably no good reason why these shouldn't be `<button>` elements, semantically
the buttons still look a shade too button-like, despite using `.btn-light`. the last remnant of button styling can probably be suppressed further, *or* this makes the case for expanding the core button styles to have one that looks completely non-button and non-link like (for cases where an additional style/hint was given already, or it's clear from context that something's an actionable button or link)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Matt Shaw [Wed, 18 Nov 2020 16:15:28 +0000 (16:15 +0000)]
correct "breakpoint" typo (#32191)
breakpoing --> breakpoint
Kyle Tsang [Wed, 18 Nov 2020 11:08:26 +0000 (03:08 -0800)]
docs: Add missing `.has-validation` class for input group example (#32162)
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Wed, 18 Nov 2020 11:06:04 +0000 (13:06 +0200)]
Update karma.conf.js (#32182)
When we are on CI, this statement won't be reached.
Gaël Poupard [Wed, 18 Nov 2020 10:50:55 +0000 (11:50 +0100)]
docs(dropdowns): clarify where is `.show` applied (#32189)
Fixes #32712
Gaël Poupard [Tue, 17 Nov 2020 19:42:55 +0000 (20:42 +0100)]
Handle Chromium to run Karma (#32178)
* chore(karma): handle Chromium to run tests
* Update karma.conf.js
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Christian Oliff [Tue, 17 Nov 2020 14:53:50 +0000 (23:53 +0900)]
Fix the marker SVG color to match the button (#32174)
XhmikosR [Tue, 17 Nov 2020 14:43:36 +0000 (16:43 +0200)]
docs: use `expanded` Sass output style for development (#32176)
XhmikosR [Tue, 17 Nov 2020 13:37:36 +0000 (15:37 +0200)]
skippy.html: reduce whitespace output
Tiger Oakes [Sun, 6 Sep 2020 05:30:58 +0000 (22:30 -0700)]
Add baseof layout
Tiger Oakes [Sun, 6 Sep 2020 05:29:59 +0000 (22:29 -0700)]
Move redirect layout into partial
dependabot[bot] [Tue, 17 Nov 2020 13:22:19 +0000 (15:22 +0200)]
Bump postcss from 8.1.6 to 8.1.7 (#32171)
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.6 to 8.1.7.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.1.6...8.1.7)
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>
dependabot[bot] [Tue, 17 Nov 2020 13:17:17 +0000 (15:17 +0200)]
Bump hugo-bin from 0.66.1 to 0.66.2 (#32169)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.66.1 to 0.66.2.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.66.1...v0.66.2)
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>
dependabot[bot] [Tue, 17 Nov 2020 13:08:22 +0000 (15:08 +0200)]
Bump rollup from 2.33.1 to 2.33.2 (#32168)
Bumps [rollup](https://github.com/rollup/rollup) from 2.33.1 to 2.33.2.
- [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.33.1...v2.33.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XhmikosR [Mon, 16 Nov 2020 12:31:03 +0000 (14:31 +0200)]
BrowserStack: test both on iPhone 7 and iPhone X (#32154)
XhmikosR [Sun, 15 Nov 2020 12:21:01 +0000 (14:21 +0200)]
Switch to jsDelivr for the remaining docs assets (#32158)
XhmikosR [Sat, 14 Nov 2020 13:59:35 +0000 (15:59 +0200)]
popovers.md: unbreak line (#32153)
XhmikosR [Mon, 9 Nov 2020 06:48:37 +0000 (08:48 +0200)]
search.js: remove `window.location.origin` workaround
XhmikosR [Tue, 3 Nov 2020 14:15:16 +0000 (16:15 +0200)]
Use `Array.find` instead of `Array.filter`
XhmikosR [Sat, 2 May 2020 13:31:51 +0000 (16:31 +0300)]
Use `String.startsWith`
XhmikosR [Sat, 2 May 2020 13:56:23 +0000 (16:56 +0300)]
Switch to `Set#has()`
XhmikosR [Sat, 2 May 2020 13:49:33 +0000 (16:49 +0300)]
Switch to Number properties
XhmikosR [Sat, 2 May 2020 13:43:13 +0000 (16:43 +0300)]
Switch to `String.includes()`
XhmikosR [Sat, 14 Nov 2020 13:43:25 +0000 (15:43 +0200)]
tooltip.js: deduplicate `_fixTitle()` (#32124)
Gaël Poupard [Sat, 14 Nov 2020 13:33:10 +0000 (14:33 +0100)]
Simplify make-container() (#31735)
XhmikosR [Sat, 14 Nov 2020 06:16:30 +0000 (08:16 +0200)]
Fix `.close` instances (#32152)
XhmikosR [Wed, 11 Nov 2020 19:16:20 +0000 (21:16 +0200)]
Move migration notes
Rohit Sharma [Wed, 11 Nov 2020 06:37:04 +0000 (12:07 +0530)]
Get only bs prefixed data attributes
XhmikosR [Fri, 6 Nov 2020 15:21:57 +0000 (17:21 +0200)]
Update the remaining files
Mark Otto [Mon, 2 Nov 2020 08:10:56 +0000 (10:10 +0200)]
Add note in migration.md
XhmikosR [Mon, 2 Nov 2020 08:09:32 +0000 (10:09 +0200)]
Rename docs version data attribute
Rohit Sharma [Wed, 22 Jul 2020 19:33:11 +0000 (22:33 +0300)]
Add `bs` in data attributes
- Add `bs` in data APIs everywhere
- Update unit tests
Mark Otto [Mon, 9 Nov 2020 04:05:22 +0000 (20:05 -0800)]
Move states docs and rewrite to match existing examples
Nikita Mikhaylov [Mon, 14 Sep 2020 05:33:31 +0000 (08:33 +0300)]
Add hover utilities
remome several hobers
refactoring hover utilities
refactoring hover utilities
Mark Otto [Fri, 13 Nov 2020 18:50:59 +0000 (10:50 -0800)]
Rename scale-color() function to shift-color() to avoid collision with Sass's own color function (#32149)
XhmikosR [Fri, 13 Nov 2020 16:56:04 +0000 (18:56 +0200)]
application.js: remove non-existent selector (#32131)
Jonathan [Fri, 13 Nov 2020 16:49:55 +0000 (17:49 +0100)]
Add hyphen between Sass and based (#32134)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Fri, 13 Nov 2020 10:45:11 +0000 (12:45 +0200)]
example.html: remove extra whitespace (#32143)
If we don't pass `class` to the `placeholder` shortcode, this resulted in two spaces before the `alt` attribute:
```html
{{< example >}}
{{< placeholder width="64" height="64" >}}
{{< /example >}}
```
```html
<img src="..." alt="...">
```
Dylan Anderson [Thu, 12 Nov 2020 16:12:42 +0000 (09:12 -0700)]
Update floating-labels.md (#32139)
Fixed grammar error.
Christian Oliff [Thu, 12 Nov 2020 13:01:00 +0000 (22:01 +0900)]
Fix caniuse.com URLS to prevent redirects (#32135)
Shorter URLS which are faster as they avoid HTTP redirects
XhmikosR [Wed, 11 Nov 2020 17:07:37 +0000 (19:07 +0200)]
Prepare v5.0.0-alpha3 (#32122)
XhmikosR [Wed, 11 Nov 2020 16:29:18 +0000 (18:29 +0200)]
browsers-devices: add `chomp` (#32116)
This is to remove any trailing newlines in the `.browserslistrc` shortcode
Martijn Cuppens [Wed, 11 Nov 2020 16:27:12 +0000 (17:27 +0100)]
Use correct value order (#32121)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Christian Oliff [Wed, 11 Nov 2020 16:22:42 +0000 (01:22 +0900)]
Minor improvements to the Alpha 3 changelog (#32126)
Small changes for improved consistency
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Wed, 11 Nov 2020 16:18:47 +0000 (18:18 +0200)]
masthead: add newlines in the snippets and reindent (#32129)
* Update masthead-followup.html
* Update single.html
dependabot[bot] [Tue, 10 Nov 2020 15:18:18 +0000 (17:18 +0200)]
Bump autoprefixer from 10.0.1 to 10.0.2 (#32119)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.0.1 to 10.0.2.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.0.1...10.0.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mark Otto [Tue, 10 Nov 2020 07:35:40 +0000 (23:35 -0800)]
Clarify JS bundle docs one more time (#32105)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 10 Nov 2020 07:22:16 +0000 (09:22 +0200)]
Bump hugo-bin from 0.65.0 to 0.66.1 (#32114)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.65.0 to 0.66.1.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.65.0...v0.66.1)
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>
dependabot[bot] [Tue, 10 Nov 2020 07:18:46 +0000 (09:18 +0200)]
Bump postcss from 8.1.4 to 8.1.6 (#32113)
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.4 to 8.1.6.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.1.4...8.1.6)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 10 Nov 2020 07:13:43 +0000 (09:13 +0200)]
Bump eslint from 7.12.1 to 7.13.0 (#32112)
Bumps [eslint](https://github.com/eslint/eslint) from 7.12.1 to 7.13.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.12.1...v7.13.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 10 Nov 2020 07:13:01 +0000 (09:13 +0200)]
Bump sass from 1.28.0 to 1.29.0 (#32111)
Bumps [sass](https://github.com/sass/dart-sass) from 1.28.0 to 1.29.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.28.0...1.29.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XhmikosR [Mon, 9 Nov 2020 18:47:55 +0000 (20:47 +0200)]
docs.html: replace backslashes with forward slashes (#32102)
This resulted in wrong links when building the docs on Windows.
XhmikosR [Mon, 9 Nov 2020 18:47:33 +0000 (20:47 +0200)]
modal.html: use `textContent` (#32101)
We are not handling any HTML
XhmikosR [Mon, 9 Nov 2020 18:47:02 +0000 (20:47 +0200)]
search.js: check for `search-input` element early (#32100)
XhmikosR [Mon, 9 Nov 2020 18:39:56 +0000 (20:39 +0200)]
search.js: use the current v5.getbootstrap.com URL (#32099)
XhmikosR [Mon, 9 Nov 2020 18:36:42 +0000 (20:36 +0200)]
package.json: fix clean-css level switch (#32097)
XhmikosR [Mon, 9 Nov 2020 18:33:20 +0000 (20:33 +0200)]
karma.conf.js: break lines (#32093)
Mark Otto [Mon, 9 Nov 2020 09:27:20 +0000 (01:27 -0800)]
Drop `.btn-block` classes, replace with utilities (#31995)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Patrick H. Lauke [Mon, 9 Nov 2020 05:18:17 +0000 (05:18 +0000)]
[Docs] Changes to navbar documentation/explanation (#32090)
* Expand "external content" section for navbar
- rephrase the intro to make a bit more sense
- add note about dangers of focus/reading order problems
* Remove pointless intro sentence
* Small wording changes/additions/fixes
Mark Otto [Sun, 8 Nov 2020 18:56:02 +0000 (10:56 -0800)]
Add .gap utilities (#32074)
* Add gap utilities
* Update .bundlewatch.config.json
* Revamp headings on this page for better organization
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Martijn Cuppens [Sun, 8 Nov 2020 18:49:26 +0000 (19:49 +0100)]
Add checks to fix color contrast issues (#32085)
XhmikosR [Sun, 8 Nov 2020 18:36:46 +0000 (20:36 +0200)]
Partially revert "Move this to a partial to work around the stray `p` issue." (#32076)
This partially reverts commit
23ddfa99a33c81916666326e0cfd2582dacfca44 .
XhmikosR [Sun, 8 Nov 2020 18:33:04 +0000 (20:33 +0200)]
download.md: link to JS files comparison too (#32087)
XhmikosR [Sun, 8 Nov 2020 18:32:32 +0000 (20:32 +0200)]
config.yml: remove the unused "expo" parameter (#32086)
XhmikosR [Sun, 8 Nov 2020 18:31:19 +0000 (20:31 +0200)]
reboot.md: mention "Liberation Sans" (#32084)
XhmikosR [Fri, 6 Nov 2020 09:00:11 +0000 (11:00 +0200)]
_variables.scss: reorder SVG attributes
This results in slightly better gzip compression
Martijn Cuppens [Thu, 5 Nov 2020 20:26:01 +0000 (21:26 +0100)]
Shade color for better color contrast
Martijn Cuppens [Thu, 5 Nov 2020 20:18:38 +0000 (21:18 +0100)]
Fix missing border & add transitions
Mark Otto [Tue, 3 Nov 2020 20:56:38 +0000 (12:56 -0800)]
Remove default transform-origin per code review
Mark Otto [Tue, 3 Nov 2020 20:56:24 +0000 (12:56 -0800)]
Update relative position hack for layers
Switches to slightly more verbose, but more consistent, z-index layering we use elsewhere (e.g., pagination). Doing this ensures we're not toggling position on and off, but rather z-index.
Mark Otto [Mon, 2 Nov 2020 19:36:51 +0000 (21:36 +0200)]
Add dedicated accordion component based on Collapse JS
Mark Otto [Fri, 6 Nov 2020 12:35:17 +0000 (04:35 -0800)]
Add .d-grid to our display utilities (#32066)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Fri, 6 Nov 2020 10:00:03 +0000 (12:00 +0200)]
stylelint: pass the ` --rd` flag (#32063)
* stylelint: pass the ` --rd` flag
Should report any needless disables
* Update _button-group.scss
* Update _floating-labels.scss
Emilio Cobos Álvarez [Fri, 6 Nov 2020 08:46:49 +0000 (09:46 +0100)]
Remove firefox workaround for ::file-selector-button margin. (#32064)
As per https://bugzilla.mozilla.org/show_bug.cgi?id=
1673895 ,
this workaround shouldn't be necessary in FF83+.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Mark Otto [Thu, 5 Nov 2020 16:56:02 +0000 (08:56 -0800)]
Add keyboard shortcut to focus search field (#31702)
* Documentation: Add slash key event to focus the input search.
* Add little tag for keyboard shortcut in the search field
* Use ctrl / as keyboard shortcut
* Update search.js
Co-authored-by: chuckrincon <chuckrincon@gmail.com>
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Tue, 3 Nov 2020 13:40:16 +0000 (15:40 +0200)]
Tighten bundlewatch limits.
XhmikosR [Mon, 26 Oct 2020 14:39:23 +0000 (16:39 +0200)]
Remove the now unneeded polyfills.
XhmikosR [Mon, 26 Oct 2020 14:09:07 +0000 (16:09 +0200)]
Drop Legacy Edge support.
This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions.
Mark Otto [Tue, 3 Nov 2020 18:44:03 +0000 (10:44 -0800)]
Big copy edits and testing
Moves the remote utilities section to the using the api section and updates the code snippet to work. Previous one removed all utilities.
Luke-zhang-04 [Sun, 19 Jul 2020 18:08:41 +0000 (21:08 +0300)]
docs: add info on modifying and adding utilities