]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
5 years agoBackport #30391
Martijn Cuppens [Mon, 6 Apr 2020 13:22:35 +0000 (15:22 +0200)] 
Backport #30391

transition() mixin prevent redundant 'transition: none' and pass `null`

5 years ago v4 tabs - accessibility issue when using ul/li semantic (#30381)
Laussel Loïc [Fri, 10 Apr 2020 05:35:09 +0000 (07:35 +0200)] 
 v4 tabs - accessibility issue when using ul/li semantic (#30381)

Add aria-role presentation on li element when ul element has role tablist and remove dropdown from visual tests as they've been removed from doc

5 years agoFix event propagation from inactive and disabled dropdowns (#30510) (#30511)
luktom [Tue, 7 Apr 2020 18:16:17 +0000 (20:16 +0200)] 
Fix event propagation from inactive and disabled dropdowns (#30510) (#30511)

5 years agoBackport #30353 (#30361)
Martijn Cuppens [Wed, 1 Apr 2020 05:53:07 +0000 (07:53 +0200)] 
Backport #30353 (#30361)

Remove appearance from date inputs

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoSwitch to string constants. (#30490)
XhmikosR [Tue, 31 Mar 2020 18:27:35 +0000 (21:27 +0300)] 
Switch to string constants. (#30490)

This allows the minifier to mangle the constants. It also allows the linter to find unused strings properly.

While at it, remove a few unused properties.

File                        Before      After       Diff
--------------------------------------------------------
bootstrap.bundle.min.js     22.09 kB    21.13 kB    -0.96 kB (-4.35 %)
bootstrap.min.js            15.4 kB     14.46 kB    -0.94 kB (-3.86 %)

5 years agoBump devDependencies and gems.
XhmikosR [Tue, 31 Mar 2020 13:30:53 +0000 (16:30 +0300)] 
Bump devDependencies and gems.

5 years agoRemove holder.js leftovers (#30469)
XhmikosR [Sat, 28 Mar 2020 10:07:14 +0000 (12:07 +0200)] 
Remove holder.js leftovers (#30469)

5 years agoAdded focus state to .btn-link (#30036)
Tim Dujardin [Mon, 23 Mar 2020 17:08:17 +0000 (18:08 +0100)] 
Added focus state to .btn-link (#30036)

5 years agoBackport #30041 and #30448
XhmikosR [Wed, 25 Mar 2020 14:38:44 +0000 (16:38 +0200)] 
Backport #30041 and #30448

Switch links to the GitHub organization and fix redirected links

5 years agoUpdate modal docs (#30325)
Shohei Yoshida [Mon, 23 Mar 2020 17:15:30 +0000 (02:15 +0900)] 
Update modal docs (#30325)

5 years agoBackport (#30383)
Johann-S [Fri, 20 Mar 2020 21:33:23 +0000 (22:33 +0100)] 
Backport (#30383)

fix: ensure totype always return stringified null when null passed

5 years agoBackport (#30418)
XhmikosR [Wed, 18 Mar 2020 19:09:30 +0000 (21:09 +0200)] 
Backport (#30418)

Open icons in a new tab like the rest of the external links

5 years agoClarify card group behavior (#30416)
XhmikosR [Wed, 18 Mar 2020 08:29:10 +0000 (10:29 +0200)] 
Clarify card group behavior (#30416)

Co-authored-by: Mark Otto <markd.otto@gmail.com>
5 years agoCI: switch to Ruby 2.6.
XhmikosR [Tue, 17 Mar 2020 19:34:33 +0000 (21:34 +0200)] 
CI: switch to Ruby 2.6.

5 years agoPrevent vertical offset in IE 11 (#29413)
Frank Liepert [Tue, 31 Mar 2020 12:09:09 +0000 (14:09 +0200)] 
Prevent vertical offset in IE 11 (#29413)

Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agofix `$().button('toggle')` not working for checkbox inside label (#30388)
Laussel Loïc [Mon, 16 Mar 2020 12:28:33 +0000 (13:28 +0100)] 
fix `$().button('toggle')` not working for checkbox inside label (#30388)

5 years agoUpdate .github/workflows/test.yml
XhmikosR [Thu, 20 Feb 2020 16:05:27 +0000 (18:05 +0200)] 
Update .github/workflows/test.yml

5 years agoRevert "CI: switch to Ruby 2.6"
XhmikosR [Thu, 20 Feb 2020 10:49:39 +0000 (12:49 +0200)] 
Revert "CI: switch to Ruby 2.6"

5 years agoBackport #29920
XhmikosR [Wed, 22 Jan 2020 15:24:36 +0000 (17:24 +0200)] 
Backport #29920

Add lockfile-lint

5 years agoCI: switch to Ruby 2.6
XhmikosR [Mon, 13 Jan 2020 13:09:17 +0000 (15:09 +0200)] 
CI: switch to Ruby 2.6

5 years agoUpdate CI caching
XhmikosR [Mon, 13 Jan 2020 12:58:09 +0000 (14:58 +0200)] 
Update CI caching

5 years agoReplace uglify-js with terser.
XhmikosR [Tue, 21 Jan 2020 11:36:58 +0000 (13:36 +0200)] 
Replace uglify-js with terser.

5 years agoUpdate Jekyll to v4.0.0.
XhmikosR [Tue, 20 Aug 2019 16:27:34 +0000 (19:27 +0300)] 
Update Jekyll to v4.0.0.

5 years agoReplace broken-link-checker with linkinator
XhmikosR [Wed, 22 Jan 2020 15:24:11 +0000 (17:24 +0200)] 
Replace broken-link-checker with linkinator

5 years agoDrop Node.js < 10 support and update all devDependencies.
XhmikosR [Tue, 31 Dec 2019 16:53:30 +0000 (18:53 +0200)] 
Drop Node.js < 10 support and update all devDependencies.

* sinon 8.x doesn't work with IE, so leave it at 7.x.

5 years agoUpdate devDependencies and gems
XhmikosR [Sun, 8 Mar 2020 08:12:12 +0000 (10:12 +0200)] 
Update devDependencies and gems

5 years agobuild/ship.sh: shellcheck fixes. (#30197)
XhmikosR [Thu, 5 Mar 2020 15:06:18 +0000 (17:06 +0200)] 
build/ship.sh: shellcheck fixes. (#30197)

Also add `set -e` so that if a command fails the whole script fails too.

5 years ago$link-decoration: underline affects some components (#30262)
Martijn Cuppens [Thu, 5 Mar 2020 14:22:52 +0000 (15:22 +0100)] 
$link-decoration: underline affects some components (#30262)

Co-authored-by: Shohei Yoshida <fellows3@gmail.com>
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agoCSS & alignment tweaks
Martijn Cuppens [Tue, 25 Feb 2020 15:32:23 +0000 (17:32 +0200)] 
CSS & alignment tweaks

5 years agoExample dashboard: fix menu disappearing on small viewport
Minobi [Sun, 23 Feb 2020 12:33:27 +0000 (14:33 +0200)] 
Example dashboard: fix menu disappearing on small viewport

5 years agoFix centered modal scrolling issue (#30244)
Shohei Yoshida [Sat, 29 Feb 2020 07:59:36 +0000 (16:59 +0900)] 
Fix centered modal scrolling issue (#30244)

Use the `min-content` property.

5 years agoUpdate jekyll-toc to v0.13.1.
XhmikosR [Mon, 17 Feb 2020 09:55:52 +0000 (11:55 +0200)] 
Update jekyll-toc to v0.13.1.

5 years agoUpdate devDependencies and gems.
XhmikosR [Mon, 17 Feb 2020 09:53:24 +0000 (11:53 +0200)] 
Update devDependencies and gems.

5 years ago.gitattributes: add `.sh` and remove `.rb` files. (#30196)
XhmikosR [Mon, 17 Feb 2020 19:18:57 +0000 (21:18 +0200)] 
.gitattributes: add `.sh` and remove `.rb` files. (#30196)

5 years agodocs(theming): improve headings hierarchy under Sass → Functions (#30207)
Gaël Poupard [Mon, 17 Feb 2020 18:40:08 +0000 (19:40 +0100)] 
docs(theming): improve headings hierarchy under Sass → Functions (#30207)

5 years agoBackport #29971
XhmikosR [Mon, 17 Feb 2020 09:58:57 +0000 (11:58 +0200)] 
Backport #29971

Remove old versions from docs-navbar.html

5 years agoRemove unnecessary reduce motion when `$enable-transition: false` (#30183)
Shohei Yoshida [Mon, 17 Feb 2020 07:46:53 +0000 (16:46 +0900)] 
Remove unnecessary reduce motion when `$enable-transition: false` (#30183)

5 years agoAdd Microsoft Edge for MacOS to supported browsers (#29956)
Christian Oliff [Mon, 17 Feb 2020 07:55:32 +0000 (16:55 +0900)] 
Add Microsoft Edge for MacOS to supported browsers (#29956)

The new Chromium-based Edge has been available as a beta for sometime and general availability of the final version is expected to ship from Jan 15. I think it makes sense to add it as a supported browser once it's out of beta.
REF: https://blogs.windows.com/windowsexperience/2019/11/04/introducing-the-new-microsoft-edge-and-bing/

5 years agoAdded new variable for padding on dropdown header (#29946)
Giovanni Mendoza [Sat, 15 Feb 2020 11:06:02 +0000 (05:06 -0600)] 
Added new variable for padding on dropdown header (#29946)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agochange-version.js: Remove nuspec files (#30161)
XhmikosR [Thu, 13 Feb 2020 12:37:25 +0000 (14:37 +0200)] 
change-version.js: Remove nuspec files (#30161)

The version in the nuspec files is updated automatically from package.json through MyGet.ps1

5 years agoAvoid border-radius functions return negative values (#30166)
Shohei Yoshida [Fri, 14 Feb 2020 06:40:07 +0000 (15:40 +0900)] 
Avoid border-radius functions return negative values (#30166)

* Avoid border-radius functions return negative values

* Update _border-radius.scss

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoBump bootstrap.min.js bundle size limit.
XhmikosR [Wed, 12 Feb 2020 10:49:06 +0000 (12:49 +0200)] 
Bump bootstrap.min.js bundle size limit.

5 years agoAdd ysds to the team page (#30145)
Martijn Cuppens [Sun, 9 Feb 2020 12:12:28 +0000 (13:12 +0100)] 
Add ysds to the team page (#30145)

5 years agoBackport #29886
Giovanni Mendoza [Fri, 10 Jan 2020 09:06:12 +0000 (11:06 +0200)] 
Backport #29886

Close modal with keyboard=true & backdrop=static

5 years agoUpdated nuspec content files and icon (#30148)
Jesse Mandel [Mon, 10 Feb 2020 09:20:28 +0000 (01:20 -0800)] 
Updated nuspec content files and icon (#30148)

* #30045 - Update nuspec for updated content type

* Update iconUrl (deprecated) to icon

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoPrevent grid with default cols from breaking when large pre was present (#30049)
Jens Luyten [Sat, 25 Jan 2020 09:15:06 +0000 (10:15 +0100)] 
Prevent grid with default cols from breaking when large pre was present (#30049)

5 years agoBackport #29325. (#30074)
Martijn Cuppens [Thu, 23 Jan 2020 16:18:07 +0000 (17:18 +0100)] 
Backport #29325. (#30074)

`.text-break` fix

5 years agoIE auto-size input-group to column (#30043)
jorimvanhove [Thu, 23 Jan 2020 15:30:31 +0000 (16:30 +0100)] 
IE auto-size input-group to column (#30043)

5 years agoUse regex.test() when we want to check for a Boolean. (#29969)
XhmikosR [Tue, 7 Jan 2020 20:07:51 +0000 (22:07 +0200)] 
Use regex.test() when we want to check for a Boolean. (#29969)

5 years agojavascript.md: Add `srcset` in sanitizer docs (#30007)
XhmikosR [Mon, 13 Jan 2020 15:49:36 +0000 (17:49 +0200)] 
javascript.md: Add `srcset` in sanitizer docs (#30007)

5 years agosanitizer.js: Add srcset in the allowed attributes (#29968)
XhmikosR [Tue, 7 Jan 2020 20:46:28 +0000 (22:46 +0200)] 
sanitizer.js: Add srcset in the allowed attributes (#29968)

5 years agoBackport #30090 (#30175)
Martijn Cuppens [Fri, 14 Feb 2020 20:15:04 +0000 (21:15 +0100)] 
Backport #30090 (#30175)

Add version number to documentation `<title>`

5 years agoFix disabled `.btn` cursor (#30004)
Martijn Cuppens [Mon, 3 Feb 2020 18:54:29 +0000 (19:54 +0100)] 
Fix disabled `.btn` cursor (#30004)

5 years agoreboot.md: Add missing Noto Sans font (#29937)
XhmikosR [Thu, 2 Jan 2020 10:02:57 +0000 (12:02 +0200)] 
reboot.md: Add missing Noto Sans font (#29937)

* reboot.md: Add missing Noto Sans font

* Sans serif order fix

Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agoBump copyright year to 2020. (#29944)
XhmikosR [Thu, 2 Jan 2020 09:34:48 +0000 (11:34 +0200)] 
Bump copyright year to 2020. (#29944)

5 years agopackage.json: move funding property higher. (#29936)
XhmikosR [Thu, 2 Jan 2020 08:20:57 +0000 (10:20 +0200)] 
package.json: move funding property higher. (#29936)

5 years agoUpdate devDependencies and gems
XhmikosR [Thu, 26 Dec 2019 13:13:25 +0000 (15:13 +0200)] 
Update devDependencies and gems

5 years agoREADME.md: show sponsors first (#29931)
Martijn Cuppens [Mon, 30 Dec 2019 20:21:59 +0000 (21:21 +0100)] 
README.md: show sponsors first (#29931)

5 years agoCI: fix Ruby caching
XhmikosR [Thu, 26 Dec 2019 13:18:51 +0000 (15:18 +0200)] 
CI: fix Ruby caching

5 years agoEscape brackets (#29857)
Martijn Cuppens [Wed, 25 Dec 2019 20:43:22 +0000 (21:43 +0100)] 
Escape brackets (#29857)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoAllow percentages in container widths (#29819)
Martijn Cuppens [Wed, 25 Dec 2019 20:16:58 +0000 (21:16 +0100)] 
Allow percentages in container widths (#29819)

5 years agoDocumentation fix: move width after `make-container()` mixin (#29820)
Martijn Cuppens [Wed, 25 Dec 2019 11:28:02 +0000 (12:28 +0100)] 
Documentation fix: move width after `make-container()` mixin (#29820)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoUpdate test.yml (#29863)
XhmikosR [Tue, 24 Dec 2019 16:12:13 +0000 (18:12 +0200)] 
Update test.yml (#29863)

Fix cache name

5 years agoUpdate devDependencies and gems
XhmikosR [Fri, 13 Dec 2019 15:30:42 +0000 (17:30 +0200)] 
Update devDependencies and gems

5 years agoActions: add gems caching
XhmikosR [Sun, 8 Dec 2019 13:58:39 +0000 (15:58 +0200)] 
Actions: add gems caching

5 years agoCI: update to `actions/checkout@v2` (#29847)
XhmikosR [Fri, 13 Dec 2019 13:59:37 +0000 (15:59 +0200)] 
CI: update to `actions/checkout@v2` (#29847)

5 years agoActions: add npm cache (#29765)
XhmikosR [Fri, 13 Dec 2019 15:12:03 +0000 (17:12 +0200)] 
Actions: add npm cache (#29765)

5 years agodocs: Add Korean translation link
AlexKoala [Sun, 1 Dec 2019 01:12:36 +0000 (10:12 +0900)] 
docs: Add Korean translation link

5 years agoFix breadcrumb spacing with whitespace (#29745)
719media [Thu, 28 Nov 2019 17:54:34 +0000 (09:54 -0800)] 
Fix breadcrumb spacing with whitespace (#29745)

5 years agoImprove wrapping and hit area of accordion example titles (#29782)
Shohei Yoshida [Sun, 1 Dec 2019 16:41:15 +0000 (01:41 +0900)] 
Improve wrapping and hit area of accordion example titles (#29782)

5 years agoRelease v4.4.1. v4.4.1
XhmikosR [Thu, 28 Nov 2019 12:37:56 +0000 (14:37 +0200)] 
Release v4.4.1.

5 years agoFix dart Sass compatibility for subtract (#29763)
Shohei Yoshida [Thu, 28 Nov 2019 12:33:31 +0000 (21:33 +0900)] 
Fix dart Sass compatibility for subtract (#29763)

5 years agoV4: Add :disabled for disabled fieldset (#29762)
Shohei Yoshida [Thu, 28 Nov 2019 12:35:46 +0000 (21:35 +0900)] 
V4: Add :disabled for disabled fieldset (#29762)

5 years agoFix dart Sass compatibility (#29755)
Martijn Cuppens [Thu, 28 Nov 2019 07:48:33 +0000 (08:48 +0100)] 
Fix dart Sass compatibility (#29755)

5 years agoUpdate Gemfile.lock
XhmikosR [Wed, 27 Nov 2019 10:17:02 +0000 (12:17 +0200)] 
Update Gemfile.lock

5 years agoRelease v4.4.0 (#29735) v4.4.0
XhmikosR [Tue, 26 Nov 2019 17:12:00 +0000 (19:12 +0200)] 
Release v4.4.0 (#29735)

5 years agoBackport #29734
XhmikosR [Tue, 26 Nov 2019 07:13:14 +0000 (09:13 +0200)] 
Backport #29734

justify-content:between ⇒ justify-content:space-between

5 years agoUpdate change-version.js (#29736)
XhmikosR [Tue, 26 Nov 2019 07:00:21 +0000 (09:00 +0200)] 
Update change-version.js (#29736)

Add `.nuspec` to the extensions list

5 years agoUpdate devDependencies and gems. 29732/head
XhmikosR [Mon, 25 Nov 2019 10:02:45 +0000 (12:02 +0200)] 
Update devDependencies and gems.

5 years agoSwitch to the Coveralls Action (#29478)
XhmikosR [Mon, 18 Nov 2019 19:03:43 +0000 (21:03 +0200)] 
Switch to the Coveralls Action (#29478)

This is the official way of using Coveralls with Actions. Also this brings back Coveralls for PRs.

5 years agoBackport #29624
XhmikosR [Tue, 12 Nov 2019 07:40:29 +0000 (09:40 +0200)] 
Backport #29624

config.yml: update popper.js to v1.16.0

5 years agoUpdate anchor.js to v4.2.1 (#29662)
XhmikosR [Tue, 12 Nov 2019 07:34:16 +0000 (09:34 +0200)] 
Update anchor.js to v4.2.1 (#29662)

5 years agoFixed input-height-sm and input-height-lg calculations (#29653)
Sam Duvall [Thu, 7 Nov 2019 18:34:54 +0000 (13:34 -0500)] 
Fixed input-height-sm and input-height-lg calculations (#29653)

5 years agopackage.json: Add funding property (#29646)
Martijn Cuppens [Thu, 7 Nov 2019 18:28:51 +0000 (19:28 +0100)] 
package.json: Add funding property (#29646)

5 years agoFix icons link.
XhmikosR [Mon, 4 Nov 2019 13:56:09 +0000 (15:56 +0200)] 
Fix icons link.

5 years agoprogress: Fix IE overflow (#29629)
Martijn Cuppens [Mon, 4 Nov 2019 12:37:13 +0000 (13:37 +0100)] 
progress: Fix IE overflow (#29629)

5 years agoSass: fix version in deprecation messages.
XhmikosR [Sat, 2 Nov 2019 08:38:43 +0000 (10:38 +0200)] 
Sass: fix version in deprecation messages.

The final version will be bumped when the next version is released.

5 years agoMake check label cursor customizable (#29633)
Gary PEGEOT [Thu, 7 Nov 2019 19:02:10 +0000 (19:02 +0000)] 
Make check label cursor customizable (#29633)

6 years agoUpdate devDependencies and gems.
XhmikosR [Sat, 2 Nov 2019 07:49:00 +0000 (09:49 +0200)] 
Update devDependencies and gems.

6 years agoUpdate modal.md (#29621)
XhmikosR [Fri, 1 Nov 2019 11:18:28 +0000 (13:18 +0200)] 
Update modal.md (#29621)

Fix typo

6 years agobackport #29516: added animation when modal backdrop is static
Johann-S [Mon, 28 Oct 2019 14:28:11 +0000 (16:28 +0200)] 
backport #29516: added animation when modal backdrop is static

6 years agobackport #29523: skip hidden dropdowns while focusing
Johann-S [Mon, 28 Oct 2019 12:34:11 +0000 (13:34 +0100)] 
backport #29523: skip hidden dropdowns while focusing

6 years agoAdd configurable button text wrapping (#29554)
Martijn Cuppens [Fri, 25 Oct 2019 09:37:52 +0000 (11:37 +0200)] 
Add configurable button text wrapping (#29554)

6 years agoBackport #29585
XhmikosR [Fri, 25 Oct 2019 09:27:35 +0000 (12:27 +0300)] 
Backport #29585

Enable eslint no-console rule except for build directory

6 years agoBackport #29544
XhmikosR [Fri, 18 Oct 2019 07:30:34 +0000 (10:30 +0300)] 
Backport #29544

Add link to Icons site in our docs

6 years agoCI: disable gem docs globally
XhmikosR [Thu, 17 Oct 2019 15:31:48 +0000 (18:31 +0300)] 
CI: disable gem docs globally

6 years agoCI: install bundler 1.17 and without docs
XhmikosR [Thu, 17 Oct 2019 15:20:39 +0000 (18:20 +0300)] 
CI: install bundler 1.17 and without docs

6 years agoAdd make-col-auto mixin (#29367)
Mark Otto [Thu, 17 Oct 2019 06:46:34 +0000 (23:46 -0700)] 
Add make-col-auto mixin (#29367)

6 years agoFix highlighting.
XhmikosR [Fri, 1 Nov 2019 10:37:56 +0000 (12:37 +0200)] 
Fix highlighting.

v4-dev is using Jekyll, not Hugo.

6 years agoConvert v4-dev calc() left overs to add/subtract functions
Martijn Cuppens [Fri, 1 Nov 2019 09:32:21 +0000 (10:32 +0100)] 
Convert v4-dev calc() left overs to add/subtract functions