]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
6 years agoChange invalid icon from cross to exclamation mark (#28944)
Martijn Cuppens [Sat, 22 Jun 2019 14:21:11 +0000 (16:21 +0200)] 
Change invalid icon from cross to exclamation mark (#28944)

The cross icon was confusing since some browsers use it as a reset button.

6 years agoDocs – update extend/approach.md (#28941)
Robin D'Arcy [Sat, 22 Jun 2019 13:21:20 +0000 (14:21 +0100)] 
Docs – update extend/approach.md (#28941)

6 years agoClosing dropdown with ESC correctly sets focus to toggle (#28928)
Patrick H. Lauke [Wed, 19 Jun 2019 09:23:41 +0000 (10:23 +0100)] 
Closing dropdown with ESC correctly sets focus to toggle (#28928)

Just firing the focus event isn't enough ... need to actually call the proper `focus()` method for it to actually do it...

6 years agoUpdate devDependencies. (#28924)
XhmikosR [Tue, 18 Jun 2019 12:34:43 +0000 (15:34 +0300)] 
Update devDependencies. (#28924)

6 years agoTypo fix (#28920)
Martijn Cuppens [Tue, 18 Jun 2019 07:43:15 +0000 (09:43 +0200)] 
Typo fix (#28920)

6 years agoDecrease number of order utilities (#28874)
Martijn Cuppens [Tue, 18 Jun 2019 05:02:14 +0000 (07:02 +0200)] 
Decrease number of order utilities (#28874)

6 years agoAdd Error checking to prevent invalid breakpoint (#28889)
Ashfahan Khan [Mon, 17 Jun 2019 06:00:36 +0000 (11:00 +0500)] 
Add Error checking to prevent invalid breakpoint (#28889)

* Add Error checking to prevent invalid breakpoint

Error checking to prevent invalid breakpoint name

* check type rather than value

* Revert "check type rather than value"

This reverts commit 04ab1e652f9c9c1c7725b7328b12f548a2c6d142.

* use of not rather than null

6 years agotooltip dispose:removing only own event handler (#28896)
david-lallement [Thu, 13 Jun 2019 08:42:54 +0000 (10:42 +0200)] 
tooltip dispose:removing only own event handler (#28896)

6 years agoRemoval of one of the most iconic components of Bootstrap: the jumbotron (#28876)
Martijn Cuppens [Fri, 7 Jun 2019 11:44:26 +0000 (13:44 +0200)] 
Removal of one of the most iconic components of Bootstrap: the jumbotron (#28876)

6 years agoUpdate site/content/docs/4.3/examples/sticky-footer-navbar/index.html
XhmikosR [Wed, 15 May 2019 15:48:27 +0000 (18:48 +0300)] 
Update site/content/docs/4.3/examples/sticky-footer-navbar/index.html

Co-Authored-By: Shohei Yoshida <fellows3@gmail.com>
6 years agoUpdate site/content/docs/4.3/examples/sticky-footer-navbar/index.html
XhmikosR [Wed, 15 May 2019 15:48:14 +0000 (18:48 +0300)] 
Update site/content/docs/4.3/examples/sticky-footer-navbar/index.html

Co-Authored-By: Shohei Yoshida <fellows3@gmail.com>
6 years agoExamples: make use of core utils in more places.
XhmikosR [Wed, 15 May 2019 08:51:45 +0000 (11:51 +0300)] 
Examples: make use of core utils in more places.

6 years agoClean component examples CSS (#28872)
Shohei Yoshida [Thu, 6 Jun 2019 06:04:48 +0000 (15:04 +0900)] 
Clean component examples CSS (#28872)

* Remove unused classes/styles and use utilities instead of specific styles
* Use `getElementById` instead of `querySelector`

6 years agoMake generating form row styles dependent on $enable-grid-classes (#28870)
Shohei Yoshida [Wed, 5 Jun 2019 15:15:27 +0000 (00:15 +0900)] 
Make generating form row styles dependent on $enable-grid-classes (#28870)

6 years agoRename the text helper page (#28869)
Shohei Yoshida [Tue, 4 Jun 2019 18:46:52 +0000 (03:46 +0900)] 
Rename the text helper page (#28869)

6 years agoRename .text-monospace to .font-monospace (#28867)
Shohei Yoshida [Tue, 4 Jun 2019 15:51:36 +0000 (00:51 +0900)] 
Rename .text-monospace to .font-monospace (#28867)

6 years agoDocs: add accessibility/keyboard callout to popovers, tweak tooltips callout (#28851)
Patrick H. Lauke [Tue, 4 Jun 2019 07:36:57 +0000 (08:36 +0100)] 
Docs: add accessibility/keyboard callout to popovers, tweak tooltips callout (#28851)

- Add same advice about keyboard/AT handling to popovers as a callout; also add information about not adding excessive content or interactive controls (and the suggestion to opt for a modal)
- Tweak the tooltips callout for consistency

6 years agoWorkaround for the image size bug in IE (#28855)
Shohei Yoshida [Tue, 4 Jun 2019 07:25:19 +0000 (16:25 +0900)] 
Workaround for the image size bug in IE (#28855)

6 years agoAdd initial FUNDING.yml (#28824)
XhmikosR [Tue, 4 Jun 2019 07:03:09 +0000 (10:03 +0300)] 
Add initial FUNDING.yml (#28824)

6 years agoUpdate devDependencies. (#28798)
XhmikosR [Mon, 3 Jun 2019 11:26:52 +0000 (14:26 +0300)] 
Update devDependencies. (#28798)

Notably:

* bundlesize 0.15.3 → ^0.17.2
* eslint-plugin-unicorn ^8.0.2 → ^9.0.0
* terser ^3.17.0 → ^4.0.0

6 years agoevent-handler.js: use a plain for loop. (#28853)
XhmikosR [Mon, 3 Jun 2019 11:08:17 +0000 (14:08 +0300)] 
event-handler.js: use a plain for loop. (#28853)

6 years agoHTTPS link to codeguide.co (#28860)
Christian Oliff [Mon, 3 Jun 2019 07:36:49 +0000 (16:36 +0900)] 
HTTPS link to codeguide.co (#28860)

6 years agoUtility API improvement: use $key/$value instead of nth (#28828)
Ashfahan Khan [Thu, 30 May 2019 15:22:06 +0000 (20:22 +0500)] 
Utility API improvement: use $key/$value instead of nth (#28828)

Co-Authored-By: Martijn Cuppens <martijn.cuppens@gmail.com>
6 years agoUse `npm-run-all` in the `netlify` script. (#28846)
XhmikosR [Thu, 30 May 2019 07:52:50 +0000 (10:52 +0300)] 
Use `npm-run-all` in the `netlify` script. (#28846)

6 years agoRemove redundant properties from `.embed-responsive` (#28062)
Martijn Cuppens [Wed, 29 May 2019 17:42:32 +0000 (19:42 +0200)] 
Remove redundant properties from `.embed-responsive` (#28062)

6 years agoModify `.card-header-tabs .nav-link.active` colors (#28833)
Shane Parsons [Wed, 29 May 2019 16:38:36 +0000 (12:38 -0400)] 
Modify `.card-header-tabs .nav-link.active` colors (#28833)

Co-Authored-By: Mark Otto <otto@github.com>
6 years agoMake example description more accurate (#28842)
Jay Pinho [Wed, 29 May 2019 15:17:40 +0000 (16:17 +0100)] 
Make example description more accurate (#28842)

6 years agoClean input group flex basis (#28785)
Shohei Yoshida [Tue, 28 May 2019 19:28:39 +0000 (04:28 +0900)] 
Clean input group flex basis (#28785)

6 years agoCalc modal header/footer border radius according to the border width (#28775)
Shohei Yoshida [Tue, 28 May 2019 12:21:45 +0000 (21:21 +0900)] 
Calc modal header/footer border radius according to the border width (#28775)

6 years agoCorrect grammar in modal.scss (#28829)
Aditya Shankar [Mon, 27 May 2019 06:19:50 +0000 (11:49 +0530)] 
Correct grammar in modal.scss (#28829)

6 years agoFix background position (#28814)
Sezer Esen [Sun, 26 May 2019 09:13:55 +0000 (12:13 +0300)] 
Fix background position (#28814)

6 years agoFix Typo Mistake in SCSS comment (#28821)
Ashfahan Khan [Fri, 24 May 2019 21:09:10 +0000 (02:09 +0500)] 
Fix Typo Mistake in SCSS comment (#28821)

6 years agovnu.jar: Update ignores. (#28817)
XhmikosR [Fri, 24 May 2019 10:19:13 +0000 (13:19 +0300)] 
vnu.jar: Update ignores. (#28817)

Pass the `--no-langdetect` flag instead of ignoring the warning manually.

6 years agoHelpers & utilities split (#28445)
Martijn Cuppens [Thu, 23 May 2019 09:56:03 +0000 (11:56 +0200)] 
Helpers & utilities split (#28445)

6 years ago`.sr-only` & `.sr-only-focusable` tweaks (#28720)
Martijn Cuppens [Mon, 20 May 2019 08:03:51 +0000 (10:03 +0200)] 
`.sr-only` & `.sr-only-focusable` tweaks (#28720)

* Prevent .sr-only-focusable overriding properties when being focused

* Typo

6 years agoFix z-index according to our z-index rule (#28784)
Shohei Yoshida [Sat, 18 May 2019 14:30:57 +0000 (23:30 +0900)] 
Fix z-index according to our z-index rule (#28784)

https://getbootstrap.com/docs/4.3/extend/approach/#z-index-scales

6 years agoUpdate Yarn package link to link to the Bootstrap package (#28781)
Christian Oliff [Thu, 16 May 2019 18:47:26 +0000 (03:47 +0900)] 
Update Yarn package link to link to the Bootstrap package (#28781)

I think it makes more sense to link to the Bootstrap package on Yarn here (like the package link for NPM above)

6 years agolinkinator: add silent flag.
XhmikosR [Sun, 5 May 2019 22:44:33 +0000 (01:44 +0300)] 
linkinator: add silent flag.

This should reduce its output.

6 years agoUpdate devDependencies.
XhmikosR [Sun, 5 May 2019 22:42:41 +0000 (01:42 +0300)] 
Update devDependencies.

6 years agoremove util references from our docs
Johann-S [Thu, 16 May 2019 12:28:48 +0000 (14:28 +0200)] 
remove util references from our docs

6 years agoremove jquery references from tooltip docs
Johann-S [Thu, 16 May 2019 12:18:12 +0000 (14:18 +0200)] 
remove jquery references from tooltip docs

6 years agoremove jquery references in browsers-devices docs
Johann-S [Thu, 16 May 2019 12:09:11 +0000 (14:09 +0200)] 
remove jquery references in browsers-devices docs

6 years agoremove jquery references in toast docs
Johann-S [Thu, 16 May 2019 12:05:36 +0000 (14:05 +0200)] 
remove jquery references in toast docs

6 years agotoast should allow prevent default for hide and show events
Johann-S [Thu, 16 May 2019 09:57:05 +0000 (11:57 +0200)] 
toast should allow prevent default for hide and show events

6 years agoadd notes about arrow selector changes
Johann-S [Sun, 12 May 2019 08:01:13 +0000 (10:01 +0200)] 
add notes about arrow selector changes

6 years agofix popover arrow by selecting the first element child
Johann-S [Sun, 12 May 2019 07:55:29 +0000 (09:55 +0200)] 
fix popover arrow by selecting the first element child

6 years agoremove jquery references from popover docs
Johann-S [Tue, 14 May 2019 12:11:17 +0000 (14:11 +0200)] 
remove jquery references from popover docs

6 years agoremove jquery references from javascript.md docs
Johann-S [Tue, 14 May 2019 11:53:06 +0000 (13:53 +0200)] 
remove jquery references from javascript.md docs

6 years agorewrite modal docs without jquery
Johann-S [Tue, 14 May 2019 11:36:10 +0000 (13:36 +0200)] 
rewrite modal docs without jquery

6 years agoremove jquery references in dropdown docs
Johann-S [Tue, 14 May 2019 09:50:10 +0000 (11:50 +0200)] 
remove jquery references in dropdown docs

6 years agoremove some jquery references in collapse docs
Johann-S [Tue, 14 May 2019 09:46:25 +0000 (11:46 +0200)] 
remove some jquery references in collapse docs

6 years agoremove some jquery references in carousel docs
Johann-S [Tue, 14 May 2019 09:43:12 +0000 (11:43 +0200)] 
remove some jquery references in carousel docs

6 years agoRemove non-existing .custom-file-label::after (#28757)
Shohei Yoshida [Fri, 10 May 2019 19:29:06 +0000 (04:29 +0900)] 
Remove non-existing .custom-file-label::after (#28757)

6 years agoMove close icon to components in docs (#28512)
Martijn Cuppens [Fri, 10 May 2019 18:27:22 +0000 (20:27 +0200)] 
Move close icon to components in docs (#28512)

* Move close icon to components

* Remove redundant float from close

6 years agoReset input padding for cross browser consistency (#28208)
Shohei Yoshida [Thu, 9 May 2019 17:40:40 +0000 (02:40 +0900)] 
Reset input padding for cross browser consistency (#28208)

6 years agoDocs unordered lists dropdowns (#28591)
Katherine Shaw [Thu, 9 May 2019 08:19:32 +0000 (01:19 -0700)] 
Docs unordered lists dropdowns (#28591)

Replace snippets and examples in dropdown docs to use semantic `ul` and `li` elements.

6 years agoRemove Base64 for SVGs. (#28749)
XhmikosR [Thu, 9 May 2019 06:34:13 +0000 (09:34 +0300)] 
Remove Base64 for SVGs. (#28749)

It results in bigger files.

6 years agoConsistency modification (#28750)
zhangbao [Thu, 9 May 2019 06:14:50 +0000 (14:14 +0800)] 
Consistency modification (#28750)

6 years agov5: Drop all print styles and classes (#28339)
Mark Otto [Thu, 9 May 2019 05:57:59 +0000 (22:57 -0700)] 
v5: Drop all print styles and classes (#28339)

6 years agov5: Drop .media (#28265)
Mark Otto [Wed, 8 May 2019 18:45:24 +0000 (11:45 -0700)] 
v5: Drop .media (#28265)

6 years agoRemove hover mixin documentation
Martijn Cuppens [Wed, 8 May 2019 06:40:17 +0000 (08:40 +0200)] 
Remove hover mixin documentation

6 years agoDrop all hover mixins
Mark Otto [Mon, 17 Sep 2018 23:10:07 +0000 (02:10 +0300)] 
Drop all hover mixins

Previously deprecated in v4.x, this clears out the now unused Sass option and removes some unused mixins. Arguably we could remove more, but I like the hover-focus mixin and we make extensive use of it across the project.

6 years agoDocumentation tweaks (#28679)
Martijn Cuppens [Wed, 8 May 2019 16:58:29 +0000 (18:58 +0200)] 
Documentation tweaks (#28679)

* Documentation tweaks

* Remove redundant col-12 classes

6 years agoadd icofont to icon options (#28738)
Ashfahan Khan [Wed, 8 May 2019 16:51:25 +0000 (21:51 +0500)] 
add icofont to icon options (#28738)

30 Categories , 2100+ SVG and icons from icofont

6 years agoRename `eventHandler` and `selectorEngine` files.
XhmikosR [Wed, 8 May 2019 13:11:24 +0000 (16:11 +0300)] 
Rename `eventHandler` and `selectorEngine` files.

6 years agoimprove build plugin script to keep file name
Johann-S [Wed, 8 May 2019 13:38:05 +0000 (16:38 +0300)] 
improve build plugin script to keep file name

6 years agoRemove the `unicorn/filename-case` rule suppression.
XhmikosR [Wed, 8 May 2019 13:01:02 +0000 (16:01 +0300)] 
Remove the `unicorn/filename-case` rule suppression.

6 years agoAlbum example: remove misleading jumbotron-heading classname (#28741)
Patrick H. Lauke [Wed, 8 May 2019 12:53:08 +0000 (13:53 +0100)] 
Album example: remove misleading jumbotron-heading classname (#28741)

6 years agoFix incorrect variable for popover border radius (#28733)
Shohei Yoshida [Tue, 7 May 2019 10:01:30 +0000 (19:01 +0900)] 
Fix incorrect variable for popover border radius (#28733)

* Use $popover-border-radius

* Move and rename the local $offset-border-width to the global variable

6 years agofix progress bar animation, remove forEach not needed currently
Johann-S [Sun, 5 May 2019 15:10:33 +0000 (17:10 +0200)] 
fix progress bar animation, remove forEach not needed currently

6 years agoConfigurable container padding (#28554)
Martijn Cuppens [Sun, 5 May 2019 07:49:23 +0000 (09:49 +0200)] 
Configurable container padding (#28554)

6 years agoSwitch from list to map for responsive embeds (#28678)
Martijn Cuppens [Sun, 5 May 2019 07:41:27 +0000 (09:41 +0200)] 
Switch from list to map for responsive embeds (#28678)

6 years agoFix broken link to css-discuss.incutio.com/wiki/Printing_Tables (#28637)
Christian Oliff [Sat, 4 May 2019 07:30:18 +0000 (16:30 +0900)] 
Fix broken link to css-discuss.incutio.com/wiki/Printing_Tables (#28637)

Instead now pointing to the most recent Wayback Machine archive copy.

6 years agoScrollbar fix (#28417)
Martijn Cuppens [Fri, 3 May 2019 18:32:25 +0000 (20:32 +0200)] 
Scrollbar fix (#28417)

6 years agoMore compact color-yiq function (#28514)
Martijn Cuppens [Fri, 3 May 2019 18:18:42 +0000 (20:18 +0200)] 
More compact color-yiq function (#28514)

6 years ago[WIP] Bump supported browsers for v5 (#28317)
Mark Otto [Fri, 3 May 2019 17:54:29 +0000 (10:54 -0700)] 
[WIP] Bump supported browsers for v5 (#28317)

* Bump supported browsers for v5

- Chrome history: https://en.wikipedia.org/wiki/Google_Chrome_version_history
- Firefox latest ESR (v60): https://www.mozilla.org/en-US/firefox/organizations/
- Edge history: https://en.wikipedia.org/wiki/Microsoft_Edge#Release_history
- Desktop Safari history: https://en.wikipedia.org/wiki/Safari_version_history
- Opera history: https://help.opera.com/en/opera-version-history/

* Update .browserslistrc

* Roll back Chrome several versions for now

Still WIP, but wanting to get this merged, so finding a slightly wider baseline

6 years ago[WIP] v5: Prep migration docs page (#28472)
Mark Otto [Fri, 3 May 2019 17:52:58 +0000 (10:52 -0700)] 
[WIP] v5: Prep migration docs page (#28472)

* Migration docs page for v5

* Add JS section, tweak some copy

* Update migration.md

6 years agoHeadings font style (#28544)
Martijn Cuppens [Thu, 2 May 2019 19:35:58 +0000 (21:35 +0200)] 
Headings font style (#28544)

6 years agoRemove floats from dropdown (#28690)
Martijn Cuppens [Thu, 2 May 2019 18:37:10 +0000 (20:37 +0200)] 
Remove floats from dropdown (#28690)

6 years agoUpdate devDependencies. (#28716)
XhmikosR [Thu, 2 May 2019 13:59:37 +0000 (16:59 +0300)] 
Update devDependencies. (#28716)

6 years agoImprove progress-bar-stripes animation (#28697)
Martijn Cuppens [Thu, 2 May 2019 08:03:28 +0000 (10:03 +0200)] 
Improve progress-bar-stripes animation (#28697)

- `background-position: 0 0;` is the default background position, so redundant
- The background position should only be animated in the x direction
- `0%` is a little shorter than `from`

6 years agoExamples: include favicons. (#28504)
XhmikosR [Thu, 2 May 2019 07:47:48 +0000 (10:47 +0300)] 
Examples: include favicons. (#28504)

6 years agoReboot & Type cleanup (#28698)
Martijn Cuppens [Tue, 30 Apr 2019 08:00:34 +0000 (10:00 +0200)] 
Reboot & Type cleanup (#28698)

- Line height & font family from html were directly overridden by body, so they were redundant thus removed
- The remaining properties are moved to body
- Shim for IE10 tags removed
- hr cleanup
  - Combined styles from reboot & type
  - Changed from borders to background
    - This allows us to keep the color inherited.
    - Opacity can be used to change the intensity
    - Size attribute will not change the height instead of making the hr look like an input field
  - Better variable names
- headings cleanup
  - Moved all element styling to reboot
  - Type will now extend the element styling. This way we will save some redundant code
- small & mark are also moved to reboot. type does not contain any element styling anymore
- font weight removed from small, this did not really made sense

6 years agoAdd truncated example of custom file browser
Martijn Cuppens [Sun, 28 Apr 2019 15:47:51 +0000 (17:47 +0200)] 
Add truncated example of custom file browser

6 years agoChange custom file markup
ysds [Fri, 26 Apr 2019 18:26:10 +0000 (03:26 +0900)] 
Change custom file markup

6 years agoRemove top margin
Martijn Cuppens [Sun, 24 Mar 2019 14:45:13 +0000 (16:45 +0200)] 
Remove top margin

6 years agoShow the other navbar items on small screens too.
XhmikosR [Thu, 21 Mar 2019 17:21:03 +0000 (19:21 +0200)] 
Show the other navbar items on small screens too.

6 years agoRemove IE leftover (#28699)
Martijn Cuppens [Tue, 30 Apr 2019 06:52:04 +0000 (08:52 +0200)] 
Remove IE leftover (#28699)

Removed leftover from #27789

6 years agoTravis CI: add Node.js 12 and use `cache: npm`. (#28705)
XhmikosR [Mon, 29 Apr 2019 15:03:25 +0000 (18:03 +0300)] 
Travis CI: add Node.js 12 and use `cache: npm`. (#28705)

6 years agoUpdate devDependencies. (#28655)
XhmikosR [Mon, 29 Apr 2019 14:47:53 +0000 (17:47 +0300)] 
Update devDependencies. (#28655)

6 years agodocs SVGs: Allow passing a custom title. (#28660)
XhmikosR [Mon, 29 Apr 2019 14:11:40 +0000 (17:11 +0300)] 
docs SVGs: Allow passing a custom title. (#28660)

6 years agoREADME.md: remove unneeded query params from badges. (#28704)
XhmikosR [Mon, 29 Apr 2019 13:47:22 +0000 (16:47 +0300)] 
README.md: remove unneeded query params from badges. (#28704)

6 years agoPrevent form validation mixin from generating invalid CSS (#28447)
Mark Otto [Thu, 25 Apr 2019 14:01:50 +0000 (07:01 -0700)] 
Prevent form validation mixin from generating invalid CSS (#28447)

Extrapolates the previously used selector into a new mixin that only generates valid CSS by creating psuedo-classes for `valid` and `invalid`, and nothing else.

Fixes #28380.

6 years agoSync plain text font-size with `$input-font-size` (#28464)
Shohei Yoshida [Thu, 25 Apr 2019 13:45:59 +0000 (22:45 +0900)] 
Sync plain text font-size with `$input-font-size` (#28464)

6 years agoSeparate `$btn-link` colors from `$link-color` (#28681)
GeoSot [Tue, 23 Apr 2019 13:12:51 +0000 (16:12 +0300)] 
Separate `$btn-link` colors from `$link-color` (#28681)

6 years agoRemove redundant slashes (#28677)
Martijn Cuppens [Sun, 21 Apr 2019 15:45:53 +0000 (17:45 +0200)] 
Remove redundant slashes (#28677)

6 years agov5 dist (#28657)
XhmikosR [Thu, 18 Apr 2019 11:47:52 +0000 (14:47 +0300)] 
v5 dist (#28657)

6 years agoupdate-deps: remove `jquery` exclude. (#28659)
XhmikosR [Mon, 15 Apr 2019 14:48:18 +0000 (17:48 +0300)] 
update-deps: remove `jquery` exclude. (#28659)

6 years agoadd esm files in our readme (#28654)
Johann-S [Mon, 15 Apr 2019 12:01:44 +0000 (14:01 +0200)] 
add esm files in our readme (#28654)

6 years agofix unit tests for chrome mobile
Johann-S [Mon, 15 Apr 2019 10:00:26 +0000 (12:00 +0200)] 
fix unit tests for chrome mobile