]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
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: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: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)]
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
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
Mark Otto [Wed, 18 Oct 2017 21:22:26 +0000 (14:22 -0700)]
few popover docs changes to clarify things mentioned in #24005
Kevin Ruscoe [Wed, 18 Oct 2017 20:56:43 +0000 (21:56 +0100)]
badges: Make using the contextual classes on links clearer. (#24422)
Andrew Murphy [Wed, 18 Oct 2017 17:26:33 +0000 (18:26 +0100)]
#24373 : Documentation/Navbar : Refer to utility classes used. Hidden when printing. (#24380)
* Refer to utility classes uses. Add Printing section
refer to (not navbar) classes used for newbies
navbars don't print, so add example of a print-only alternative
* typos, add links
typo in {% example %}
add links to component pages
* grammar
* Add a dropdown with divider to the main example
* change id name to stop travis error
I assume id="camelCase" is the standard for id names, rather than the clearly superior id="underscore_words"
* review changes
still like to emphasise the foreign utility classes in the main example
bg-light's name is self explanatory (so its obvious where to look it up), but mr-sm-2's name isn't at first
* review changes
* grammar
* .fixed-top/bottom don't reserve space on the screen
... as they are position:fixed.
better wording welcome
* copyediting
- rewrite utils line and link to the utils pages
- restore the paragraphs to the placement section
- fix formatting and grammar
Andres Galante [Wed, 18 Oct 2017 17:11:35 +0000 (14:11 -0300)]
Improves forms migration guide, docs, and scss (#24348)
* fixes migration forms guides
* removes container from Horizontal form
* adds col-form-label sizes on form docs
* removes .form-control-label from forms.scss
* add note to migration
Andres Galante [Wed, 18 Oct 2017 16:59:30 +0000 (13:59 -0300)]
Remove uncessary `col-form-label` from form row docs (#24335)
Mark Otto [Wed, 18 Oct 2017 16:29:05 +0000 (09:29 -0700)]
dist
Mark Otto [Wed, 18 Oct 2017 16:28:41 +0000 (09:28 -0700)]
mention forked from normalize
Mark Otto [Wed, 18 Oct 2017 05:05:01 +0000 (22:05 -0700)]
Revert #23108 to restore list group borders (#24411)
* revert #23108, which had no bug but was a problem with the example code
* add example to the docs for future proofing
* move it up
Mark Otto [Wed, 18 Oct 2017 04:39:59 +0000 (21:39 -0700)]
Add copyright and license headers to grid and reboot files
Fixes #24311
Mark Otto [Wed, 18 Oct 2017 01:38:38 +0000 (18:38 -0700)]
Remove class and scrollspy attributes from layouts
Andres Galante [Thu, 31 Aug 2017 15:38:24 +0000 (10:38 -0500)]
changes popovers from px to rem
Mark Otto [Wed, 18 Oct 2017 01:37:11 +0000 (18:37 -0700)]
mention color contrast function change
Mark Otto [Wed, 18 Oct 2017 01:29:55 +0000 (18:29 -0700)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Wed, 18 Oct 2017 01:29:47 +0000 (18:29 -0700)]
document color-yiq function
Mark Otto [Wed, 18 Oct 2017 00:29:15 +0000 (17:29 -0700)]
Merge branch 'yiq-function-update' of https://github.com/gijsbotje/bootstrap into v4-dev
XhmikosR [Tue, 17 Oct 2017 23:28:35 +0000 (02:28 +0300)]
Restore CNAME (#24379)
m5o [Tue, 17 Oct 2017 22:45:52 +0000 (00:45 +0200)]
remove unused docs color variables (#24406)
XhmikosR [Tue, 17 Oct 2017 13:27:07 +0000 (16:27 +0300)]
Update package-lock.json. (#24386)
Also, lock babel deps to 7.0.0-beta.2 so that we are on the safe side.
XhmikosR [Tue, 17 Oct 2017 12:27:37 +0000 (15:27 +0300)]
Fix typo in scrollspy.md (#24398)
Anuj Tomar [Tue, 17 Oct 2017 05:51:34 +0000 (22:51 -0700)]
Correct $zindex-sticky value (#24402)
Sharrell Porter [Mon, 16 Oct 2017 22:26:52 +0000 (18:26 -0400)]
matching-branch
Merge branch 'custom-checkboxes-radios-correct-color' of github.com:sabrown84/bootstrap into custom-checkboxes-radios-correct-color
Sharrell Porter [Mon, 16 Oct 2017 20:57:13 +0000 (16:57 -0400)]
correcting color
Johann-S [Mon, 16 Oct 2017 14:51:42 +0000 (16:51 +0200)]
Add dispose methods in our documentation (#24396)
* Add dispose methods in our documentation
* Update buttons.md
XhmikosR [Mon, 16 Oct 2017 05:01:58 +0000 (08:01 +0300)]
Mention bootstrap bundle in docs. (#24385)
XhmikosR [Thu, 5 Oct 2017 12:18:18 +0000 (15:18 +0300)]
Remove empty class from search menu button.
XhmikosR [Thu, 5 Oct 2017 11:56:34 +0000 (14:56 +0300)]
Use direct links to documentation, getting started and about pages.
The old ones are still being redirected.
XhmikosR [Mon, 16 Oct 2017 02:17:53 +0000 (05:17 +0300)]
Update build-tools.md (#24378)