]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
7 years agoUpdate Jekyll to v3.5.1.
XhmikosR [Thu, 10 Aug 2017 03:48:50 +0000 (06:48 +0300)] 
Update Jekyll to v3.5.1.

7 years agoRemove the Internet Explorer 10 for Windows Phone 8 workaround (#23122)
Christian Oliff [Fri, 11 Aug 2017 06:06:15 +0000 (07:06 +0100)] 
Remove the Internet Explorer 10 for Windows Phone 8 workaround (#23122)

I suggest that there's no longer a need to include the section on workaround for the IE10 bug on Windows Phone 8. Not only was this bug patched in a later release of Windows Phone 8 (which shipped in 2013), but Windows Phone 8's support ended a long time ago - even its successor Windows Phone 8.1 is no longer supported by Microsoft. The potential audience affected by this bug is likely microscopic so I suggest it can be safely removed.

I suggest the workaround JS (http://getbootstrap.com/assets/js/ie10-viewport-bug-workaround.js) can also be safely removed from the docs and examples but I haven't done that in this PR.

7 years agoFix to Chrome inheritance bug (#22872) (#23118)
Prateek Goel [Fri, 11 Aug 2017 06:05:32 +0000 (07:05 +0100)] 
Fix to Chrome inheritance bug (#22872) (#23118)

* Fix to Chrome inheritance bug (#22872)

* Remove box-sizing from html

box-sizing removed from html and order of wild card selected and html selector swapped to maintain correctness of comments.

7 years agoCustom File padding-x and padding-y values are reversed (#23067)
Patrick Yeo [Fri, 11 Aug 2017 06:01:52 +0000 (23:01 -0700)] 
Custom File padding-x and padding-y values are reversed (#23067)

Custom File `$custom-file-focus-box-shadow` should show even if box shadows are disabled

Custom File variables should inherit from inputs

7 years agomissed a modifier
Mark Otto [Sun, 16 Jul 2017 19:24:22 +0000 (12:24 -0700)] 
missed a modifier

7 years agoclarify text, break up larger paragraph, shorten
Mark Otto [Sun, 16 Jul 2017 19:15:38 +0000 (12:15 -0700)] 
clarify text, break up larger paragraph, shorten

7 years agoUpdate badges in buttons examples
Mark Otto [Sun, 16 Jul 2017 19:15:21 +0000 (12:15 -0700)] 
Update badges in buttons examples

- Given buttons a required modifier (.btn alone is incomplete)
- Given the primary button, use a .badge-light for better contrast
- Consolidate example and highlight code with a `{% example %}` block

7 years agoAdd margin variable for paragraphs (#23140)
Prateek Goel [Fri, 11 Aug 2017 06:00:01 +0000 (07:00 +0100)] 
Add margin variable for paragraphs (#23140)

7 years agoAdd margin variable for breadcrumb (#23138)
Prateek Goel [Fri, 11 Aug 2017 05:59:21 +0000 (06:59 +0100)] 
Add margin variable for breadcrumb (#23138)

* add margin variable for breadcrumb

* add margin variable for breadcrumb correction

* breadcrumb margin variable changes after review

7 years ago`$input-height-inner-lg` should use `$font-size-lg` instead of `$font-size-sm` (...
Patrick Yeo [Fri, 11 Aug 2017 05:58:40 +0000 (22:58 -0700)] 
`$input-height-inner-lg` should use `$font-size-lg` instead of `$font-size-sm` (#23150)

7 years agoReduce number of spacing rules (#23208)
Morgan Stone [Fri, 11 Aug 2017 05:58:12 +0000 (22:58 -0700)] 
Reduce number of spacing rules (#23208)

* reduce # of spacing rules by combining x & y with t r b l

* Remove unnecessary spaces

7 years agoAdd a README.md badge to track our dependencies and require jQuery >=3.0.0. (#23125)
Johann-S [Fri, 11 Aug 2017 05:57:05 +0000 (07:57 +0200)] 
Add a README.md badge to track our dependencies and require jQuery >=3.0.0. (#23125)

7 years agov4 docs Input Group Sizing section should display `.input-group-sm` (#23151)
Patrick Yeo [Fri, 11 Aug 2017 05:56:32 +0000 (22:56 -0700)] 
v4 docs Input Group Sizing section should display `.input-group-sm` (#23151)

7 years agoEmoji Defaults (#22565)
Pascal Pixel [Fri, 11 Aug 2017 05:51:42 +0000 (14:51 +0900)] 
Emoji Defaults (#22565)

7 years agoremove unnecessary line-height
Dave Poole [Fri, 26 May 2017 20:06:47 +0000 (13:06 -0700)] 
remove unnecessary line-height

7 years agoremove comments, align-items, and unnecessary height
Dave Poole [Fri, 26 May 2017 19:47:09 +0000 (12:47 -0700)] 
remove comments, align-items, and unnecessary height

7 years agoFixes PropertySortOrder errors
Dave [Fri, 26 May 2017 18:21:02 +0000 (11:21 -0700)] 
Fixes PropertySortOrder errors

7 years agoFixes hound code style/standards
Dave [Fri, 26 May 2017 18:11:10 +0000 (11:11 -0700)] 
Fixes hound code style/standards

7 years agoUpdate progress.md to reflect setting height on .progress
Dave [Fri, 26 May 2017 17:52:15 +0000 (10:52 -0700)] 
Update progress.md to reflect setting height on .progress

7 years ago_progress.scss: makes bars 100% height, centers labels horizontally & vertically
Dave [Fri, 26 May 2017 17:48:57 +0000 (10:48 -0700)] 
_progress.scss: makes bars 100% height, centers labels horizontally & vertically

7 years agoUpdate modal.md
CarloMartini [Mon, 26 Jun 2017 16:14:52 +0000 (18:14 +0200)] 
Update modal.md

Removed a duplicate explanation.

7 years agoChange border class
envolute [Tue, 1 Aug 2017 05:50:09 +0000 (02:50 -0300)] 
Change border class

The class ".border" (css/utilities/_borders.scss) is set the border-color to "$gray-200".
So I see that it would be nice to create a variable for the border color "$border-color". Because the default border should not always be "gray-200".
Another thing, there is a "$border-width" variable. Would not it be better to use this variable to set the default width of the border?

7 years agoAdd "$border-color" variable
envolute [Tue, 1 Aug 2017 05:47:23 +0000 (02:47 -0300)] 
Add "$border-color" variable

7 years agoAdd SF Mono to the monospace font stack
Mark Otto [Mon, 3 Jul 2017 18:45:24 +0000 (11:45 -0700)] 
Add SF Mono to the monospace font stack

7 years agoOnly add CSS transitions on Buttons for background-color, border-color, and box-shadow
Patrick Yeo [Thu, 20 Apr 2017 17:18:48 +0000 (10:18 -0700)] 
Only add CSS transitions on Buttons for background-color, border-color, and box-shadow

7 years agoEnsure alignment of modal dismiss when no .modal-title is present
Mark Otto [Sun, 18 Jun 2017 03:09:00 +0000 (20:09 -0700)] 
Ensure alignment of modal dismiss when no .modal-title is present

7 years agoAdd clear description and use case with example
Dillon Chanis [Tue, 13 Jun 2017 10:34:58 +0000 (06:34 -0400)] 
Add clear description and use case with example

7 years agoAdd use case description and example
Dillon Chanis [Tue, 13 Jun 2017 01:40:19 +0000 (21:40 -0400)] 
Add use case description and example

7 years agoAdd examples of forms in dropdown menus
Mark Otto [Sun, 18 Jun 2017 03:56:26 +0000 (20:56 -0700)] 
Add examples of forms in dropdown menus

7 years agoSet explicit text-align on <body> element so we can use inherit to override the defau...
Mark Otto [Sun, 18 Jun 2017 04:19:36 +0000 (21:19 -0700)] 
Set explicit text-align on <body> element so we can use inherit to override the default <th> text-align value

7 years agoUpdate javascript.md
Mark Otto [Sat, 17 Jun 2017 01:59:43 +0000 (18:59 -0700)] 
Update javascript.md

7 years agoAdd event.preventDefault documentation to javascript.md
Varunram [Fri, 16 Jun 2017 13:48:21 +0000 (19:18 +0530)] 
Add event.preventDefault documentation to javascript.md

7 years agoFix border on input group elements and custom form inputs
Nathan Woltman [Sat, 13 May 2017 15:11:11 +0000 (11:11 -0400)] 
Fix border on input group elements and custom form inputs

c3e4cbd changed the border of input elements to be translucent. This commit makes
input group elements and custom form inputs follow the same pattern.

7 years ago300, not light
Mark Otto [Tue, 4 Jul 2017 02:07:03 +0000 (19:07 -0700)] 
300, not light

7 years agoAdd $font-weight-light var
Mark Otto [Sun, 2 Jul 2017 03:58:13 +0000 (20:58 -0700)] 
Add $font-weight-light var

7 years agoAdd .font-weight-light class, add !important to the classes
Mark Otto [Sun, 2 Jul 2017 03:57:34 +0000 (20:57 -0700)] 
Add .font-weight-light class, add !important to the classes

7 years agoMention util.js on all JS plugin pages (#22955)
Mark Otto [Fri, 11 Aug 2017 05:38:45 +0000 (22:38 -0700)] 
Mention util.js on all JS plugin pages (#22955)

Fixes #20660

7 years agoRemove broken CSS that tried to reset the absolute positioning when there was no...
Mark Otto [Tue, 8 Aug 2017 05:25:35 +0000 (22:25 -0700)] 
Remove broken CSS that tried to reset the absolute positioning when there was no text

7 years agoAdd basic property-value utils for position
Mark Otto [Tue, 8 Aug 2017 05:36:57 +0000 (22:36 -0700)] 
Add basic property-value utils for position

7 years agobump to beta v4.0.0-beta
Mark Otto [Fri, 11 Aug 2017 03:56:35 +0000 (20:56 -0700)] 
bump to beta

7 years agodocs dist
Mark Otto [Fri, 11 Aug 2017 03:49:00 +0000 (20:49 -0700)] 
docs dist

7 years agoMerge branch 'new-home' into v4-dev
Mark Otto [Fri, 11 Aug 2017 03:46:25 +0000 (20:46 -0700)] 
Merge branch 'new-home' into v4-dev

7 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Fri, 11 Aug 2017 03:44:17 +0000 (20:44 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

7 years agodist
Mark Otto [Fri, 11 Aug 2017 03:43:53 +0000 (20:43 -0700)] 
dist

7 years agoDropped .radio-inline and .checkbox-inline
Jonathan [Thu, 10 Aug 2017 13:15:27 +0000 (15:15 +0200)] 
Dropped .radio-inline and .checkbox-inline

Dropped `.radio-inline` and `.checkbox-inline`.

7 years agopackage-lock update
Mark Otto [Fri, 11 Aug 2017 03:42:11 +0000 (20:42 -0700)] 
package-lock update

8 years agoUpdate devDependencies. (#23264)
XhmikosR [Thu, 10 Aug 2017 02:41:05 +0000 (05:41 +0300)] 
Update devDependencies. (#23264)

8 years agomove to div for block level
Mark Otto [Wed, 9 Aug 2017 15:24:34 +0000 (08:24 -0700)] 
move to div for block level

8 years agoreplacement fix for #23257 without old history
Mark Otto [Wed, 9 Aug 2017 04:45:33 +0000 (21:45 -0700)] 
replacement fix for #23257 without old history

8 years agoremove commented out code while here
Mark Otto [Tue, 8 Aug 2017 04:57:28 +0000 (21:57 -0700)] 
remove commented out code while here

8 years agorewrite parts of download page
Mark Otto [Tue, 8 Aug 2017 04:57:08 +0000 (21:57 -0700)] 
rewrite parts of download page

8 years agoclarify optional js, add some links, emphasize some text
Mark Otto [Tue, 8 Aug 2017 04:42:36 +0000 (21:42 -0700)] 
clarify optional js, add some links, emphasize some text

8 years agoMove from dependencies to peerDependencies
Mark Otto [Tue, 8 Aug 2017 04:37:01 +0000 (21:37 -0700)] 
Move from dependencies to peerDependencies

8 years agoFix sourcemaps for node-sass too.
XhmikosR [Tue, 8 Aug 2017 16:37:50 +0000 (19:37 +0300)] 
Fix sourcemaps for node-sass too.

Specify `--source-map-contents true` for node-sass and `source-map-inline-sources` for clean-css.

Without this, the sourcemaps weren't found.

8 years agoFix flex order generated code and a typo.
XhmikosR [Wed, 9 Aug 2017 15:09:28 +0000 (18:09 +0300)] 
Fix flex order generated code and a typo.

8 years agoFix the min breakpoint in media-breakpoint-between
lucascono [Mon, 7 Aug 2017 01:59:14 +0000 (22:59 -0300)] 
Fix the min breakpoint in media-breakpoint-between

8 years agoMerge branch 'v4-dev' into new-home
Mark Otto [Tue, 8 Aug 2017 05:07:16 +0000 (22:07 -0700)] 
Merge branch 'v4-dev' into new-home

8 years agoAdd .bg-white and .border-white
Mark Otto [Tue, 8 Aug 2017 04:36:08 +0000 (21:36 -0700)] 
Add .bg-white and .border-white

8 years agonew homepage, new assets, clean out old stuff
Mark Otto [Tue, 8 Aug 2017 04:35:43 +0000 (21:35 -0700)] 
new homepage, new assets, clean out old stuff

8 years agoword change
Mark Otto [Mon, 7 Aug 2017 23:13:52 +0000 (16:13 -0700)] 
word change

8 years agodist
Mark Otto [Mon, 7 Aug 2017 23:13:45 +0000 (16:13 -0700)] 
dist

8 years agoFix typo
Pablo Crivella [Sun, 6 Aug 2017 09:34:10 +0000 (11:34 +0200)] 
Fix typo

8 years agoDropup dropdown-menu should have margin on the bottom instead of top
Patrick Yeo [Mon, 31 Jul 2017 18:47:02 +0000 (11:47 -0700)] 
Dropup dropdown-menu should have margin on the bottom instead of top

8 years ago(#22414) Rename for consistency `$dropdown-margin-top` to `$dropdown-spacer`
Patrick Yeo [Mon, 31 Jul 2017 18:45:51 +0000 (11:45 -0700)] 
(#22414) Rename for consistency `$dropdown-margin-top` to `$dropdown-spacer`

8 years agodist
Mark Otto [Fri, 4 Aug 2017 22:17:10 +0000 (15:17 -0700)] 
dist

8 years agobetter label, remove some contents to better illustrate behavior
Mark Otto [Fri, 4 Aug 2017 22:15:42 +0000 (15:15 -0700)] 
better label, remove some contents to better illustrate behavior

8 years agofix navbar alignment for never expand situations
Mark Otto [Fri, 4 Aug 2017 22:15:25 +0000 (15:15 -0700)] 
fix navbar alignment for never expand situations

8 years agogiven `width: 100%` is always on a container now and it's constrained by max-width...
Mark Otto [Fri, 4 Aug 2017 22:14:24 +0000 (15:14 -0700)] 
given `width: 100%` is always on a container now and it's constrained by max-width, we can remove our navbar changes from #21722 and #22383

8 years agoMerge branch 'issue_23100' of https://github.com/chiraggmodi/bootstrap into chiraggmo...
Mark Otto [Fri, 4 Aug 2017 21:58:40 +0000 (14:58 -0700)] 
Merge branch 'issue_23100' of https://github.com/chiraggmodi/bootstrap into chiraggmodi-issue_23100

8 years agoremove old validation docs, fixes #23217
Mark Otto [Fri, 4 Aug 2017 21:21:21 +0000 (14:21 -0700)] 
remove old validation docs, fixes #23217

8 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Mon, 31 Jul 2017 18:31:54 +0000 (11:31 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

8 years agofixes https://github.com/toshimaru/jekyll-toc/issues/25
Mark Otto [Mon, 31 Jul 2017 18:31:44 +0000 (11:31 -0700)] 
fixes https://github.com/toshimaru/jekyll-toc/issues/25

8 years agoFix HTML errors. (#23184)
XhmikosR [Mon, 31 Jul 2017 10:56:43 +0000 (13:56 +0300)] 
Fix HTML errors. (#23184)

The "aria-controls" attribute must point to an element in the same document.

8 years agoAdd semicolon for our dist files in stamp.js (#23182)
Johann-S [Mon, 31 Jul 2017 10:07:22 +0000 (12:07 +0200)] 
Add semicolon for our dist files in stamp.js (#23182)

8 years agoSpecify `rel="noopener` for external links.
XhmikosR [Sun, 16 Jul 2017 13:58:58 +0000 (16:58 +0300)] 
Specify `rel="noopener` for external links.

8 years agodocs: add a few more Open Graph tags.
XhmikosR [Sun, 16 Jul 2017 13:00:40 +0000 (16:00 +0300)] 
docs: add a few more Open Graph tags.

8 years agoCompress brand SVGs with SVGOMG.
XhmikosR [Sun, 16 Jul 2017 12:39:01 +0000 (15:39 +0300)] 
Compress brand SVGs with SVGOMG.

~30% savings.

8 years ago_data/browser-features.yml: remove trailing spaces.
XhmikosR [Sun, 16 Jul 2017 12:11:49 +0000 (15:11 +0300)] 
_data/browser-features.yml: remove trailing spaces.

8 years agodocs: exclude package-lock.json from dist.
XhmikosR [Sun, 16 Jul 2017 12:06:48 +0000 (15:06 +0300)] 
docs: exclude package-lock.json from dist.

8 years agoLosslessly compress social logos.
XhmikosR [Sun, 16 Jul 2017 12:01:45 +0000 (15:01 +0300)] 
Losslessly compress social logos.

Before: 374 KB (383.630 bytes)
After:  304 KB (311.505 bytes)

8 years agoUpdate docs and carousel example for `order-`.
XhmikosR [Thu, 20 Jul 2017 14:58:26 +0000 (17:58 +0300)] 
Update docs and carousel example for `order-`.

8 years agoUpdate accessibility.md
汪磊 [Sat, 22 Jul 2017 02:50:14 +0000 (10:50 +0800)] 
Update accessibility.md

8 years agoUpdate Popper.js to 1.11.0 (#23162)
Johann-S [Fri, 28 Jul 2017 06:34:53 +0000 (08:34 +0200)] 
Update Popper.js to 1.11.0 (#23162)

8 years agoFix ESLint docs errors. (#23163)
XhmikosR [Fri, 28 Jul 2017 06:18:47 +0000 (09:18 +0300)] 
Fix ESLint docs errors. (#23163)

Ignore ESLint error in ie-emulation-modes-warning.js.

Although the error is valid, enough time has been spent on old IE's problems, so just ignore it.

8 years agoWall of Browser Bugs: Update CSS multi-column entries (#23168)
Chris Rebert [Fri, 28 Jul 2017 02:59:29 +0000 (19:59 -0700)] 
Wall of Browser Bugs: Update CSS multi-column entries (#23168)

Remove https://bugzilla.mozilla.org/show_bug.cgi?id=1282363
because CSSWG deemed Firefox's behavior to be the correct behavior per
https://github.com/w3c/csswg-drafts/issues/314

Replace it with a Chrome bug about changing Chrome to follow the spec & Firefox:
https://bugs.chromium.org/p/chromium/issues/detail?id=269061

8 years agoRemove fixed bugs from Wall of Browser Bugs (#23159)
Chris Rebert [Thu, 27 Jul 2017 18:02:26 +0000 (11:02 -0700)] 
Remove fixed bugs from Wall of Browser Bugs (#23159)

* https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/817822/
* https://bugs.chromium.org/p/chromium/issues/detail?id=465274
* https://bugs.chromium.org/p/chromium/issues/detail?id=510079
* https://bugs.webkit.org/show_bug.cgi?id=158276

8 years agoRemove Firefox transitioncancel entry from Most Wanted list
Chris Rebert [Thu, 27 Jul 2017 00:58:22 +0000 (17:58 -0700)] 
Remove Firefox transitioncancel entry from Most Wanted list

The transitioncancel event was shipped in Firefox 53 🎉
https://bugzilla.mozilla.org/show_bug.cgi?id=1264125

8 years agomake changes as per suggestion in #23100 23106/head
Chirag Modi [Tue, 18 Jul 2017 06:18:59 +0000 (11:48 +0530)] 
make changes as per suggestion in #23100

8 years agoremove change which set from variable and make those in container class
Chirag Modi [Tue, 18 Jul 2017 06:14:56 +0000 (11:44 +0530)] 
remove change which set from variable and make those in container class

8 years agofixed issue #23100
Chirag Modi [Mon, 17 Jul 2017 07:59:49 +0000 (13:29 +0530)] 
fixed issue #23100

8 years agodist
Mark Otto [Sun, 16 Jul 2017 20:11:21 +0000 (13:11 -0700)] 
dist

8 years ago(#22414) Rename for consistency `$custom-checkbox-border-radius`, `$custom-checkbox...
Patrick Yeo [Fri, 14 Jul 2017 00:00:37 +0000 (17:00 -0700)] 
(#22414) Rename for consistency `$custom-checkbox-border-radius`, `$custom-checkbox-icon-checked`, `$custom-checkbox-indeterminate-bg`, `$custom-checkbox-icon-indeterminate`, `$custom-checkbox-indeterminate-box-shadow`, `$custom-radio-border-radius`, `$custom-radio-icon-checked` to `$custom-checkbox-indicator-border-radius`, `$custom-checkbox-indicator-icon-checked`, `$custom-checkbox-indicator-indeterminate-bg`, `$custom-checkbox-indicator-icon-indeterminate`, `$custom-checkbox-indicator-indeterminate-box-shadow`, `$custom-radio-indicator-border-radius`, `$custom-radio-indicator-icon-checked`, respectively

8 years agofix location of favicons so it loads when viewing the examples. This is the only...
Scott Petrovic [Sun, 16 Jul 2017 13:19:20 +0000 (08:19 -0500)] 
fix location of favicons so it loads when viewing the examples. This is the only one I found in the project, so I am assuming it is the right one to point to (#22895)

8 years agoErrata from #23094.
Bardi Harborow [Sun, 16 Jul 2017 05:00:15 +0000 (05:00 +0000)] 
Errata from #23094.

8 years agoFall back to ESLint v3 indentation behaviour.
Bardi Harborow [Sat, 15 Jul 2017 09:25:13 +0000 (09:25 +0000)] 
Fall back to ESLint v3 indentation behaviour.

8 years agoSwitch to using NPM lock files.
Bardi Harborow [Sat, 15 Jul 2017 09:24:23 +0000 (09:24 +0000)] 
Switch to using NPM lock files.

8 years agoUpdate dependencies.
Bardi Harborow [Sat, 15 Jul 2017 09:23:36 +0000 (09:23 +0000)] 
Update dependencies.

8 years agoStart testing on Node v8.
Bardi Harborow [Sat, 15 Jul 2017 06:17:32 +0000 (06:17 +0000)] 
Start testing on Node v8.

8 years agoonly need the one utility class, it'll naturally apply at sm and above
Mark Otto [Mon, 3 Jul 2017 20:52:08 +0000 (13:52 -0700)] 
only need the one utility class, it'll naturally apply at sm and above

8 years agoFix #22974
John Galt [Mon, 3 Jul 2017 18:47:00 +0000 (14:47 -0400)] 
Fix #22974