]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
5 years agoInclude the newly added utilities/interactions.scss file
XhmikosR [Tue, 12 May 2020 06:03:58 +0000 (09:03 +0300)] 
Include the newly added utilities/interactions.scss file

We missed it in #30562

5 years agoUpdate devDependencies and gems.
XhmikosR [Tue, 12 May 2020 05:36:45 +0000 (08:36 +0300)] 
Update devDependencies and gems.

5 years agoBackport d59de33 from #30772
XhmikosR [Tue, 12 May 2020 04:59:22 +0000 (07:59 +0300)] 
Backport d59de33 from #30772

Add a test about the scrollbar issue on non-integer width

5 years agoAvoid bad scrollbar replacement into width values
Giovanni Mendoza [Tue, 14 Jan 2020 00:42:22 +0000 (18:42 -0600)] 
Avoid bad scrollbar replacement into width values

Refs #30772

5 years agoUpdate codeql.yml (#30777)
XhmikosR [Mon, 11 May 2020 18:04:27 +0000 (21:04 +0300)] 
Update codeql.yml (#30777)

Remove moot fail-fast option

5 years agoImprove build/zip-examples.js (#30759)
XhmikosR [Mon, 11 May 2020 15:01:18 +0000 (18:01 +0300)] 
Improve build/zip-examples.js (#30759)

* remove favicons meta tags
* copy the two brand images we use in the examples
* copy dist and brand images into an assets folder

5 years agoRemoved role="document" from the modal dialog (#30755)
Rohit Sharma [Mon, 11 May 2020 09:45:42 +0000 (15:15 +0530)] 
Removed role="document" from the modal dialog (#30755)

5 years agoCI: simplify cache
XhmikosR [Sun, 10 May 2020 18:27:44 +0000 (21:27 +0300)] 
CI: simplify cache

While it might not be possible to invalidate the cache by changing test.yml, this should speed things up a lot due to `bundle i` taking most of the time.

5 years agoPartially revert "Use regex.test() when we want to check for a Boolean. (#29969)"
XhmikosR [Sat, 9 May 2020 13:50:47 +0000 (16:50 +0300)] 
Partially revert "Use regex.test() when we want to check for a Boolean. (#29969)"

This partially reverts commit 6c464938039e4fb23af4a35146250da9e1630de4.

5 years agocollapse.js: combine classes
XhmikosR [Fri, 8 May 2020 18:45:02 +0000 (21:45 +0300)] 
collapse.js: combine classes

5 years agoMinor lint tweaks and rules cleanup
XhmikosR [Fri, 8 May 2020 16:19:14 +0000 (19:19 +0300)] 
Minor lint tweaks and rules cleanup

5 years agobuild-plugins.js: add missing shebang (#30743)
XhmikosR [Tue, 5 May 2020 18:20:44 +0000 (21:20 +0300)] 
build-plugins.js: add missing shebang (#30743)

5 years agodropdown.js: switch to a ternary
XhmikosR [Fri, 8 May 2020 14:28:43 +0000 (17:28 +0300)] 
dropdown.js: switch to a ternary

5 years agotests: switch to strictEqual/notStrictEqual
XhmikosR [Fri, 8 May 2020 13:36:20 +0000 (16:36 +0300)] 
tests: switch to strictEqual/notStrictEqual

5 years agoscrollspy.js add more tests
XhmikosR [Fri, 8 May 2020 06:08:39 +0000 (09:08 +0300)] 
scrollspy.js add more tests

5 years agoRemove variables used once.
XhmikosR [Fri, 8 May 2020 07:21:50 +0000 (10:21 +0300)] 
Remove variables used once.

5 years agoJoin/break a few lines, no functional changes
XhmikosR [Fri, 8 May 2020 07:21:04 +0000 (10:21 +0300)] 
Join/break a few lines, no functional changes

5 years agoREADME.md: change Tests badge to point to v4-dev
XhmikosR [Thu, 7 May 2020 19:50:27 +0000 (22:50 +0300)] 
README.md: change Tests badge to point to v4-dev

5 years agopackage.json: add a docs-build script
XhmikosR [Thu, 7 May 2020 08:35:25 +0000 (11:35 +0300)] 
package.json: add a docs-build script

Make the `docs-compile` one an alias of `docs-build`.

5 years agoCI: stop updating RubyGems since it's not needed
XhmikosR [Thu, 7 May 2020 08:17:02 +0000 (11:17 +0300)] 
CI: stop updating RubyGems since it's not needed

5 years agoAdd new interaction utilities and role attr to Reboot (#30562)
Mark Otto [Mon, 11 May 2020 17:57:29 +0000 (10:57 -0700)] 
Add new interaction utilities and role attr to Reboot (#30562)

- Adds .user-select-* utils from v5
- Adds button role attribute util, one of the top requested features in our issues for adding pointer cursors
- Adds new docs page to demonstrate both
- Includes Sass list for customizing user select

5 years agoBackport #29272 and adapt if for v4-dev
XhmikosR [Sun, 10 May 2020 07:03:13 +0000 (10:03 +0300)] 
Backport #29272 and adapt if for v4-dev

docs: fix tap targets

5 years agoAdd `loading="lazy"` in images
XhmikosR [Sun, 10 May 2020 05:13:02 +0000 (08:13 +0300)] 
Add `loading="lazy"` in images

Backport of #30199 after adapting it for v4-dev.

5 years agov4: Update homepage, examples, and general docs styles
Mark Otto [Sat, 9 May 2020 21:33:01 +0000 (00:33 +0300)] 
v4: Update homepage, examples, and general docs styles

- Refreshes the look and feel of the homepage with fresh colors, new content, and simplified styles.
- Updates docs button styles
- Replaces bytesize icons with Bootstrap icons
- Adds themes callout to examples page

5 years agoUpdate devDependencies and gems
XhmikosR [Thu, 7 May 2020 06:19:26 +0000 (09:19 +0300)] 
Update devDependencies and gems

5 years agoRevert "Avoid bad scrollbar replacement into width values (#30690)"
XhmikosR [Wed, 6 May 2020 15:14:10 +0000 (18:14 +0300)] 
Revert "Avoid bad scrollbar replacement into width values (#30690)"

This reverts commit 5f00bba6529d53d850a0d24ff0415782c8acebe4.

5 years agoensure build plugins can exit in error (#30744)
Johann-S [Wed, 6 May 2020 04:52:06 +0000 (06:52 +0200)] 
ensure build plugins can exit in error (#30744)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoenforce element check on scrollspy target
Johann-S [Tue, 5 May 2020 19:42:58 +0000 (21:42 +0200)] 
enforce element check on scrollspy target

5 years agoUpdate jQuery to v3.5.1.
XhmikosR [Tue, 5 May 2020 05:09:49 +0000 (08:09 +0300)] 
Update jQuery to v3.5.1.

5 years agoscrollspy.js: remove temporary variable (#30724)
XhmikosR [Mon, 4 May 2020 16:43:50 +0000 (19:43 +0300)] 
scrollspy.js: remove temporary variable (#30724)

5 years agoBackport #30723
XhmikosR [Mon, 4 May 2020 17:11:30 +0000 (20:11 +0300)] 
Backport #30723

Move babel whitelist helpers to a common file

5 years agoUpdate codeql.yml (#30719)
XhmikosR [Mon, 4 May 2020 16:24:26 +0000 (19:24 +0300)] 
Update codeql.yml (#30719)

Remove `pull_request` event since it's not supported.

5 years agopackage.json: fix release script for v4.
XhmikosR [Sun, 3 May 2020 12:14:33 +0000 (15:14 +0300)] 
package.json: fix release script for v4.

5 years agoWording fixes
Mark Otto [Wed, 6 May 2020 15:59:16 +0000 (18:59 +0300)] 
Wording fixes

5 years agoUpdate browser-bugs.md
XhmikosR [Wed, 6 May 2020 15:27:04 +0000 (18:27 +0300)] 
Update browser-bugs.md

Add a danger callout that the page is outdated

5 years agoFix typo (#30745)
Quy [Wed, 6 May 2020 03:54:42 +0000 (20:54 -0700)] 
Fix typo (#30745)

Use possessive form of it

5 years agoRevert "v4: Add Release Drafter (#30701)" (#30711)
XhmikosR [Mon, 4 May 2020 17:00:19 +0000 (20:00 +0300)] 
Revert "v4: Add Release Drafter (#30701)" (#30711)

This reverts commit f93e58eddb395ddbb52f2d26aeeae45e0e2d46e5.

5 years agosearch.js: make the check for URL stricter (#30695)
XhmikosR [Thu, 30 Apr 2020 18:07:26 +0000 (21:07 +0300)] 
search.js: make the check for URL stricter  (#30695)

5 years agoAvoid bad scrollbar replacement into width values (#30690)
Johann-S [Wed, 29 Apr 2020 19:28:20 +0000 (21:28 +0200)] 
Avoid bad scrollbar replacement into width values (#30690)

5 years agoBackport #30130
XhmikosR [Wed, 29 Apr 2020 18:21:53 +0000 (21:21 +0300)] 
Backport #30130

Add a script to zip the built examples

5 years agofix package.json add extension in main field
Johann-S [Wed, 29 Apr 2020 15:25:18 +0000 (17:25 +0200)] 
fix package.json add extension in main field

5 years agoBackport #30685
Martijn Cuppens [Wed, 29 Apr 2020 15:03:41 +0000 (17:03 +0200)] 
Backport #30685

`<pre>`: Disable auto-hiding scrollbar in IE & legacy Edge

5 years agoBackport the CodeQL Action addition
XhmikosR [Wed, 29 Apr 2020 14:13:32 +0000 (17:13 +0300)] 
Backport the CodeQL Action addition

5 years agoFix redirect
XhmikosR [Wed, 29 Apr 2020 14:09:38 +0000 (17:09 +0300)] 
Fix redirect

5 years agoBackport #30362
XhmikosR [Tue, 28 Apr 2020 18:47:59 +0000 (21:47 +0300)] 
Backport #30362

Remove unneeded og:image:secure_url from social.html

The image is always available over HTTPS anyway

5 years agov4: Add Release Drafter (#30701)
Mark Otto [Fri, 1 May 2020 08:22:10 +0000 (01:22 -0700)] 
v4: Add Release Drafter (#30701)

* Create release-drafter.yml
* Create release-notes.yml

5 years agov4: Change input group validation examples (#30180)
Shohei Yoshida [Thu, 30 Apr 2020 06:29:03 +0000 (15:29 +0900)] 
v4: Change input group validation examples (#30180)

* Change input group examples

* Update forms.md

* Update site/docs/4.4/components/forms.md

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agoFixes #30503 to replace renamed position utility (#30505)
Mark Otto [Thu, 30 Apr 2020 06:11:51 +0000 (23:11 -0700)] 
Fixes #30503 to replace renamed position utility (#30505)

5 years agoCI: remove no longer needed steps (#30674)
XhmikosR [Tue, 28 Apr 2020 15:06:03 +0000 (18:06 +0300)] 
CI: remove no longer needed steps (#30674)

The latest `actions/setup-node` prints this info by default

5 years agoUpdate devDependencies and gems.
XhmikosR [Tue, 28 Apr 2020 13:45:36 +0000 (16:45 +0300)] 
Update devDependencies and gems.

5 years agoPrevent list group style leaks (#30660)
Martijn Cuppens [Tue, 28 Apr 2020 07:24:17 +0000 (09:24 +0200)] 
Prevent list group style leaks (#30660)

5 years agoCI: set `CI_BRANCH_BASE` to v4-dev
XhmikosR [Mon, 27 Apr 2020 08:39:58 +0000 (11:39 +0300)] 
CI: set `CI_BRANCH_BASE` to v4-dev

This is so that bundlewatch compares against v4-dev and not master.

5 years agoBackport 9b97dc6
XhmikosR [Sun, 26 Apr 2020 07:38:48 +0000 (10:38 +0300)] 
Backport 9b97dc6

Tweak syntax highlighting colors to be WCAG2AA valid.

Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agoBackport #30633
Martijn Cuppens [Fri, 24 Apr 2020 19:56:15 +0000 (21:56 +0200)] 
Backport #30633

Remove caret element

5 years agoBackport #30605
Martijn Cuppens [Sat, 18 Apr 2020 10:09:01 +0000 (12:09 +0200)] 
Backport #30605

grid: checks for `$grid-columns > 0`

5 years agoBackport #30606 (#30612)
Catalin Zalog [Fri, 17 Apr 2020 18:37:09 +0000 (21:37 +0300)] 
Backport #30606 (#30612)

checks for `$grid-row-columns`

5 years agofeat: checks for `$grid-breakpoints` map list (#30609)
Catalin Zalog [Fri, 17 Apr 2020 17:18:51 +0000 (20:18 +0300)] 
feat: checks for `$grid-breakpoints` map list (#30609)

Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agov5: Improve the responsiveness of our Dashboard example (#30573)
Mark Otto [Wed, 15 Apr 2020 04:22:55 +0000 (21:22 -0700)] 
v5: Improve the responsiveness of our Dashboard example (#30573)

Cleans up some column classes to ensure things line up across all viewports. Also fixes some broken padding on the .navbar-brand.

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoDelete appearance from `button.close` (#30582)
k-utsumi [Tue, 14 Apr 2020 15:25:59 +0000 (00:25 +0900)] 
Delete appearance from `button.close` (#30582)

5 years agoRevert "Add dependabot config for v4 (#30008)"
XhmikosR [Wed, 15 Apr 2020 13:01:01 +0000 (16:01 +0300)] 
Revert "Add dependabot config for v4 (#30008)"

This reverts commit 04b8219c18a91da1d481bdb95edca7af1705e73c.

5 years agoDeprecate `bg-gradient-variant` mixin (#30594)
Martijn Cuppens [Sat, 18 Apr 2020 06:12:51 +0000 (08:12 +0200)] 
Deprecate `bg-gradient-variant` mixin (#30594)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agocollapse: fix error with jQuery v3.5.0.
XhmikosR [Sat, 11 Apr 2020 15:26:46 +0000 (18:26 +0300)] 
collapse: fix error with jQuery v3.5.0.

5 years agoFix tests for jQuery v3.5.0.
XhmikosR [Sat, 11 Apr 2020 12:28:01 +0000 (15:28 +0300)] 
Fix tests for jQuery v3.5.0.

5 years agoUpdate jQuery to v3.5.0.
XhmikosR [Sat, 11 Apr 2020 12:14:17 +0000 (15:14 +0300)] 
Update jQuery to v3.5.0.

5 years agoAdd dependabot config for v4 (#30008)
XhmikosR [Mon, 13 Apr 2020 18:51:22 +0000 (21:51 +0300)] 
Add dependabot config for v4 (#30008)

5 years agoUpdate clipboard.js to v2.0.6
XhmikosR [Mon, 13 Apr 2020 07:38:55 +0000 (10:38 +0300)] 
Update clipboard.js to v2.0.6

5 years agoUpdate bs-custom-file-input.js to v1.3.4
XhmikosR [Mon, 13 Apr 2020 07:38:24 +0000 (10:38 +0300)] 
Update bs-custom-file-input.js to v1.3.4

5 years agoUpdate devDependencies and gems
XhmikosR [Mon, 13 Apr 2020 07:27:12 +0000 (10:27 +0300)] 
Update devDependencies and gems

5 years agoBackport #30555
Martijn Cuppens [Sat, 11 Apr 2020 11:46:31 +0000 (13:46 +0200)] 
Backport #30555

Use `box-shadow` mixin for `.form-select`

5 years agoBackport #30512
Martijn Cuppens [Sat, 11 Apr 2020 11:44:12 +0000 (13:44 +0200)] 
Backport #30512

Use `box-shadow` mixin for `.btn`

5 years agoBackport #30542
XhmikosR [Thu, 9 Apr 2020 18:36:31 +0000 (21:36 +0300)] 
Backport #30542

Remove redundant class and line height

5 years agoAdd v4-dev in bundlewatch config. (#30541)
XhmikosR [Thu, 9 Apr 2020 09:41:00 +0000 (12:41 +0300)] 
Add v4-dev in bundlewatch config. (#30541)

5 years agoReplace bundlesize with bundlewatch. (#30538)
XhmikosR [Wed, 8 Apr 2020 18:28:54 +0000 (21:28 +0300)] 
Replace bundlesize with bundlewatch. (#30538)

5 years agoFix spinner-grow animation (#30504)
Mark Otto [Wed, 8 Apr 2020 17:58:23 +0000 (10:58 -0700)] 
Fix spinner-grow animation (#30504)

* Fix spinner-grow animation

Safari seems to be interpreting the old keyframes animation as incomplete. Adding `transform` to the second frame seems to resolve the issue.

Co-Authored-By: Martijn Cuppens <martijn.cuppens@gmail.com>
5 years agoAdd `.card-footer` color (#30515)
Catalin Zalog [Mon, 6 Apr 2020 12:59:29 +0000 (15:59 +0300)] 
Add `.card-footer` color (#30515)

5 years agoBackport #30497
Martijn Cuppens [Mon, 6 Apr 2020 13:29:45 +0000 (15:29 +0200)] 
Backport #30497

Fix card list group borders & radii

5 years agoBackport #30480
Martijn Cuppens [Mon, 6 Apr 2020 13:25:14 +0000 (15:25 +0200)] 
Backport #30480

Use `box-shadow` mixin for form controls

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.