]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Mark Otto [Wed, 25 Oct 2017 19:31:26 +0000 (12:31 -0700)]
dist
Mark Otto [Wed, 25 Oct 2017 19:30:29 +0000 (12:30 -0700)]
update new focus and shadow properties to use vars
Mark Otto [Mon, 23 Oct 2017 02:59:20 +0000 (19:59 -0700)]
Merge branch 'btn_input_split_variables' of https://github.com/isychev/bootstrap into isychev-btn_input_split_variables
Mark Otto [Mon, 23 Oct 2017 02:59:03 +0000 (19:59 -0700)]
dist
Mark Otto [Mon, 23 Oct 2017 02:56:49 +0000 (19:56 -0700)]
edit code comments
Mark Otto [Mon, 23 Oct 2017 02:43:35 +0000 (19:43 -0700)]
Replace some border-radius properties for the mixin, closes #23872
Mark Otto [Mon, 23 Oct 2017 02:40:05 +0000 (19:40 -0700)]
dist
Mark Otto [Mon, 23 Oct 2017 02:39:47 +0000 (19:39 -0700)]
Merge branch 'input-group-custom-forms' into v4-dev
Mark Otto [Mon, 23 Oct 2017 02:39:32 +0000 (19:39 -0700)]
clarify
Mark Otto [Mon, 23 Oct 2017 02:35:42 +0000 (19:35 -0700)]
improve visual appeal of examples
Mark Otto [Mon, 23 Oct 2017 02:34:24 +0000 (19:34 -0700)]
combine
Mark Otto [Mon, 23 Oct 2017 02:34:06 +0000 (19:34 -0700)]
line break
Mark Otto [Mon, 23 Oct 2017 02:33:52 +0000 (19:33 -0700)]
Merge branch 'v4-dev' of https://github.com/aavmurphy/bootstrap into aavmurphy-v4-dev
Mark Otto [Mon, 23 Oct 2017 02:33:27 +0000 (19:33 -0700)]
mention spacing in card docs, fixes part of #24373
Mark Otto [Mon, 23 Oct 2017 02:31:59 +0000 (19:31 -0700)]
copy edit
Mark Otto [Sun, 22 Oct 2017 21:30:35 +0000 (14:30 -0700)]
Update _variables.scss
XhmikosR [Sun, 22 Oct 2017 21:30:03 +0000 (00:30 +0300)]
Update gems. (#24499)
Mark Otto [Sun, 22 Oct 2017 21:26:49 +0000 (14:26 -0700)]
Merge branch 'v4-dev' into btn_input_split_variables
XhmikosR [Sun, 22 Oct 2017 21:17:28 +0000 (00:17 +0300)]
Refactor a few selectors. (#24404)
1. move a couple of them before the more specific ones.
2. change nesting to be under the same parent selector
3. use the ampersand more
Mark Otto [Sun, 22 Oct 2017 21:07:11 +0000 (14:07 -0700)]
Merge branch 'input-group-custom-forms' of https://github.com/twbs/bootstrap into input-group-custom-forms
Mark Otto [Sun, 22 Oct 2017 21:04:46 +0000 (14:04 -0700)]
add ids, add for attributes, and fix dupe ids
XhmikosR [Sun, 22 Oct 2017 21:00:00 +0000 (00:00 +0300)]
Enable stylelint's `function-comma-space-after`. (#24501)
The option is set to `always-single-line` in stylelint-config-standard which we extend.
XhmikosR [Sun, 22 Oct 2017 20:49:01 +0000 (23:49 +0300)]
New examples screenshots. (#24395)
The images are PNG 8-bit optimized with optipng, zopflipng and pngout.
José Francisco [Sun, 22 Oct 2017 20:47:31 +0000 (17:47 -0300)]
Add variable to configure the `$dropdown-border-radius`. (#24376)
Mark Otto [Sun, 22 Oct 2017 20:11:07 +0000 (13:11 -0700)]
match property order
Andres Galante [Fri, 20 Oct 2017 10:58:33 +0000 (07:58 -0300)]
adds animation to color on outlined btns
Mark Otto [Thu, 19 Oct 2017 04:06:13 +0000 (21:06 -0700)]
add vars for yiq color contrast function
Eugene Kopyov [Sun, 22 Oct 2017 19:54:32 +0000 (21:54 +0200)]
Fix for right padding in dismissible alerts (#24481)
* Fix for right padding in dismissible alerts
* Removed extra whitespace
* Update _alert.scss
* Update _alert.scss
Mark Otto [Sun, 22 Oct 2017 19:37:45 +0000 (12:37 -0700)]
fix custom file input too
Mark Otto [Sun, 22 Oct 2017 19:35:13 +0000 (12:35 -0700)]
match space after comma, darken invalid/valid bg color on custom checks
Mark Otto [Sun, 22 Oct 2017 19:34:47 +0000 (12:34 -0700)]
use rgba() so it's not at full opacity
Mark Otto [Sun, 22 Oct 2017 19:26:26 +0000 (12:26 -0700)]
Merge branch 'custom-checkboxes-radios-correct-color' of https://github.com/sabrown84/bootstrap into sabrown84-custom-checkboxes-radios-correct-color
Mark Otto [Sun, 22 Oct 2017 19:26:15 +0000 (12:26 -0700)]
dist
Mark Otto [Sun, 22 Oct 2017 19:22:22 +0000 (12:22 -0700)]
start beta 3 migration docs, mention removed var
XhmikosR [Fri, 20 Oct 2017 11:42:02 +0000 (14:42 +0300)]
Remove `thumbnail-transition` from `.img-thumbnail`.
We don't change anything so the transition is basically unused.
Gijs Boddeus [Sun, 22 Oct 2017 19:19:11 +0000 (21:19 +0200)]
match width behaviour of form-control to form-control-plaintext (#24486)
Gijs Boddeus [Sun, 22 Oct 2017 19:18:03 +0000 (21:18 +0200)]
fix card group border radii (#24491)
Gijs Boddeus [Sun, 22 Oct 2017 19:17:22 +0000 (21:17 +0200)]
fix vertical input button group margin (#24498)
* add margin-bottom to .btn of a vertical button group
* match margins of radio/checkbox buttons in a btn-group to the actual buttons
* add comment
XhmikosR [Sun, 22 Oct 2017 16:20:15 +0000 (19:20 +0300)]
Simplify social.html. (#24483)
This also fixes the wrong usage of `site.description` instead of `page.description` in meta description.
XhmikosR [Sun, 22 Oct 2017 12:23:23 +0000 (15:23 +0300)]
Set autoprefixer's cascade option to false. (#24459)
This saves a few bytes from the unminified dist files.
XhmikosR [Sun, 22 Oct 2017 12:13:32 +0000 (15:13 +0300)]
Fix broken URI fragment and a redirected link. (#24456)
XhmikosR [Sun, 22 Oct 2017 12:02:24 +0000 (15:02 +0300)]
Tighten htmllint's rules. (#24471)
XhmikosR [Sun, 22 Oct 2017 11:53:06 +0000 (14:53 +0300)]
Reduce whitespace liquid outputs. (#24470)
XhmikosR [Sun, 22 Oct 2017 11:34:09 +0000 (14:34 +0300)]
Remove the unused _data/showcase.yml file. (#24482)
Mark Otto [Sun, 22 Oct 2017 03:57:19 +0000 (20:57 -0700)]
really fix indentation, reorder
Mark Otto [Sun, 22 Oct 2017 03:55:01 +0000 (20:55 -0700)]
use vars, fix indentation
Sharrell Porter [Fri, 20 Oct 2017 11:23:48 +0000 (07:23 -0400)]
Sass correction
Sharrell Porter [Fri, 20 Oct 2017 11:12:39 +0000 (07:12 -0400)]
sync-commits erge branch 'v4-dev' into custom-checkboxes-radios-correct-color
XhmikosR [Fri, 20 Oct 2017 11:00:57 +0000 (14:00 +0300)]
.editorconfig: remove rule for *.py files. (#24443)
Johann-S [Fri, 20 Oct 2017 10:18:04 +0000 (12:18 +0200)]
Use `navbar-expand-sm` in our navbar bottom example for small devices (#24463)
XhmikosR [Fri, 20 Oct 2017 07:44:03 +0000 (10:44 +0300)]
Be consistent with "JS"/"JavaScript". (#24457)
Andres Galante [Fri, 20 Oct 2017 07:33:56 +0000 (04:33 -0300)]
Remove margin from pre in code.scss since it's already set in reboot (#24366)
Gijs Boddeus [Fri, 20 Oct 2017 07:12:38 +0000 (09:12 +0200)]
Change `max-height` to `height` in documentation sidebars (#24446)
If the content of the page does not extend the full viewport height, the sidebars were shortened.
rmacklin [Fri, 20 Oct 2017 07:01:29 +0000 (00:01 -0700)]
Reduce z-indexes in button-group, input-group, list-group, and pagination to the minimum necessary (#24315)
These were using `z-index: 2` to "Place active items above their
siblings for proper border styling". However, using `z-index: 1` is
sufficient for accomplishing that goal.
In input-group, there were also three `z-index: 3` rules for the
hover/focus/active states. I reduced these to `z-index: 2` since they
just needed to be "one more than normal" (i.e. one more than what is now
`z-index: 1` after my changes).
These changes can be verified by viewing the documentation pages for
Button group, Input group, List group, and Pagination before and after
this commit and observing that the active elements are still "above"
their siblings, so their borders look correct.
Mark Otto [Fri, 20 Oct 2017 06:56:43 +0000 (23:56 -0700)]
Remove background-image: none; on .form-control (#24454)
As the diff shows, this was for a Firefox Android issue that's since been fixed.
Closes #23817.
XhmikosR [Fri, 20 Oct 2017 06:43:00 +0000 (09:43 +0300)]
Merge branch 'v4-dev' into input-group-custom-forms
XhmikosR [Fri, 20 Oct 2017 06:41:36 +0000 (09:41 +0300)]
migration.md: fix Jekyll variable. (#24449)
Rationale: the page is not available locally, only on gh-pages, thus leading to a 404 locally.
Mark Otto [Thu, 19 Oct 2017 20:04:39 +0000 (13:04 -0700)]
Add input group support for custom selects and custom files
Closes #24437, closes #22457
Andrew Murphy [Thu, 19 Oct 2017 20:34:45 +0000 (21:34 +0100)]
another ;
Andrew Murphy [Thu, 19 Oct 2017 20:22:40 +0000 (21:22 +0100)]
formatting
Andrew Murphy [Thu, 19 Oct 2017 20:15:07 +0000 (21:15 +0100)]
typo
Andrew Murphy [Thu, 19 Oct 2017 20:14:08 +0000 (21:14 +0100)]
suggested changes
Mark Otto [Thu, 19 Oct 2017 20:04:39 +0000 (13:04 -0700)]
fixes #24445
also pushed a hotfix to gh-pages branch
Mark Otto [Thu, 19 Oct 2017 18:44:05 +0000 (11:44 -0700)]
typo
Mark Otto [Thu, 19 Oct 2017 18:26:45 +0000 (11:26 -0700)]
add missing .
Mark Otto [Thu, 19 Oct 2017 18:26:14 +0000 (11:26 -0700)]
new current_ruby-version var
Mark Otto [Thu, 19 Oct 2017 17:48:53 +0000 (10:48 -0700)]
update getting started docs too
Mark Otto [Thu, 19 Oct 2017 17:37:26 +0000 (10:37 -0700)]
version number for homepage
Mark Otto [Thu, 19 Oct 2017 17:11:43 +0000 (10:11 -0700)]
new hashes
Mark Otto [Thu, 19 Oct 2017 16:40:37 +0000 (09:40 -0700)]
fix version number
Mark Otto [Thu, 19 Oct 2017 16:27:56 +0000 (09:27 -0700)]
new shas
Mark Otto [Thu, 19 Oct 2017 16:25:55 +0000 (09:25 -0700)]
new version number
Gijs Boddeus [Thu, 19 Oct 2017 17:33:31 +0000 (19:33 +0200)]
spelling changes to theming.md (#24444)
Laussel Loïc [Thu, 19 Oct 2017 17:31:49 +0000 (19:31 +0200)]
remove form control label as it have been removed (#24442)
Mark Otto [Thu, 19 Oct 2017 16:13:23 +0000 (09:13 -0700)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Thu, 19 Oct 2017 16:13:17 +0000 (09:13 -0700)]
dist
Gijs Boddeus [Thu, 19 Oct 2017 16:11:23 +0000 (18:11 +0200)]
fix missing word in colors.md (#24440)
Mark Otto [Thu, 19 Oct 2017 16:03:33 +0000 (09:03 -0700)]
Gradients and shadows (#24429)
* Update the form focus mixin to use a manual `$enable-shadows` check so we can always ensure a focus state for accessibility and consistency
* - Add new `$input-btn-focus-width` and `$input-btn-focus-color` variables.
- Replace separate `$btn-focus-box-shadow` and `$input-focus-box-shadow`
variables with unified `$input-btn-focus-box-shadow` to match our
combined variables approach elsewhere.
* Put new focus width var to use in buttons mixins
* use new button input-box shadow var
* Add a new mixin for quickly adding linear gradient to components when $enable-gradients is set to true
* use correct var
* fix focus shadows in button mixins
* Add opt-in gradients to alerts, buttons, carousel, custom radios and checkboxes, custom file input, and dropdown items
* Generate .bg-gradient- utilities
* add headings to colors page and document bg-gradient utils
* update the button color for active status, check with yiq as it's done for basic state and hover state
XhmikosR [Thu, 19 Oct 2017 16:02:27 +0000 (19:02 +0300)]
Make 1.9.1 the minimum jQuery version again. (#24434)
Mark Otto [Thu, 19 Oct 2017 15:55:53 +0000 (08:55 -0700)]
Better docs for table-responsive classes (#24438)
XhmikosR [Thu, 19 Oct 2017 15:18:57 +0000 (18:18 +0300)]
Fix a few 404 and one redirected link. (#24432)
XhmikosR [Thu, 19 Oct 2017 15:16:38 +0000 (18:16 +0300)]
Reindent _variables.scss. (#24428)
Gijs Boddeus [Thu, 19 Oct 2017 08:01:48 +0000 (10:01 +0200)]
fix typo in flex.md (#24431)
Mark Otto [Thu, 19 Oct 2017 07:17:08 +0000 (00:17 -0700)]
dist
Mark Otto [Thu, 19 Oct 2017 07:15:39 +0000 (00:15 -0700)]
dist
Mark Otto [Thu, 19 Oct 2017 07:14:27 +0000 (00:14 -0700)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Thu, 19 Oct 2017 07:13:38 +0000 (00:13 -0700)]
fix functions, lighter colors on active
Mark Otto [Thu, 19 Oct 2017 07:11:36 +0000 (00:11 -0700)]
Merge branch 'btn-active' of https://github.com/andresgalante/bootstrap into andresgalante-btn-active
i.sychev [Thu, 19 Oct 2017 07:05:07 +0000 (10:05 +0300)]
append btn-* and input-* variables and extends their from input-btn-* variables
Mark Otto [Thu, 19 Oct 2017 06:16:18 +0000 (23:16 -0700)]
Update docs for IE10+IE11 support of auto margins (#24427)
IE10 and IE11 do not properly support the use of margin-auto on flex parents with a justify-content value other than flex-start. This PR removes the examples showcasing those two classes at play together in favor of simpler ones with _just_ the margin-auto utilities.
More details can be found at https://stackoverflow.com/a/
37535548 , which has been linked to from the docs as well.
Closes #24319 and closes #24413.
Andres Galante [Thu, 19 Oct 2017 06:05:00 +0000 (03:05 -0300)]
Move theme variables outside of the theme map. (#23918)
Vohmyanin Sergey Vasilevich [Thu, 19 Oct 2017 06:01:26 +0000 (09:01 +0300)]
Enable sourcemaps for bundles and include sourcemap for plugins in npm package. (#24303)
Mark Otto [Thu, 19 Oct 2017 03:38:08 +0000 (20:38 -0700)]
dist
Dylan Seago [Thu, 19 Oct 2017 02:51:45 +0000 (22:51 -0400)]
Rename navbar height variables to reflect their value (#24161)
Kevin Ruscoe [Thu, 19 Oct 2017 02:49:32 +0000 (03:49 +0100)]
Update alerts.md (#24420)
This document contains the word JavaScript everywhere apart from in one place where it's abbreviated to JS. This just makes sure it's written as JavaScript consistently across the page.
Mark Otto [Thu, 19 Oct 2017 02:48:35 +0000 (19:48 -0700)]
Increase headings-line-height from 1.1 to 1.2 (#24423)
This way, descenders are not cropped when truncating. Fixes #23956.
Gijs Boddeus [Thu, 19 Oct 2017 02:45:37 +0000 (04:45 +0200)]
Fix typo in popovers.md (#24425)
double use of see
tillmon [Thu, 19 Oct 2017 02:44:14 +0000 (04:44 +0200)]
Set font-sizes relative to font-size-base (#24060)
* font-sizes relative to font-size-base
* ditch $heading-font-size-base, simplify
* apply same to .lead var
* also update progress bar font-size var
Andrew Murphy [Wed, 18 Oct 2017 21:28:09 +0000 (22:28 +0100)]
Use the 'spacing' template. More examples
The most important change is to say "for the named breakpoint ( `sm`, `md`, `lg`, `xl`) and above".
The existing "hiding elements para" (not yet live) is exactly what's needed.
Keep simple for "english as a second language" people (e.g. hide not hidden)
Mark Otto [Wed, 18 Oct 2017 21:22:32 +0000 (14:22 -0700)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev