]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
5 years agoBackport #31135
XhmikosR [Thu, 25 Jun 2020 12:34:03 +0000 (15:34 +0300)] 
Backport #31135

* Move color utility callouts to start of page

Hierarchically/structurally, in the position they are currently at, the two callouts seem like they "belong" just to the "background color" section. Moving them to the start makes it clearer that those two callouts relate to everything in the page (both "Color" and "Background color" classes.

* Change heading level

otherwise the assistive technology callout looks like it's hierarchically under the "Dealing with specificity" heading

5 years agoBrowserStack: test on Edge 15
XhmikosR [Thu, 25 Jun 2020 12:31:59 +0000 (15:31 +0300)] 
BrowserStack: test on Edge 15

5 years agoRemove backdrop-filter from toasts
Mark Otto [Thu, 25 Jun 2020 06:22:58 +0000 (23:22 -0700)] 
Remove backdrop-filter from toasts

5 years agoFloating labels improvements (#30966)
Gaël Poupard [Wed, 24 Jun 2020 11:11:20 +0000 (13:11 +0200)] 
Floating labels improvements (#30966)

* docs(example): floating-labels' better Edge fallback

* docs(example): refactor floating-labels' CSS

5 years agoUpdate devDependencies and gems
XhmikosR [Wed, 24 Jun 2020 11:10:15 +0000 (14:10 +0300)] 
Update devDependencies and gems

5 years agoDocs: add Gaël Poupard to the core team page (#31081)
Patrick H. Lauke [Thu, 18 Jun 2020 08:24:23 +0000 (09:24 +0100)] 
Docs: add Gaël Poupard to the core team page (#31081)

Docs: add Gaël Poupard to the core team page

5 years agoBackport #31070
XhmikosR [Wed, 17 Jun 2020 14:31:37 +0000 (17:31 +0300)] 
Backport #31070

* Make example less broken-looking

don't want to give impression that now it's ok to just sprinkle `role="button"` around. this at least makes the `span` keyboard-focusable, similar to at least the start of a custom control

5 years agoREADME.md: update badges
XhmikosR [Wed, 17 Jun 2020 14:30:04 +0000 (17:30 +0300)] 
README.md: update badges

* remove .svg from shields.io badges since it's the default
* switch to shields.io for the OC badges too
* fix badgesize badges' labels

5 years agoFix typo
XhmikosR [Wed, 17 Jun 2020 06:18:56 +0000 (09:18 +0300)] 
Fix typo

5 years agoUpdate issue templates from main.
XhmikosR [Wed, 17 Jun 2020 05:36:29 +0000 (08:36 +0300)] 
Update issue templates from main.

5 years agoRemove unused issue templates
XhmikosR [Wed, 17 Jun 2020 05:34:49 +0000 (08:34 +0300)] 
Remove unused issue templates

5 years agoUpdate links to point to v4-dev or main branches
XhmikosR [Wed, 17 Jun 2020 05:32:42 +0000 (08:32 +0300)] 
Update links to point to v4-dev or main branches

5 years agoSplit GitHub Actions.
XhmikosR [Fri, 12 Jun 2020 18:12:53 +0000 (21:12 +0300)] 
Split GitHub Actions.

5 years agoStylelint: remove redundant inline suppressions
XhmikosR [Fri, 12 Jun 2020 09:58:43 +0000 (12:58 +0300)] 
Stylelint: remove redundant inline suppressions

5 years agoUpdate .gitattributes (#30934)
XhmikosR [Fri, 12 Jun 2020 08:23:44 +0000 (11:23 +0300)] 
Update .gitattributes (#30934)

This requires git >= 2.10 but it was released almost 4 years ago.

5 years agoBackport #30973
XhmikosR [Tue, 9 Jun 2020 05:10:42 +0000 (08:10 +0300)] 
Backport #30973

Remove the class `.nav-item` from `.nav-link` inside the non `ul` or `ol` based navs.
This makes the consistency for `.nav-item` (This class will not be required on the `.nav-link`).
`.nav-item` was only required when you use `.nav-fill` or `.nav-justified` on the `.nav`. In other cases, it was redundant. And the purpose of `.nav-item` on `.nav-link`s can be achieved via flexbox utilities as well (Mentioned in the docs also).

5 years agoPrevent `.row` from shrinking in flex container (#30940)
Gaël Poupard [Mon, 8 Jun 2020 17:47:43 +0000 (19:47 +0200)] 
Prevent `.row` from shrinking in flex container (#30940)

5 years agoRemove duplicate properties after #30922 (#31148)
Martijn Cuppens [Tue, 23 Jun 2020 06:28:13 +0000 (08:28 +0200)] 
Remove duplicate properties after #30922 (#31148)

5 years agofix(custom forms): disabled checked states weren't overriding background-image (...
Gaël Poupard [Mon, 15 Jun 2020 05:41:12 +0000 (07:41 +0200)] 
fix(custom forms): disabled checked states weren't overriding background-image (#30922)

5 years agoAvoid duplication of container breakpoints (#30969)
k-utsumi [Sat, 13 Jun 2020 21:25:39 +0000 (06:25 +0900)] 
Avoid duplication of container breakpoints (#30969)

5 years agoFloating labels examples in IE (#30965)
Gaël Poupard [Sat, 13 Jun 2020 06:38:13 +0000 (08:38 +0200)] 
Floating labels examples in IE (#30965)

* docs(example): drop IE workaround since it works fine in IE

* Serial comma

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
5 years agoBackport #30979 (#30999)
Gaël Poupard [Wed, 10 Jun 2020 13:12:12 +0000 (15:12 +0200)] 
Backport #30979 (#30999)

fix(grid)[manual backport]: zero min-width on .col has too much side-effects

5 years agoavoid preventing input event onclick (#30992)
Laussel Loïc [Wed, 10 Jun 2020 12:45:31 +0000 (14:45 +0200)] 
avoid preventing input event onclick (#30992)

* instead of stopping event if onclick is triggered on input, call toggle method only if its not on checkbox inside a label

* add unit test

* add a dedicated test to ensure click event is forward to label

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agodocs(toasts): centered examples flexbugs #3 in IE11
Gaël Poupard [Wed, 3 Jun 2020 13:28:46 +0000 (15:28 +0200)] 
docs(toasts): centered examples flexbugs #3 in IE11

5 years agofix(toasts): IE11 shrinks toasts when in flex container, unless we specify flex-basis
Gaël Poupard [Wed, 3 Jun 2020 13:27:50 +0000 (15:27 +0200)] 
fix(toasts): IE11 shrinks toasts when in flex container, unless we specify flex-basis

5 years agovisual/modal.html: fix close buttons placement
XhmikosR [Thu, 4 Jun 2020 08:02:44 +0000 (11:02 +0300)] 
visual/modal.html: fix close buttons placement

5 years agoBump bundlewatch limits
XhmikosR [Thu, 4 Jun 2020 07:46:51 +0000 (10:46 +0300)] 
Bump bundlewatch limits

5 years agoBackport #30936
XhmikosR [Thu, 4 Jun 2020 07:41:47 +0000 (10:41 +0300)] 
Backport #30936

Add role="dialog" in modals via JavaScript

5 years agoBackport #30932
XhmikosR [Thu, 4 Jun 2020 07:04:33 +0000 (10:04 +0300)] 
Backport #30932

Restore word-break: break-word on .text-break to fix text breaking on flex containers

5 years agoUpdate devDependencies and gems
XhmikosR [Thu, 4 Jun 2020 06:51:46 +0000 (09:51 +0300)] 
Update devDependencies and gems

5 years agoCI: update to `actions/cache@2`
XhmikosR [Thu, 28 May 2020 14:54:02 +0000 (17:54 +0300)] 
CI: update to `actions/cache@2`

5 years agoRemove ESLint `object-curly-newline` rule.
XhmikosR [Tue, 26 May 2020 16:20:49 +0000 (19:20 +0300)] 
Remove ESLint `object-curly-newline` rule.

5 years agoBackport #30742
XhmikosR [Tue, 26 May 2020 16:20:15 +0000 (19:20 +0300)] 
Backport #30742

Update to `@rollup/plugin-babel`

5 years agoPrevent conflicts with components with classes (#30830)
Martijn Cuppens [Fri, 15 May 2020 12:59:06 +0000 (14:59 +0200)] 
Prevent conflicts with components with classes (#30830)

5 years agov5: Add border-radius to .card-img-overlay (#30817)
Mark Otto [Fri, 15 May 2020 12:42:31 +0000 (05:42 -0700)] 
v5: Add border-radius to .card-img-overlay (#30817)

Allows use of background-color and more. Fixes #29033 for v5.

5 years agoSimplify list-group borders in cards (#30808)
Mark Otto [Thu, 14 May 2020 17:48:46 +0000 (10:48 -0700)] 
Simplify list-group borders in cards (#30808)

5 years agov4: Add z-index to .custom-check to fix custom checks in CSS columns (#30810)
Mark Otto [Thu, 4 Jun 2020 13:11:33 +0000 (06:11 -0700)] 
v4: Add z-index to .custom-check to fix custom checks in CSS columns (#30810)

For some reason, custom checks in CSS columns need a new stacking order to maintain visibility. This PR adds `z-index: 1` to trigger that new stacking order. Since v5's forms are being redone entirely, and we're dropping IE10/11 there, I think this is totally fine to ship with v4 only. Will need to check v5's forms it in Edge though.

Fixes #29607.

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agofix(custom forms): nullify box-shadow for custom forms' states (#30957)
Gaël Poupard [Thu, 4 Jun 2020 06:34:30 +0000 (08:34 +0200)] 
fix(custom forms): nullify box-shadow for custom forms' states (#30957)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agofix(forms): IE11 misalign validation tooltips in input-groups (#30960)
Gaël Poupard [Thu, 4 Jun 2020 06:27:08 +0000 (08:27 +0200)] 
fix(forms): IE11 misalign validation tooltips in input-groups (#30960)

5 years agodocs(cards): fix card-img-bottom example (#30925)
Gaël Poupard [Fri, 29 May 2020 15:01:40 +0000 (17:01 +0200)] 
docs(cards): fix card-img-bottom example (#30925)

5 years agodocs(CDN): improve wording to match master and fix #30873 (#30896)
Gaël Poupard [Tue, 26 May 2020 15:48:53 +0000 (17:48 +0200)] 
docs(CDN): improve wording to match master and fix #30873 (#30896)

5 years agov4: Update docs callout for responsive SVG images (#30809)
Mark Otto [Thu, 14 May 2020 06:18:01 +0000 (23:18 -0700)] 
v4: Update docs callout for responsive SVG images (#30809)

Turns out this applies to IE11 as well as IE10, so this clarifies the docs callout.

Closes #25242.

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agov4: Mention Bootstrap Icons in extend/icons.md (#30813)
Mark Otto [Thu, 14 May 2020 06:06:08 +0000 (23:06 -0700)] 
v4: Mention Bootstrap Icons in extend/icons.md (#30813)

- Closes #30796

5 years agoFix release script docs (#30797)
XhmikosR [Wed, 13 May 2020 06:13:27 +0000 (09:13 +0300)] 
Fix release script docs (#30797)

5 years agoDist v4.5.0
XhmikosR [Tue, 12 May 2020 16:53:07 +0000 (19:53 +0300)] 
Dist

5 years agoBump version to 4.5.0.
XhmikosR [Tue, 12 May 2020 16:04:19 +0000 (19:04 +0300)] 
Bump version to 4.5.0.

5 years agoWording fixes
Mark Otto [Tue, 12 May 2020 15:59:51 +0000 (18:59 +0300)] 
Wording fixes

5 years agoMove the input groups validation workaround in docs.
XhmikosR [Tue, 12 May 2020 07:14:10 +0000 (10:14 +0300)] 
Move the input groups validation workaround in docs.

5 years agoRemove mention of build tools
XhmikosR [Tue, 12 May 2020 06:46:44 +0000 (09:46 +0300)] 
Remove mention of build tools

They are not included in npm.

5 years agoGrammar fixes
XhmikosR [Tue, 12 May 2020 06:45:21 +0000 (09:45 +0300)] 
Grammar fixes

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.