]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Giovanni Totaro [Mon, 30 Oct 2017 16:42:41 +0000 (17:42 +0100)]
Add missing trailing slashes to URLs in docs
Giovanni Totaro - aka Vanni [Mon, 30 Oct 2017 16:23:05 +0000 (17:23 +0100)]
Merge branch 'v4-dev' into docs-bundle-js
Johann-S [Mon, 30 Oct 2017 13:51:46 +0000 (14:51 +0100)]
Fix bad title for our dispose method in our documentation
Giovanni Totaro [Mon, 30 Oct 2017 11:24:39 +0000 (12:24 +0100)]
Explain contents of bundled JS files in docs (#23735)
Johann-S [Fri, 27 Oct 2017 07:51:08 +0000 (09:51 +0200)]
Do not create a Popper.js instance when we don't need it
XhmikosR [Sun, 29 Oct 2017 23:28:52 +0000 (01:28 +0200)]
Clean up package.json scripts. (#24583)
* rename build/htmllint.js to build/vnu-jar.js
* remove the unused `bash` script
* split the `docs-lint` scripts
* fix watch-js script to run only the parent `js-compile` script
Mark Otto [Sun, 29 Oct 2017 23:19:14 +0000 (16:19 -0700)]
dist
Mark Otto [Sun, 29 Oct 2017 23:13:37 +0000 (16:13 -0700)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 29 Oct 2017 23:03:13 +0000 (16:03 -0700)]
nuke container class for consistency while we're here
Mark Otto [Sun, 29 Oct 2017 23:02:30 +0000 (16:02 -0700)]
tweak spacing
Johann-S [Sun, 29 Oct 2017 22:51:04 +0000 (23:51 +0100)]
Throw error about Popper.js only when it's needed because some of our plugins don't use it (#24573)
Johann-S [Sun, 29 Oct 2017 22:29:13 +0000 (23:29 +0100)]
Add dropright and dropleft (right and left placements for our dropdown) (#23860)
* Add dropright (right placement for our dropdown)
* Add dropleft
* moves drop left arrow to the left
Mark Otto [Sun, 29 Oct 2017 22:14:10 +0000 (15:14 -0700)]
Add `.modal-dialog-centered` for optional vertically centered modal (#24510)
* Add .modal-dialog-centered for optional vertically cenetered modal
Fixes #23638
* adds modal-dialog-centered class to docs and removes margin to avoid generating a vertical scrolling
* mention limitations
* fix aria attr
* Add `width: 100%` to the .modal-content for the centered version. Adding it here to avoid adding another selector by limiting it to the centered modal modifier.
Mark Otto [Sun, 29 Oct 2017 18:46:26 +0000 (11:46 -0700)]
Merge branch 'v4-dev' of https://github.com/jipexu/bootstrap into jipexu-v4-dev
Mark Otto [Sun, 29 Oct 2017 18:46:16 +0000 (11:46 -0700)]
dist
XhmikosR [Sun, 29 Oct 2017 15:55:28 +0000 (17:55 +0200)]
Remove the now unused _data/core-team.yml and the relevant scss. (#24593)
Johann-S [Sun, 29 Oct 2017 05:43:44 +0000 (06:43 +0100)]
Add information about the fact we do not use Popper.js for Dropdown c… (#24571)
* Add information about the fact we do not use Popper.js for Dropdown contained in navbars
* Update dropdowns.md
* Update dropdowns.md
Amy Martin [Sun, 29 Oct 2017 05:42:53 +0000 (18:42 +1300)]
Remove invalid bower.json (#24584) (#24590)
Mark Otto [Sun, 29 Oct 2017 05:42:09 +0000 (22:42 -0700)]
Add fallback border-radius to .btn (#24505)
Fixes #24503 by manually calling the border-radius instead of using the mixin.
Mark Otto [Sun, 29 Oct 2017 05:41:25 +0000 (22:41 -0700)]
Revamp docs About section (#24589)
- Drops the Team page for privacy and accuracy. I don't want to pressure folks into feeling committed to the project through a page like this, and it also doesn't allow folks any privacy option (as you can hide org membership on your GitHub profile).
- Moves the History page into an Overview page, which includes an updated history page and a quick team blurb at the top.
- Added redirects to the new Overview page from Team and History
Mark Otto [Sat, 28 Oct 2017 19:04:47 +0000 (12:04 -0700)]
dist
Mark Otto [Sat, 28 Oct 2017 03:35:33 +0000 (20:35 -0700)]
fixes #24574
Johann-S [Thu, 26 Oct 2017 10:26:19 +0000 (13:26 +0300)]
Fix unit tests.
Pierre-Denis Vanduynslager [Sat, 21 Jan 2017 05:17:34 +0000 (07:17 +0200)]
Dropdown handle keydown on input and textarea.
jeanpierre [Fri, 27 Oct 2017 12:55:07 +0000 (14:55 +0200)]
form y space in doc
Paweł Kuna [Thu, 26 Oct 2017 06:33:41 +0000 (08:33 +0200)]
Add `table-row` in documentation (#24551)
Mark Otto [Wed, 25 Oct 2017 19:35:07 +0000 (12:35 -0700)]
dist
Mark Otto [Wed, 25 Oct 2017 19:31:55 +0000 (12:31 -0700)]
dist
Mark Otto [Wed, 25 Oct 2017 19:31:33 +0000 (12:31 -0700)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
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
Johann-S [Wed, 25 Oct 2017 07:32:21 +0000 (09:32 +0200)]
Add unit tests for util.js
XhmikosR [Tue, 24 Oct 2017 11:48:17 +0000 (14:48 +0300)]
npm scripts: fix duplicate runs. (#24532)
`js-compile` and `js-minify` tasks already call their "children" tasks.
Johann-S [Tue, 24 Oct 2017 08:12:45 +0000 (10:12 +0200)]
Change Rollup config to wrap our dist files with jQuery instead of $
XhmikosR [Mon, 23 Oct 2017 07:45:27 +0000 (10:45 +0300)]
Clean up transitionEnd properties. (#24511)
We don't support Opera 12, and Firefox's property was the unprefixed one.
Johann-S [Mon, 23 Oct 2017 07:35:27 +0000 (09:35 +0200)]
Add `Util.jQuery` which will detect jQuery instead of relying on global `$` (#24513)
XhmikosR [Mon, 23 Oct 2017 07:21:38 +0000 (10:21 +0300)]
Update popper.js to v1.12.6 and package-lock.json. (#24512)
Mark Otto [Mon, 23 Oct 2017 05:36:10 +0000 (22:36 -0700)]
fixes #23695
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