]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Andrew Pucci [Sun, 21 Oct 2018 08:05:54 +0000 (04:05 -0400)]
Card header color theming (#26573)
Define new variable for card header color
ysds [Sun, 21 Oct 2018 08:01:22 +0000 (17:01 +0900)]
Add dropdown responsive alignment (#26255)
ysds [Sun, 21 Oct 2018 07:56:53 +0000 (16:56 +0900)]
Example dashboard: Responsive padding-top of the main content (#26332)
Martijn Cuppens [Sun, 21 Oct 2018 07:52:13 +0000 (09:52 +0200)]
Improve Grid examples. (#26808)
Removes the grid.css file of the grid example and makes use of utility classes
Andrey [Sun, 21 Oct 2018 07:33:53 +0000 (10:33 +0300)]
feature/yiq function, add parameters, with default values. (#26917)
Martijn Cuppens [Sun, 21 Oct 2018 07:25:07 +0000 (09:25 +0200)]
Custom checkboxes and radios retheming (#27064)
Martijn Cuppens [Sun, 21 Oct 2018 07:13:35 +0000 (09:13 +0200)]
Re-add carousel control transition (#27277)
Doug Puchalski [Sun, 21 Oct 2018 07:09:08 +0000 (01:09 -0600)]
Outline button variant hover mixin (#27289)
The outline button variant mixin should use the hover mixin, as does the non-outline version.
midzer [Sun, 21 Oct 2018 07:03:17 +0000 (09:03 +0200)]
optimize data URIs (#27284)
Martijn Cuppens [Sun, 21 Oct 2018 06:55:43 +0000 (08:55 +0200)]
Carousel fade cleanup (#27278)
Roy Klutman [Sun, 21 Oct 2018 06:49:05 +0000 (08:49 +0200)]
Fix for double border on cards in an accordion (#27133)
XhmikosR [Sat, 20 Oct 2018 19:59:27 +0000 (22:59 +0300)]
webpack page: Remove precss reference
719media [Sat, 20 Oct 2018 19:35:56 +0000 (12:35 -0700)]
Update _custom-forms.scss (#27276)
user-select has no effect on before/after pseudo elements
andresgalante [Mon, 1 Oct 2018 12:59:05 +0000 (09:59 -0300)]
changes the variables for input font size
Ian Walter [Sat, 20 Oct 2018 19:12:33 +0000 (15:12 -0400)]
Fix #26372: disabled btn hover issue (#27407)
When gradients are enabled there is still a hover state on disabled
buttons since the hover rules apply to background-image and disabled
rules apply to background-color. This applies the logic already present
in dropdowns to buttons. This fix was originally proposed by @ysds.
semenyakNik [Sat, 20 Oct 2018 19:00:48 +0000 (22:00 +0300)]
Custom select inconsistent padding (#27415)
Martijn Cuppens [Wed, 17 Oct 2018 16:00:22 +0000 (18:00 +0200)]
Remove redundant width and height properties
XhmikosR [Sun, 14 Oct 2018 05:43:05 +0000 (08:43 +0300)]
Make use of jekyll-toc's `no_toc_section` class.
Requires jekyll-toc v0.8.0.
XhmikosR [Fri, 19 Oct 2018 08:46:13 +0000 (11:46 +0300)]
package.json: add `version_short` and use it in the npm scripts.
XhmikosR [Mon, 15 Oct 2018 08:27:00 +0000 (11:27 +0300)]
Clean up docs Sass code.
* remove unused rules
* use Sass nesting in more places
* use the core mixins in more places
* use the color variables more
XhmikosR [Mon, 15 Oct 2018 12:10:40 +0000 (15:10 +0300)]
Unregister Service Worker.
Mark Otto [Wed, 25 Jul 2018 00:48:18 +0000 (17:48 -0700)]
Remove service worker
Johann-S [Tue, 16 Oct 2018 09:10:29 +0000 (11:10 +0200)]
avoid drag img
patrickhlauke [Mon, 15 Oct 2018 22:25:44 +0000 (23:25 +0100)]
Set touch-action to "none"
Firefox currently seems extremely fickle - with `pan-y` if fires pointercancel as soon as a touch strays even a pixel or so vertically.
While `touch-action: pan-y` would be ideal (allowing users to scroll the page even when their finger started the scroll on the carousel), this prevents a swipe that isn't perfectly/only horizontal to be recognised by Firefox.
patrickhlauke [Mon, 15 Oct 2018 21:32:17 +0000 (22:32 +0100)]
Refactor (and correct) start/move/end functions
in particular, no need to use originEvent, and preventDefault() only needed for touch events
patrickhlauke [Mon, 15 Oct 2018 21:29:47 +0000 (22:29 +0100)]
Remove unnecessary pointer event listeners
these may also be the cause of weird behavior in Chrome/Surface, where scrolling vertically triggers slide advance
patrickhlauke [Mon, 15 Oct 2018 20:54:20 +0000 (21:54 +0100)]
Abandon swipe altogether if more than one touch detected
patrickhlauke [Mon, 15 Oct 2018 19:53:51 +0000 (20:53 +0100)]
Use correct touch-action values
- my fault, my original advice of using `touch-action: pan-x` is exactly the value we *don't* want to have the browser handle...
Johann-S [Sun, 14 Oct 2018 21:10:13 +0000 (23:10 +0200)]
use pointer events if available
Johann-S [Sun, 14 Oct 2018 11:59:51 +0000 (13:59 +0200)]
swipe left/right without hammerjs
Johann-S [Sat, 3 Mar 2018 21:04:11 +0000 (23:04 +0200)]
Add touch support in our carousel with HammerJS.
Christian Oliff [Mon, 16 Jul 2018 09:48:43 +0000 (18:48 +0900)]
Add query string to the start_url to track how often app is launched
Useful suggestion from Google in the Web App Manifest documentation.
https://developers.google.com/web/fundamentals/web-app-manifest/#start-url
galczo5 [Sat, 20 Oct 2018 11:27:51 +0000 (13:27 +0200)]
Add `show` and `hide` methods to dropdown (#27370)
Andres Galante [Sat, 20 Oct 2018 08:50:20 +0000 (05:50 -0300)]
Add font weight options for form controls and custom select (#27343)
Bastien [Sat, 20 Oct 2018 08:21:31 +0000 (08:21 +0000)]
table: Add border color relative to theme for accessibility (#25755)
XhmikosR [Fri, 19 Oct 2018 16:43:12 +0000 (19:43 +0300)]
docs search: take into account the current URL.
Catalin Zalog [Sun, 16 Sep 2018 08:06:53 +0000 (11:06 +0300)]
feat: keep contrast on `.table-dark`
In case we set `$body-bg` to a dark color, we have to keep table contrast relevant.
namiltd [Fri, 19 Oct 2018 09:56:46 +0000 (11:56 +0200)]
Fix size of modal dialogs at different widths (#27094)
Roy Klutman [Fri, 19 Oct 2018 09:01:36 +0000 (11:01 +0200)]
Fix double border on list-group (#27126)
chocolateboy [Fri, 19 Oct 2018 08:16:12 +0000 (09:16 +0100)]
Fix doc typo
XhmikosR [Thu, 18 Oct 2018 08:56:55 +0000 (11:56 +0300)]
Travis: stop installing chrome (#27468)
It seems it works without it.
XhmikosR [Thu, 18 Oct 2018 07:45:49 +0000 (10:45 +0300)]
Rename docs production script to production and use `JEKYLL_ENV`. (#27410)
XhmikosR [Wed, 17 Oct 2018 19:25:30 +0000 (22:25 +0300)]
Move lint scripts outside of the main scripts.
This allows us to run `npm run dist` without tests.
XhmikosR [Wed, 17 Oct 2018 19:09:28 +0000 (22:09 +0300)]
npm release-zip: remove the folder before zipping.
Martijn Cuppens [Wed, 17 Oct 2018 20:21:33 +0000 (22:21 +0200)]
Fix btn focus color (#27178)
Helmut Granda [Thu, 27 Sep 2018 02:27:46 +0000 (21:27 -0500)]
Delete callout-info-content-iamge-overlay-overflow.md
Deleting external file since it is not needed, the copy of this file will be added directly to card.md.
Helmut Granda [Thu, 27 Sep 2018 02:27:09 +0000 (21:27 -0500)]
Adding call out note directly to the page.
Instead of using an external source since this is only a one time note it is safe to be placed within the document itself.
Helmut Granda [Wed, 26 Sep 2018 20:59:19 +0000 (15:59 -0500)]
Adds a note about the limitations on content being larger than the image.
In the event that the content is larger than the image, the content will continue to be displayed outside the image itself. There are some workarounds but they apply only to browsers that support this option and IE11 is not one of them.
Martijn Cuppens [Mon, 10 Sep 2018 18:59:04 +0000 (20:59 +0200)]
Move media from layout to components
XhmikosR [Wed, 17 Oct 2018 08:44:45 +0000 (11:44 +0300)]
Simplify .gitattributes.
Mark Otto [Mon, 15 Oct 2018 13:17:42 +0000 (06:17 -0700)]
Add a CODEOWNERS file (#27271)
XhmikosR [Mon, 15 Oct 2018 12:24:21 +0000 (15:24 +0300)]
Move docs .eslintrc in site/.
XhmikosR [Mon, 15 Oct 2018 10:12:31 +0000 (13:12 +0300)]
Update devDependencies and gems.
XhmikosR [Mon, 15 Oct 2018 09:46:12 +0000 (12:46 +0300)]
Include `css-copy` in the `css` script.
Martijn Cuppens [Mon, 15 Oct 2018 11:19:41 +0000 (13:19 +0200)]
Rename everything to skippy and center skippy (#27420)
XhmikosR [Mon, 15 Oct 2018 08:49:15 +0000 (11:49 +0300)]
Combine examples and simple layouts.
XhmikosR [Mon, 15 Oct 2018 09:24:53 +0000 (12:24 +0300)]
Tighten stylelint config. (#27336)
Also improve its formatting.
Martijn Cuppens [Sun, 14 Oct 2018 15:19:57 +0000 (17:19 +0200)]
Change h1 to h2
XhmikosR [Sun, 14 Oct 2018 18:49:01 +0000 (21:49 +0300)]
Reduce indentation.
XhmikosR [Sun, 14 Oct 2018 11:57:42 +0000 (14:57 +0300)]
Travis: add `--clean` in `bundle install` command.
XhmikosR [Fri, 28 Sep 2018 14:45:05 +0000 (17:45 +0300)]
build/generate-sri.js: add popperjs.
XhmikosR [Sat, 13 Oct 2018 13:17:28 +0000 (16:17 +0300)]
Move periods outside of links.
XhmikosR [Sat, 13 Oct 2018 13:05:43 +0000 (16:05 +0300)]
js/tests/visual: fix popper script.
Broken after
787441d .
XhmikosR [Sat, 13 Oct 2018 10:07:23 +0000 (13:07 +0300)]
Fix a few links.
* fix `/versions/` link
* add missing trailing slashes
* fix a couple of redirects
XhmikosR [Sat, 13 Oct 2018 10:07:16 +0000 (13:07 +0300)]
Remove the unused `jobs` Jekyll variable.
XhmikosR [Fri, 28 Sep 2018 14:39:55 +0000 (17:39 +0300)]
Update popper.js in docs.
XhmikosR [Fri, 28 Sep 2018 15:09:49 +0000 (18:09 +0300)]
docs: fix bundle SRI hash.
Also, remove popper.js from this script since it's not present in the repo.
XhmikosR [Fri, 28 Sep 2018 10:59:45 +0000 (13:59 +0300)]
Fix invalid selectors in tests and examples.
XhmikosR [Sat, 13 Oct 2018 13:45:17 +0000 (16:45 +0300)]
Add a release npm script.
XhmikosR [Sat, 13 Oct 2018 13:40:38 +0000 (16:40 +0300)]
Remove sri-toolbox dependency.
We can achieve the same very easily.
XhmikosR [Sat, 13 Oct 2018 10:29:20 +0000 (13:29 +0300)]
Update Travis config.
* remove `dist: trusty` since it's the default
* disable email notifications
m5o [Fri, 12 Oct 2018 08:36:24 +0000 (10:36 +0200)]
update holder.js image dimensions for sizing example
* update holder.js image dimensions for sizing example
* use `100%` instead of `100%`
* :memo: https://github.com/imsky/holder#fluid-placeholders
m5o [Thu, 11 Oct 2018 20:25:27 +0000 (22:25 +0200)]
refine deprecated holder.js color syntax
* refine deprecated holder.js color syntax
* remove `#55595c:#373a3c`
* harmonize with all other holder.js examples
XhmikosR [Sat, 6 Oct 2018 08:49:39 +0000 (11:49 +0300)]
Update devDependencies and gems.
XhmikosR [Wed, 19 Sep 2018 06:53:17 +0000 (09:53 +0300)]
Rename script.
Mark Otto [Wed, 19 Sep 2018 02:54:56 +0000 (19:54 -0700)]
Add overflow-auto and overflow-hidden utilities
Spencer Davies [Thu, 4 Oct 2018 19:51:07 +0000 (13:51 -0600)]
fix - small grammar error
"given move to" -> "given the move to"
Tanmay Gupta [Tue, 2 Oct 2018 20:38:46 +0000 (02:08 +0530)]
updated README (#27349)
XhmikosR [Wed, 26 Sep 2018 13:05:27 +0000 (16:05 +0300)]
Tweak build/build-plugins.js.
Johann-S [Wed, 26 Sep 2018 08:39:01 +0000 (10:39 +0200)]
remove useless iife
XhmikosR [Wed, 26 Sep 2018 12:41:30 +0000 (15:41 +0300)]
Remove unneeded `path.resolve`.
XhmikosR [Wed, 26 Sep 2018 07:54:46 +0000 (10:54 +0300)]
Include the plugin's filename in the license header.
Helmut Granda [Tue, 25 Sep 2018 15:55:35 +0000 (18:55 +0300)]
Add license headers in js/dist files
By implementing the same approach of rollup.config.js
and replicate it in build-plugins.js, individual plugins
will display license headers.
Howard Cox [Wed, 5 Sep 2018 09:50:50 +0000 (12:50 +0300)]
Prevent pointer events on disabled list-group-item
Howard Cox [Mon, 11 Jun 2018 13:52:56 +0000 (16:52 +0300)]
Prevent pointer-events on disabled anchor dropdown-item
Fixes #26695
XhmikosR [Tue, 25 Sep 2018 14:23:40 +0000 (17:23 +0300)]
Fix examples after the recent JS changes.
`https://example.com` isn't a valid selector.
Florian Lacreuse [Tue, 25 Sep 2018 07:36:38 +0000 (09:36 +0200)]
Add explanation about accordion wrapper.
XhmikosR [Tue, 18 Sep 2018 18:49:18 +0000 (21:49 +0300)]
Make release-zip include the root folder.
Also, now it should work cross-platform assuming `zip` is present.
719media [Wed, 19 Sep 2018 17:18:20 +0000 (10:18 -0700)]
Update forms.md
fix duplicate id attribute
Mark Otto [Wed, 19 Sep 2018 05:14:45 +0000 (22:14 -0700)]
Remove flex utilities from .list-group-item's as they're display: block; meaning the utilities have no affect. Closes #27162.
Mark Otto [Wed, 19 Sep 2018 04:42:38 +0000 (21:42 -0700)]
dist
Mark Otto [Wed, 19 Sep 2018 04:35:56 +0000 (21:35 -0700)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Wed, 19 Sep 2018 04:35:40 +0000 (21:35 -0700)]
dist
Martijn Cuppens [Wed, 19 Sep 2018 04:33:31 +0000 (06:33 +0200)]
Allow multiple ways of padding declaration for modal header (#26976)
* #26967: Allow multiple ways of padding declaration for modal header
* #26976: split vertical and horizontal modal padding
Mark Otto [Wed, 19 Sep 2018 04:27:02 +0000 (21:27 -0700)]
Add new variables for form feedback tooltips (#26959)
Fixes #26886
XhmikosR [Wed, 19 Sep 2018 01:31:51 +0000 (04:31 +0300)]
docs: switch to font-weight 600. (#27226)
Segoe UI doesn't have font-weight: 500 making things not looking as expected.
Johann-S [Tue, 18 Sep 2018 13:52:10 +0000 (15:52 +0200)]
use bsCustomFileInput in our documentation (#27264)
Mark Otto [Sun, 16 Sep 2018 22:43:49 +0000 (15:43 -0700)]
Consistently re-use input variables
Christopher Morrissey [Tue, 18 Sep 2018 12:55:48 +0000 (08:55 -0400)]
feature(carousel): carousel-item interval (#26667)
adds the ability to assign data-interval to an individual carousel-item
Martijn Cuppens [Tue, 18 Sep 2018 12:35:25 +0000 (14:35 +0200)]
Variable .btn and .form-control font sizes (#26908)