]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
XhmikosR [Tue, 28 Nov 2017 10:26:50 +0000 (12:26 +0200)]
Update devDependencies and gems. (#24876)
XhmikosR [Tue, 28 Nov 2017 08:43:09 +0000 (10:43 +0200)]
Combine path and remove variable used in one place. (#24873)
Patrick H. Lauke [Mon, 27 Nov 2017 19:23:05 +0000 (19:23 +0000)]
Fix docs horizontal scrollbar (#24878)
* Fix docs horizontal scrollbar in Components > Modal
* Add overflow to docs example class
* Drop the handleUpdate() variant
While I understand the variant covers the "get a particular plugin instance" case from http://getbootstrap.com/docs/4.0/getting-started/javascript/#programmatic-api it seems weird that we do it here but not everywhere else in the docs (randomly checking other pages, we seem to stick to the documented methods as written on those pages). As this isn't properly explained as is, and as it adds nothing (more of a preference for authors), it would be easier to just drop the variant and stick with the documented method as outlined later on in the same page (avoids having to go off on a "why should you use this instead of that" tangent here).
XhmikosR [Mon, 27 Nov 2017 17:41:48 +0000 (19:41 +0200)]
Replace lint-vars.sh with a Node.js script. (#24860)
Also, include it in the `css` npm script since it's instant.
Mark Otto [Mon, 27 Nov 2017 17:31:11 +0000 (09:31 -0800)]
Restore currently unused variables (#24891)
Alessandro Chitolina [Sat, 25 Nov 2017 15:07:41 +0000 (16:07 +0100)]
tab.js: do not remove fade class if there's no initial active pane
XhmikosR [Sat, 25 Nov 2017 20:01:10 +0000 (22:01 +0200)]
Remove unused CSS. (#24872)
Mark Otto [Sat, 25 Nov 2017 03:12:35 +0000 (19:12 -0800)]
fixes #24728
Mark Otto [Sat, 25 Nov 2017 01:02:01 +0000 (17:02 -0800)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sat, 25 Nov 2017 01:00:21 +0000 (17:00 -0800)]
add migration note
Mark Otto [Sat, 25 Nov 2017 00:58:36 +0000 (16:58 -0800)]
document it
Mark Otto [Sat, 25 Nov 2017 00:58:23 +0000 (16:58 -0800)]
rename it
Mark Otto [Sat, 25 Nov 2017 00:49:43 +0000 (16:49 -0800)]
Merge branch 'btn-group-styling' of https://github.com/picapixa/bootstrap into picapixa-btn-group-styling
afholderman [Sat, 25 Nov 2017 00:42:40 +0000 (18:42 -0600)]
Darken outline hover color to match default button hover (#24150)
* Fix Issue #24144
Alter button-outline-variant mixin to darken hover and active background in same fashion as filled button.
* Fix Issue #24144
Filled button on hover should utilize the same color-yiq mixin so that theme buttons match
* default values, fix mixin
XhmikosR [Sat, 25 Nov 2017 00:13:39 +0000 (02:13 +0200)]
Use Jekyll's `smartify` filter when possible. (#24866)
XhmikosR [Sat, 25 Nov 2017 00:02:25 +0000 (02:02 +0200)]
Update package.json. (#24582)
1. Use the same jQuery version in jspm
2. Update the files to only include the source and dist folders
Mark Otto [Fri, 24 Nov 2017 22:29:59 +0000 (14:29 -0800)]
Custom select updates (#24699)
* Add support for size attribute on custom selects
* Add large custom select, document it and the small variant
* fix custom select focus state
* fix custom file input focus styles
* remove empty line
Andres Galante [Fri, 24 Nov 2017 22:28:58 +0000 (19:28 -0300)]
lets the centered modal have any height (#24803)
Mark Otto [Fri, 24 Nov 2017 22:26:56 +0000 (14:26 -0800)]
Rewrite custom form check backgrounds (#24697)
* Rewrite custom form check backgrounds
Previously, this was all just a background-color and background-image. When we restored the gradients though, we had two background-images competing on the same element, causing rendering glitches. This refactors that code, creating a mixin to simplify things, so we can we easily use two background-images (SVG icon and gradient) when -gradients is set to true.
Fixes #24598
* restore default vars
* Revamp custom check and radio backgrounds
Instead of applying multiple background-image's to the same element, we're adding a new ::before pseudo-element to layer the background-images. Gradients go on the .custom-control-indicator while their icons go on the ::before element. This allows us to shave some bytes from when we compile and we previously needed to redeclare the background-image for the icon if you changed the gradient.
* remove now unused mixin
* mention change in migration docs
Mark Otto [Fri, 24 Nov 2017 20:40:56 +0000 (12:40 -0800)]
closes #24450
ysds [Fri, 24 Nov 2017 12:35:16 +0000 (21:35 +0900)]
Update typography docs (#24863)
XhmikosR [Fri, 17 Nov 2017 16:38:34 +0000 (18:38 +0200)]
Run karma tests in parallel.
Johann-S [Fri, 10 Nov 2017 10:25:47 +0000 (11:25 +0100)]
Allow us to run our unit test on differents jquery version
XhmikosR [Thu, 23 Nov 2017 08:22:54 +0000 (10:22 +0200)]
Add a simple script to generate SRI hashes for our assets. (#24814)
Patrick H. Lauke [Mon, 20 Nov 2017 10:13:37 +0000 (05:13 -0500)]
Add support for fractional viewport widths (zoom/high-dpi displays) (#24299)
* Change breakpoint max- calculation to fractional values
* Update docs to reflect fractional max-width breakpoint values
* Add fractional max-width to offcanvas example
* Add documentation and SCSS comment for fractional viewport support
XhmikosR [Mon, 20 Nov 2017 08:47:39 +0000 (10:47 +0200)]
Update devDependencies. (#24829)
ysds [Mon, 20 Nov 2017 00:28:30 +0000 (09:28 +0900)]
Fix dropup example code
Rychu [Sun, 19 Nov 2017 18:33:05 +0000 (19:33 +0100)]
Typos in grid.md (#24828)
Fixed typos in offsetting section of grid.md
XhmikosR [Sun, 19 Nov 2017 12:30:10 +0000 (14:30 +0200)]
Remove unused file and bundle ie-emulation-modes-warning.js with docs.min.js (#24825)
* Remove the unused assets/js/ie10-viewport-bug-workaround.js.
* Combine ie-emulation-modes-warning.js with docs.min.js.
Andres Galante [Fri, 17 Nov 2017 04:57:49 +0000 (01:57 -0300)]
Change the text color to dark on bg color warning examples (#24805)
XhmikosR [Thu, 16 Nov 2017 12:48:08 +0000 (14:48 +0200)]
Don't run postcss for `dist/css/*.min.css` files. (#24676)
XhmikosR [Thu, 16 Nov 2017 10:53:11 +0000 (12:53 +0200)]
Update popper.js to v1.12.9. (#24797)
Andres Galante [Thu, 16 Nov 2017 10:41:48 +0000 (07:41 -0300)]
Fix nested cards on card group (#24766)
Johann-S [Thu, 16 Nov 2017 10:10:48 +0000 (11:10 +0100)]
Fix installing deps in our webpack docs
XhmikosR [Wed, 15 Nov 2017 20:42:09 +0000 (22:42 +0200)]
Remove the now unused .houndignore file. (#24776)
Federico Zivolo [Wed, 15 Nov 2017 13:13:33 +0000 (14:13 +0100)]
Use UMD and fix build to properly load deps (#24783)
Edward Betts [Wed, 15 Nov 2017 09:12:38 +0000 (09:12 +0000)]
Correct spelling mistakes. (#24778)
Vasilii Artemchuk [Wed, 15 Nov 2017 08:44:17 +0000 (11:44 +0300)]
Simplify spread (#24774)
Daniel Niccoli [Wed, 15 Nov 2017 01:37:23 +0000 (02:37 +0100)]
Removed .col-form-label from vertical form example (#24771)
Fixes #24739
Andres Galante [Wed, 15 Nov 2017 01:32:08 +0000 (22:32 -0300)]
Adds variables for form validation messages (#24767)
Johann-S [Mon, 13 Nov 2017 10:25:36 +0000 (11:25 +0100)]
Object spread : less jQuery more ES6 (#24665)
XhmikosR [Mon, 13 Nov 2017 10:11:55 +0000 (12:11 +0200)]
Update devDependencies. (#24762)
XhmikosR [Sat, 11 Nov 2017 06:36:18 +0000 (08:36 +0200)]
Remove .hound.yml.
We might revisit this later, but currently we get too many FP with our current setup.
XhmikosR [Thu, 12 Oct 2017 02:12:06 +0000 (05:12 +0300)]
Update Hound config.
1. Explicitly disable ESLint in Hound for now; it was disabled all this time. Temporarily disabled until the ESLint plugins are updated upstream
2. Remove unneeded ignore from .houndignore
Gijs Boddeus [Sat, 11 Nov 2017 11:10:47 +0000 (12:10 +0100)]
fix typo grid.md (#24757)
fixes #24744
XhmikosR [Thu, 9 Nov 2017 08:16:54 +0000 (10:16 +0200)]
Update gems. (#24732)
Raffy Alcoriza [Thu, 9 Nov 2017 07:09:28 +0000 (15:09 +0800)]
Merge branch 'v4-dev' into btn-group-styling
Raffy Alcoriza [Thu, 9 Nov 2017 07:02:46 +0000 (15:02 +0800)]
Make styling of grouped option buttons class-based
Referencing #23728, styling grouped radio and checkbox buttons should not require the data-toggle attribute.
Patrick Yeo [Thu, 9 Nov 2017 05:56:07 +0000 (21:56 -0800)]
Add missing `role="button"` in collapse examples. (#24725)
Vasilii Artemchuk [Thu, 9 Nov 2017 05:51:19 +0000 (08:51 +0300)]
Use native pseudo-selectors instead of jQuery selectors (#24713)
Johann-S [Thu, 9 Nov 2017 05:43:55 +0000 (06:43 +0100)]
Update devDependencies (#24722)
Andres Galante [Wed, 8 Nov 2017 16:05:12 +0000 (13:05 -0300)]
Adds underline back to `btn-link` on focus
Mark Otto [Wed, 8 Nov 2017 04:45:26 +0000 (22:45 -0600)]
upgrade to node 8.9.x and dist
Vasilii Artemchuk [Tue, 7 Nov 2017 23:11:04 +0000 (02:11 +0300)]
Use correct jQuery name in docs (#24712)
XhmikosR [Tue, 7 Nov 2017 05:49:29 +0000 (07:49 +0200)]
Update devDependencies.
Johann-S [Sun, 5 Nov 2017 18:03:33 +0000 (19:03 +0100)]
Update to babel beta 5
XhmikosR [Tue, 7 Nov 2017 12:13:52 +0000 (14:13 +0200)]
Fix test failure with jQuery 1.9.1 (#24706)
Johann-S [Tue, 7 Nov 2017 11:41:06 +0000 (12:41 +0100)]
Escape ID in Util.getSelectorFromElement (#24700)
Johann-S [Tue, 7 Nov 2017 07:18:52 +0000 (08:18 +0100)]
Popover - call `content` once if it's a function. (#24690)
Mark Otto [Tue, 7 Nov 2017 04:24:24 +0000 (22:24 -0600)]
dist
Mark Otto [Tue, 7 Nov 2017 04:12:24 +0000 (22:12 -0600)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
ysds [Mon, 6 Nov 2017 23:58:28 +0000 (08:58 +0900)]
Reduce custom file z-index (#24633)
Mark Otto [Mon, 6 Nov 2017 23:51:04 +0000 (17:51 -0600)]
fixes #24642
m5o [Mon, 6 Nov 2017 22:21:03 +0000 (23:21 +0100)]
descriptive docs variable naming (#24521)
* use descriptive docs btn naming
* rename `btn-bd-yellow` to `btn-bd-download`
* sort state vars
* sort state vars
* info, warning, danger
* rename btn-bd-purple
* rename `.btn-bd-purple` to `.btn-bd-primary`
* align docs color variables
* generate $bd-purple-light color
* with http://razorltd.github.io/sasscolourfunctioncalculator/
* allow overide of docs variables
Mark Otto [Mon, 6 Nov 2017 21:54:41 +0000 (13:54 -0800)]
dist
Mark Otto [Mon, 6 Nov 2017 21:52:04 +0000 (13:52 -0800)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Patrick Yeo [Mon, 6 Nov 2017 21:35:52 +0000 (13:35 -0800)]
Nav Tabs use single variable to style `$nav-tabs-link-hover-border-color` and `$nav-tabs-link-active-border-color` (#24639)
Patrick Yeo [Mon, 6 Nov 2017 21:34:42 +0000 (13:34 -0800)]
Move hardcoded opacity value in `.btn:disabled` to variable `$btn-disabled-opacity` (#24680)
Mark Otto [Mon, 6 Nov 2017 20:44:57 +0000 (12:44 -0800)]
dist
XhmikosR [Mon, 6 Nov 2017 20:11:25 +0000 (22:11 +0200)]
getting-started.md: Redirect from `/getting-started/` too. (#24669)
Mark Otto [Mon, 6 Nov 2017 20:04:56 +0000 (12:04 -0800)]
fixes #24553: override border-color on focus of custom select with form validation (#24695)
Mark Otto [Mon, 6 Nov 2017 20:02:42 +0000 (12:02 -0800)]
Restore .progress-bar transition (#24694)
Unintentionally removed in #22703. Fixes #24643.
Gijs Boddeus [Mon, 6 Nov 2017 17:57:25 +0000 (18:57 +0100)]
fixing label cutoff at 0% (#24544)
Andres Galante [Mon, 6 Nov 2017 17:29:12 +0000 (14:29 -0300)]
Convert px values to rem on tooltip variables (#23468)
* converts px valures to rem on tooltip variables
* keep as px to match popover changes
Andres Galante [Tue, 31 Oct 2017 12:04:26 +0000 (09:04 -0300)]
changes list-inline-padding from 5px to .5rem
XhmikosR [Mon, 6 Nov 2017 00:23:36 +0000 (02:23 +0200)]
Minor Sass consistency changes. (#24677)
* use `background-color` instead of the shorthand
* use `outline: 0` consistently
* fix transform order
* remove quotes from `SFMono-Regular`
XhmikosR [Fri, 3 Nov 2017 15:23:03 +0000 (17:23 +0200)]
Update package-lock.json. (#24666)
XhmikosR [Fri, 3 Nov 2017 11:33:58 +0000 (13:33 +0200)]
Remove whitespace in SVG includes.
XhmikosR [Fri, 3 Nov 2017 11:33:46 +0000 (13:33 +0200)]
Remove a few extra newlines.
XhmikosR [Fri, 3 Nov 2017 11:33:29 +0000 (13:33 +0200)]
Highlight snippet as CSS.
XhmikosR [Fri, 3 Nov 2017 11:33:11 +0000 (13:33 +0200)]
getting-started/introduction.md: move title below the retired meta tags.
XhmikosR [Fri, 3 Nov 2017 11:32:25 +0000 (13:32 +0200)]
Add svg files in workbox and remove jpg.
XhmikosR [Fri, 3 Nov 2017 11:31:59 +0000 (13:31 +0200)]
Update Jekyll excludes to ignore more files.
Johann-S [Fri, 3 Nov 2017 11:53:24 +0000 (12:53 +0100)]
Update our Webpack documentation for Webpack 3 (#24656)
Andres Galante [Thu, 2 Nov 2017 00:23:51 +0000 (21:23 -0300)]
Convert modal's px units to rem (#23782)
Mark Otto [Wed, 1 Nov 2017 11:54:24 +0000 (04:54 -0700)]
Create CODE_OF_CONDUCT.md (#24629)
XhmikosR [Tue, 31 Oct 2017 22:23:50 +0000 (00:23 +0200)]
Update devDependencies and gems. (#24610)
XhmikosR [Tue, 31 Oct 2017 22:03:22 +0000 (00:03 +0200)]
Fix broken footer link after the about page revamp. (#24612)
patrickhlauke [Tue, 31 Oct 2017 18:27:35 +0000 (20:27 +0200)]
Fix invalid `<nav ... role="tablist">` in docs.
patrickhlauke [Tue, 31 Oct 2017 16:52:58 +0000 (16:52 +0000)]
More wording tweaks
XhmikosR [Tue, 31 Oct 2017 16:46:26 +0000 (18:46 +0200)]
Shorten ignores - add more comments.
patrickhlauke [Tue, 31 Oct 2017 14:22:20 +0000 (16:22 +0200)]
Remove `datetime-local` warning from vnu ignore list, change reboot example.
patrickhlauke [Tue, 31 Oct 2017 14:11:11 +0000 (14:11 +0000)]
Remove invalid example of `title` attribute in an SVG and related vnu error suppression
patrickhlauke [Tue, 31 Oct 2017 13:50:31 +0000 (15:50 +0200)]
Add comments to clarify why we ignore a couple of vnu's errors.
* "autocomplete" attribute errors
* "legend" is not allowed as child of "div"
XhmikosR [Tue, 31 Oct 2017 11:21:20 +0000 (13:21 +0200)]
Remove the redundant `role=navigation` from `nav`s.
XhmikosR [Tue, 31 Oct 2017 11:06:39 +0000 (13:06 +0200)]
vnu-jar.js: pass `-Xss512k` for 32-bit Java to avoid a StackOverflowError error.
XhmikosR [Mon, 30 Oct 2017 15:34:02 +0000 (17:34 +0200)]
Re-enable vnu-jar's warnings and suppress the ones we don't need now.
Giovanni Totaro - aka Vanni [Tue, 31 Oct 2017 11:17:16 +0000 (12:17 +0100)]
Add display utilities link in 'Utilities for layout' docs page (#24615)
XhmikosR [Tue, 31 Oct 2017 10:41:03 +0000 (12:41 +0200)]
build/*.js: es6ify. (#24611)
XhmikosR [Tue, 31 Oct 2017 10:31:32 +0000 (12:31 +0200)]
Remove bower.json from _config.yml. (#24609)