]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Tom Swirly [Sun, 1 Apr 2018 15:22:31 +0000 (17:22 +0200)]
Tiny grammar and punctuation tweaks to a comment.
1. It's == "it is"
2. The subject of the sentence is "Only one" (not "these") so the verb must agree with it.
Feel free to do nothing with this change, use it, etc - I just saw this while reading through the code.
Mark Otto [Sun, 1 Apr 2018 19:58:03 +0000 (12:58 -0700)]
docs edit suggestion
Mark Otto [Sun, 1 Apr 2018 05:15:15 +0000 (22:15 -0700)]
dist
Mark Otto [Sun, 1 Apr 2018 05:10:32 +0000 (22:10 -0700)]
Deprecate .text-hide (#26173)
Mark Otto [Sun, 1 Apr 2018 05:07:48 +0000 (22:07 -0700)]
Add box-shadow utilities (#25758)
Mark Otto [Sat, 31 Mar 2018 21:05:22 +0000 (14:05 -0700)]
Mention browserslist config in our docs to close #25429
Mark Otto [Sat, 31 Mar 2018 21:22:01 +0000 (14:22 -0700)]
Add new .flex-grow and .flex-shrink utils
Mark Otto [Sat, 31 Mar 2018 21:33:24 +0000 (14:33 -0700)]
Fix Chrome's rendering of .card-columns
Uses orphans/widows trick from @fran-worley at https://github.com/twbs/bootstrap/issues/20925#issuecomment-
333492739 .
Fixes #20925.
Mark Otto [Sat, 31 Mar 2018 21:45:23 +0000 (14:45 -0700)]
document new text color utils
Mark Otto [Sat, 31 Mar 2018 21:45:14 +0000 (14:45 -0700)]
add 50% translucent black and white text
Mark Otto [Sat, 31 Mar 2018 21:39:43 +0000 (14:39 -0700)]
add .text-body, fixes #25412
Mark Otto [Sat, 31 Mar 2018 21:59:03 +0000 (14:59 -0700)]
Close #25697
Removes the .justify-content-between from a navbar form example given it's the default style. Instead, mention how to adjust this and link to flex utils.
Martijn Cuppens [Wed, 14 Mar 2018 17:49:04 +0000 (18:49 +0100)]
Remove navbar align
Mark Otto [Sun, 1 Apr 2018 04:04:54 +0000 (21:04 -0700)]
Add .text-monospace util
Mark Otto [Sun, 1 Apr 2018 01:36:10 +0000 (18:36 -0700)]
fixes #25343 by mentioning how collapse animates in docs
Mark Otto [Sat, 31 Mar 2018 22:07:26 +0000 (15:07 -0700)]
Add small not to float docs about mixing with flex items
Closes #25829, closes #25924
Mark Otto [Sat, 31 Mar 2018 20:59:37 +0000 (13:59 -0700)]
dist
Mark Otto [Sat, 31 Mar 2018 20:55:40 +0000 (13:55 -0700)]
fixes #25918
Martijn Cuppens [Fri, 30 Mar 2018 07:47:08 +0000 (09:47 +0200)]
Correct children selector
XhmikosR [Fri, 30 Mar 2018 06:17:30 +0000 (09:17 +0300)]
Revert "docs: Switch to StackPath's URL."
This reverts commit
70520855e8f597995fb1df69b854f99f705d2e59 .
XhmikosR [Tue, 27 Mar 2018 16:51:43 +0000 (19:51 +0300)]
docs: Switch to StackPath's URL.
While the old one will keep working, better switch to the new one.
Varunram [Thu, 29 Mar 2018 04:08:09 +0000 (09:38 +0530)]
Add .bg-transparent to docs
Johann-S [Thu, 29 Mar 2018 20:16:56 +0000 (22:16 +0200)]
fix bundle and run test against it
Nat Zimmermann [Tue, 27 Mar 2018 17:06:16 +0000 (18:06 +0100)]
Fix spacing between Item and numbers
XhmikosR [Tue, 27 Mar 2018 09:49:29 +0000 (12:49 +0300)]
Fix duplicate `main` element.
vsn4ik [Mon, 22 Jan 2018 23:03:00 +0000 (02:03 +0300)]
Fix skip element disabled via attribute when using keyboard navigation
XhmikosR [Wed, 21 Mar 2018 10:00:13 +0000 (12:00 +0200)]
Remove the local jquery-1.9.1.min.js.
XhmikosR [Wed, 21 Mar 2018 09:47:37 +0000 (11:47 +0200)]
tests: load 3rd-party libs from the local node_modules folder.
This reduces duplication and the chances to forget to update something.
Johann-S [Tue, 20 Mar 2018 21:05:30 +0000 (22:05 +0100)]
fix rollup config
XhmikosR [Tue, 20 Mar 2018 15:39:54 +0000 (17:39 +0200)]
Update all devDependencies.
Kept back karma-qunit and qunitjs because tests fail.
XhmikosR [Tue, 20 Mar 2018 15:24:49 +0000 (17:24 +0200)]
Update workbox.js
XhmikosR [Tue, 20 Mar 2018 15:22:05 +0000 (17:22 +0200)]
sw.js: fix TypeError with new workbox.
Michael [Fri, 16 Mar 2018 20:46:58 +0000 (20:46 +0000)]
Update to workbox 3.0 & fix breaking changes
XhmikosR [Tue, 13 Mar 2018 23:31:51 +0000 (01:31 +0200)]
Use sinon from cdnjs.
XhmikosR [Tue, 13 Mar 2018 23:30:06 +0000 (01:30 +0200)]
tests: use QUnit from the jQuery CDN.
XhmikosR [Tue, 13 Mar 2018 23:22:38 +0000 (01:22 +0200)]
Update dependencies.
Johann-S [Tue, 20 Mar 2018 15:08:19 +0000 (16:08 +0100)]
throw error when coverage is under our thresholds
Johann-S [Tue, 20 Mar 2018 10:07:58 +0000 (11:07 +0100)]
Use transitionEnd in QUnit since we moved away from PhantomJS
Mike Rogers [Tue, 20 Mar 2018 09:28:21 +0000 (09:28 +0000)]
Making use of `prefers-reduced-motion` media query (#25641)
* Making use of `prefers-reduced-motion` media query
As discussed in #25249 - if a user (Who is using Safari / iOS) requests
reduced motion in their system settings, we should avoid transitions.
* Ignoring prefers reduced motion for CSS Linting
* Updating copy clarifying the reduce motion functionality in accessibility.md
Mark Otto [Sat, 17 Mar 2018 23:44:58 +0000 (16:44 -0700)]
Separate issue templates, add support doc (#25705)
* Update issue template to break down by bug and template, add support doc to close #23133
* add links from readme for bug and feature templates
Ethan Beyer [Fri, 16 Mar 2018 22:18:46 +0000 (18:18 -0400)]
theming.md Typo Fix (#25875)
it's ≠ its
Varunram Ganesh [Fri, 16 Mar 2018 11:38:30 +0000 (17:08 +0530)]
Update vertical pills example (#25852)
Add the column/grid to the example code (which is what makes it vertical in the first place)
John Bennet Veloya [Thu, 15 Mar 2018 22:18:30 +0000 (15:18 -0700)]
Fix order of Save/Close buttons in modal code example (#25855)
XhmikosR [Wed, 14 Mar 2018 17:44:32 +0000 (19:44 +0200)]
Alternative solution.
Rely on `site.url` which is different for production. In that case do nothing with the search result, otherwise when in development remove our url from it.
m5o [Wed, 7 Mar 2018 14:30:13 +0000 (16:30 +0200)]
Enable docsearch in development env.
Previously a search redirected to `https://getbootstrap.com/...`
m5o [Wed, 14 Mar 2018 15:44:38 +0000 (16:44 +0100)]
Remove custom example plugin. (#25784)
Varunram Ganesh [Tue, 13 Mar 2018 23:06:43 +0000 (04:36 +0530)]
Document `.form-control-range`. (#25839)
Johann-S [Fri, 9 Mar 2018 22:17:57 +0000 (23:17 +0100)]
Add Sinon to do better unit test
XhmikosR [Tue, 13 Mar 2018 11:32:26 +0000 (13:32 +0200)]
approach.md: Use normal apostrophes.
They are converted when building.
XhmikosR [Tue, 13 Mar 2018 11:25:22 +0000 (13:25 +0200)]
approach.md: Fix empty link.
XhmikosR [Tue, 13 Mar 2018 12:08:56 +0000 (14:08 +0200)]
saucelabs-unit-test.js: tweak failed tests message (#25836)
Johann-S [Tue, 13 Mar 2018 09:38:36 +0000 (10:38 +0100)]
fix get the transition duration parent
Martijn Cuppens [Tue, 13 Mar 2018 08:59:20 +0000 (09:59 +0100)]
Variable transition durations (#25662)
Stephen Beemsterboer [Tue, 13 Mar 2018 07:31:37 +0000 (03:31 -0400)]
Clarify the necessary `data-target`/`href` attribute for carousel controls (#25690)
m5o [Mon, 12 Mar 2018 21:08:44 +0000 (22:08 +0100)]
Use bugify without custom Jekyll plugin (#25334)
XhmikosR [Mon, 12 Mar 2018 19:20:14 +0000 (21:20 +0200)]
callout.html: drop whitespace and better usage comment.
m5o [Mon, 15 Jan 2018 22:49:36 +0000 (00:49 +0200)]
Use callout without custom Jekyll plugin.
ysds [Mon, 12 Mar 2018 17:51:27 +0000 (02:51 +0900)]
Rename `.custom-file-control` to `.custom-file-label` (#25736)
ysds [Mon, 12 Mar 2018 17:44:05 +0000 (02:44 +0900)]
Add basic position to dropup/right/left and dropdown-menu-right (#25400)
Peter Etelej [Mon, 12 Mar 2018 17:36:25 +0000 (20:36 +0300)]
Disable link functionality on disabled `btn-link` (#25645)
Future-proof disabling of clicks on disabled `btn-link`. Fixes #25639
ensuring consistency between `btn-link` `<button>`s and `<a>`s when disabled.
ysds [Mon, 12 Mar 2018 17:29:45 +0000 (02:29 +0900)]
Fix examples' issues #25664 and #25388 (#25665)
* Prevent sign-in form from going outside viewport (#25388)
* Workaround IE centering bug
Jacob Müller [Mon, 12 Mar 2018 17:19:37 +0000 (18:19 +0100)]
Replace "loose" HEX values with their respective variables (#25672)
Léo Andrès [Mon, 12 Mar 2018 16:59:57 +0000 (17:59 +0100)]
Clean shell scripts (#25704)
Alexander Hjorth [Mon, 12 Mar 2018 16:55:47 +0000 (17:55 +0100)]
Allow customization of breadcrumb border radius (#25807)
ysds [Mon, 12 Mar 2018 16:51:00 +0000 (01:51 +0900)]
Fix caret alignment (#25719)
m5o [Mon, 12 Mar 2018 16:46:35 +0000 (17:46 +0100)]
re-use gray for bd-example border / background (#25751)
Martijn Cuppens [Mon, 12 Mar 2018 16:40:30 +0000 (17:40 +0100)]
Collapse with flex elements - simple approach (#25806)
* #22600: prevent display:block for visible content
* allow transition for elements with show class
m5o [Thu, 8 Mar 2018 12:38:48 +0000 (13:38 +0100)]
add Icons8 to icon options (#25763)
[Icons8](https://icons8.com/) is a great resource for icons.
They provide 15 different icon styles, exportable as fonts or svg
Catalin Zalog [Thu, 8 Mar 2018 12:28:32 +0000 (14:28 +0200)]
style: align some vars (#25785)
Robert Martin [Wed, 7 Mar 2018 21:53:39 +0000 (16:53 -0500)]
Update webpack.md
Minor edits for style and consistency
Johann-S [Tue, 6 Mar 2018 05:35:28 +0000 (06:35 +0100)]
Add a bit of documentation on how to run the code coverage (#25783)
Johann-S [Fri, 2 Mar 2018 13:15:20 +0000 (14:15 +0100)]
add code coverage
XhmikosR [Mon, 5 Mar 2018 07:14:58 +0000 (09:14 +0200)]
Update devDependencies and gems. (#25708)
Mark Otto [Sun, 4 Mar 2018 19:16:54 +0000 (11:16 -0800)]
Update blockquote migration docs to reflect #22949
Fixes #25669, closes #25779.
Mark Otto [Sun, 4 Mar 2018 19:07:31 +0000 (11:07 -0800)]
Fix #25746
Mark Otto [Sat, 3 Mar 2018 22:10:49 +0000 (14:10 -0800)]
dist
Adam Kolinski [Sat, 3 Mar 2018 21:06:54 +0000 (08:06 +1100)]
Adding a variable to handle the change of a modals border-radius. (#25691)
Isma [Sun, 18 Feb 2018 18:22:41 +0000 (18:22 +0000)]
Replace img-fluid by w-100 to conform with HTML
Ed Morley [Sat, 3 Mar 2018 01:36:31 +0000 (01:36 +0000)]
Fix leftover reference to v4.0.0-alpha.6
Running `./build/change-version.js v4.0.0-alpha.6 v4.0.0` fixed this,
so the version change script works fine. I'm presuming instead this
change was just omitted from
35f80bb12e4e , and then wouldn't have
been caught by subsequent runs of `change-version`, since it only
ever replaces the exact old version string specified.
Jos Maissan [Sun, 25 Feb 2018 15:45:31 +0000 (16:45 +0100)]
display on xl viewport
See issue #25711
m5o [Thu, 1 Mar 2018 23:44:40 +0000 (00:44 +0100)]
docs skippy partial (#25750)
* load skippy markup from includes
Martijn Cuppens [Sun, 25 Feb 2018 09:22:50 +0000 (10:22 +0100)]
Remove unused variable (#25670)
This variable is not used anywhere.
Leftover from #18373.
Peter Blazejewicz [Sat, 24 Feb 2018 23:15:19 +0000 (00:15 +0100)]
Add tabindex attribute to disabled buttons sample. Closes #23361 (#25680)
As discussed in issue's comment:
https://git.io/vAuPW
Thanks!
Mark Otto [Sat, 24 Feb 2018 20:46:23 +0000 (12:46 -0800)]
Fixes #25703
Mark Otto [Sat, 24 Feb 2018 20:44:44 +0000 (12:44 -0800)]
dist
Mark Otto [Sat, 24 Feb 2018 20:38:51 +0000 (12:38 -0800)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
daviddalbusco [Thu, 22 Feb 2018 16:17:30 +0000 (17:17 +0100)]
Fix typo of example in hiding doc
Martijn Cuppens [Sat, 24 Feb 2018 11:35:45 +0000 (12:35 +0100)]
Add focus states to custom docs buttons
Adam Bowles [Tue, 13 Feb 2018 16:00:05 +0000 (16:00 +0000)]
Remove disabling of stylelint rule
This file no longer has intentional indentation errors
Peter Blazejewicz [Sun, 4 Feb 2018 16:44:37 +0000 (17:44 +0100)]
Brush up vertical rhythm of form-check in docs. Closes #25546
This adds `form-group` to add the same vertical space to the `form-check` as in other grouped controls
used in form sample markup.
Thanks!
Martijn Cuppens [Wed, 21 Feb 2018 08:01:02 +0000 (09:01 +0100)]
Consistent usage of $(document.body) instead of $('body') (#25671)
Mark Otto [Tue, 20 Feb 2018 02:15:44 +0000 (18:15 -0800)]
make it a var
Mark Otto [Tue, 20 Feb 2018 02:14:50 +0000 (18:14 -0800)]
Merge branch 'nav-divider-mixin' of https://github.com/ysds/bootstrap into ysds-nav-divider-mixin
Mark Otto [Mon, 19 Feb 2018 23:04:55 +0000 (15:04 -0800)]
Merge branch 'accordion-borders' of https://github.com/andresgalante/bootstrap into v4-dev
Mark Otto [Mon, 19 Feb 2018 22:50:56 +0000 (14:50 -0800)]
dist
ysds [Mon, 19 Feb 2018 22:42:54 +0000 (07:42 +0900)]
Add color variable for caption (#25657)
Pierre GIRAUD [Mon, 19 Feb 2018 22:42:26 +0000 (23:42 +0100)]
Be more explicit where to find variables (#25624)
* Tell where to find the variables to override
* Be consistent with path to _variables.scss
* Get rid of some 'our' in the doc
Replaced by 'Boostrap's' when relevant
Mark Otto [Mon, 19 Feb 2018 22:40:59 +0000 (14:40 -0800)]
Custom range input (#25600)
* added the styling
* added the documentation
* update for one rule per line
* fix hound error: trailing whitespace
* trimmed off vendor prefixes
* Add note about track and thumb
* Psuedo-elements must be split across multiple rulesets to have an affect
* Fix firefox inner focus
* Seems that FF is the only one affected by this
* Add support for gradients
* Add labels, clarify min/max changes
* add step example
* add custom range vars
Martijn Cuppens [Mon, 19 Feb 2018 09:10:25 +0000 (10:10 +0100)]
Fix carousel transition duration (#25218)
Patrick H. Lauke [Fri, 16 Feb 2018 17:37:09 +0000 (17:37 +0000)]
Add `type="button"` to `<button>`s in accordion example (#25643)
For consistency. Closes https://github.com/twbs/bootstrap/issues/25642